/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/@accessible360/accessible-slick/slick/slick.min.css ***!
  \***************************************************************************************************************************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../src/main/scss/site.scss ***!
  \***********************************************************************************************************************************************/
@font-face {
  font-family: "icon";
  src: url(../fonts/icon.ttf) format("truetype"), url(../fonts/icon.woff) format("woff"), url(../images/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e90f";
}

.icon-envelope-o:before {
  content: "\e90e";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-pdf:before {
  content: "\e901";
}

.icon-print:before {
  content: "\e902";
}

.icon-vcard:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-triangle-right:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e90a";
}

.icon-chevron-left:before {
  content: "\e90b";
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e908";
}

body:after {
  content: '{ "current": "large" }';
  display: none;
}
@media (min-width: 0) and (max-width: 900px) {
  body:after {
    content: '{ "current": "medium" }';
  }
}
@media (min-width: 0) and (max-width: 700px) {
  body:after {
    content: '{ "current": "mobile" }';
  }
}
@media (min-width: 0) and (max-width: 510px) {
  body:after {
    content: '{ "current": "small" }';
  }
}

.ifix {
  font-family: serif;
}

.primary-button, a.primary-button, button.primary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: #1F0047;
  border-radius: 4px;
  padding: 16px 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1F0047;
  box-sizing: border-box;
}
.primary-button:focus, a.primary-button:focus, button.primary-button:focus {
  outline: 0;
}
body.using-kb .primary-button:focus, body.using-kb a.primary-button:focus, body.using-kb button.primary-button:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.primary-button:hover, a.primary-button:hover, button.primary-button:hover {
  background-color: #35007a;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .primary-button:not([type=submit]), a.primary-button:not([type=submit]), button.primary-button:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}

.secondary-button, a.secondary-button, button.secondary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  padding: 16px 48px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #69BBF2;
}
.secondary-button:focus, a.secondary-button:focus, button.secondary-button:focus {
  outline: 0;
}
body.using-kb .secondary-button:focus, body.using-kb a.secondary-button:focus, body.using-kb button.secondary-button:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.has-dark-purple-background-color .secondary-button, .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.has-teal-background-color .secondary-button, .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.has-black-background-color .secondary-button, .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.has-dark-background-color .secondary-button, .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.has-dark-purple-background-color a.secondary-button, .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container a.secondary-button {
  color: #fff;
}

.has-teal-background-color a.secondary-button, .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container a.secondary-button {
  color: #fff;
}

.has-black-background-color a.secondary-button, .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container a.secondary-button {
  color: #fff;
}

.has-dark-background-color a.secondary-button, .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container a.secondary-button {
  color: #fff;
}

.has-dark-purple-background-color button.secondary-button, .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container button.secondary-button {
  color: #fff;
}

.has-teal-background-color button.secondary-button, .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container button.secondary-button {
  color: #fff;
}

.has-black-background-color button.secondary-button, .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container button.secondary-button {
  color: #fff;
}

.has-dark-background-color button.secondary-button, .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container button.secondary-button {
  color: #fff;
}

.wp-block-cover:not(.is-light) .secondary-button {
  color: #fff;
}

.wp-block-cover:not(.is-light) a.secondary-button {
  color: #fff;
}

.wp-block-cover:not(.is-light) button.secondary-button {
  color: #fff;
}

.secondary-button:hover, a.secondary-button:hover, button.secondary-button:hover {
  background-color: #69BBF2;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .secondary-button:not([type=submit]), a.secondary-button:not([type=submit]), button.secondary-button:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}

.shake {
  animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-3px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(3px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}
.professional-main, .resource-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 0) and (max-width: 700px) {
  .professional-main, .resource-main {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.professional-main main, .resource-main main {
  /*max-width: 760px;   */
  width: 70%;
  padding-right: 60px;
  padding-left: 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 1050px) {
  .professional-main main, .resource-main main {
    padding-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .professional-main main, .resource-main main {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.professional-main main h2.title, .resource-main main h2.title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .professional-main main h2.title, .resource-main main h2.title {
    font-size: 28px;
  }
}
.professional-main aside, .resource-main aside {
  max-width: 270px;
  width: 30%;
  position: sticky;
  top: 120px;
}
@media (min-width: 0) and (max-width: 700px) {
  .professional-main aside, .resource-main aside {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
}
.professional-main aside [role=tablist], .resource-main aside [role=tablist] {
  display: flex;
  margin: 0 -25px;
}
.professional-main aside [role=tablist] button, .resource-main aside [role=tablist] button {
  border-left: 1px solid #B7B7B7;
  padding: 0 25px;
}
.professional-main aside [role=tablist] button:first-child, .resource-main aside [role=tablist] button:first-child {
  border-left: none;
}
.professional-main aside [role=tabpanel], .resource-main aside [role=tabpanel] {
  display: none;
}
.professional-main aside [role=tabpanel]:nth-child(2), .resource-main aside [role=tabpanel]:nth-child(2) {
  display: block;
}
.professional-main aside button, .resource-main aside button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-size: 22px;
  line-height: 1.18em;
  cursor: pointer;
  font-weight: 300;
  display: block;
}
.professional-main aside button[aria-selected=true], .professional-main aside h2, .resource-main aside button[aria-selected=true], .resource-main aside h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18em;
  color: #000;
}
.professional-main aside ul, .resource-main aside ul {
  margin: 32px 0 0 0;
  list-style: none;
}
.professional-main aside ul:not(:last-child), .resource-main aside ul:not(:last-child) {
  margin-bottom: 50px;
}
.professional-main aside ul li, .resource-main aside ul li {
  margin: 0 0 16px 0;
}
.professional-main aside ul li a, .resource-main aside ul li a {
  text-transform: uppercase;
  color: #0B5E77;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
}
.professional-main aside ul li a:hover, .resource-main aside ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 700px) {
  .professional-main aside ul li a, .resource-main aside ul li a {
    position: relative;
    display: flex;
  }
  .professional-main aside ul li a:after, .resource-main aside ul li a:after {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
    transform: rotate(90deg);
    font-size: 15px;
  }
}

.load-more-wrap {
  text-align: center;
  position: relative;
  z-index: 5;
}
.load-more-wrap .loading {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 100px 0;
}
.load-more-wrap .loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1F0047;
  border-color: #1F0047 transparent #1F0047 transparent;
  animation: loading-ring 1.2s linear infinite;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 19.5px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 38px;
  height: 29px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 38px;
  height: 7px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#site-header {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 90;
  position: sticky;
  top: 0;
  background-color: #fff;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  #site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 1000px) {
  #site-header .wrapper {
    margin: 0;
  }
}
#site-header .logo img {
  width: 175px;
  height: auto;
  display: block;
  padding: 15px 0;
}
@media (min-width: 0) and (max-width: 1150px) {
  #site-header .logo img {
    width: 130px;
    padding: 15px 0;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  #site-header .right {
    display: none;
  }
}

#nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#nav-wrap .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0;
  margin: 0 -29px;
  /*form
  {
  	padding: 0 29px;
  	label
  	{
  		display: none;
  	}
  	button
  	{
  		@include unbutton;
  		font-weight: 700;
  		font-size: 18px;
  		color:#000;
  		line-height: 1.2em;
  		vertical-align: middle;
                &:hover {
                    color: $blue;
                }
  		.icon
  		{
  			background: $blue;
  			width: 36px;
  			height: 36px;
  			border-radius: 18px;
  			margin-left: 7px;
  			color: #fff;
  			font-size: 20px;
  			display: inline-block;
  			vertical-align: middle;
  			position: relative;
  			&:before
  			{
  				position: absolute;
  				top: 7px;
  				left: 8px;
  			}
  		}
  	}
  }   */
}
#nav-wrap .top ul.tools {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-wrap .top ul.tools li {
  border-right: 1px solid #000;
  padding: 0 29px;
}
#nav-wrap .top ul.tools li a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.2em;
  text-decoration: none;
}
#nav-wrap .top ul.tools li a:hover {
  color: #69BBF2;
}
#nav-wrap .search {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
#nav-wrap .search a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #69BBF2;
  border-radius: 50%;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-size: 20px;
}
#nav-wrap .search label {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 0 10px 0 29px;
}
#nav-wrap .search .search-form {
  position: absolute;
  right: 60px;
  top: -1pxpx;
  opacity: 0;
  transition: all ease 0.3s;
}
@media (min-width: 0) and (max-width: 510px) {
  #nav-wrap .search .search-form {
    right: 30px;
  }
}
#nav-wrap .search .search-form input[type=text], #nav-wrap .search .search-form input[type=search] {
  border-radius: 5px;
  border: 1px solid rgba(132, 132, 132, 0.5);
  background: #ffffff;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 45px 0 15px;
  width: 0;
  transition: all ease 0.3s;
  caret-color: #0B5E77;
  outline: none !important;
}
@media (min-width: 0) and (max-width: 510px) {
  #nav-wrap .search .search-form input[type=text], #nav-wrap .search .search-form input[type=search] {
    border: 0;
  }
}
#nav-wrap .search .search-form input[type=submit] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 22px;
  padding: 0;
  opacity: 0;
  transition: all ease 0.3s;
  cursor: pointer;
  outline: none !important;
}
#nav-wrap .search .search-form *::-moz-placeholder {
  opacity: 0;
}
#nav-wrap .search .search-form ::-webkit-input-placeholder {
  opacity: 0;
}
#nav-wrap .search .search-form :-ms-input-placeholder {
  opacity: 0;
}
#nav-wrap .search .search-form:hover:before, #nav-wrap .search .search-form:active:before {
  display: none;
}
#nav-wrap .search .icon-close {
  display: none;
  font-size: 20px;
  line-height: 30px;
}
#nav-wrap .search.open .icon-search {
  display: none;
}
#nav-wrap .search.open .icon-close {
  display: block;
}
#nav-wrap .search.open .search-form {
  opacity: 1;
}
#nav-wrap .search.open input[type=text], #nav-wrap .search.open input[type=search] {
  width: 380px;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 510px) {
  #nav-wrap .search.open input[type=text], #nav-wrap .search.open input[type=search] {
    width: calc(100vw - 120px);
  }
}
#nav-wrap .search.open input[type=submit] {
  opacity: 1;
}
#nav-wrap nav {
  padding: 5px 0;
}
#nav-wrap nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -21px;
  position: relative;
}
#nav-wrap nav > ul > li {
  padding: 0;
  position: relative;
}
#nav-wrap nav > ul > li:hover > div {
  background: #F7F7F7;
  border: 1px solid #27798B;
}
#nav-wrap nav > ul > li > div {
  padding: 0;
  border: 1px solid transparent;
  transition: all ease 0.3s;
  text-align: center;
  position: relative;
}
#nav-wrap nav > ul > li > div a {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
}
#nav-wrap nav > ul > li > div a:not(:only-child) {
  padding-right: 40px;
}
@media (min-width: 0) and (max-width: 1150px) {
  #nav-wrap nav > ul > li > div a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
#nav-wrap nav > ul > li > div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#nav-wrap nav > ul > li ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  padding: 50px;
  background: #F7F7F7;
  /*opacity: 1;
  transform: translateY(100%);
  pointer-events: auto;*/
}
#nav-wrap nav > ul > li ul li {
  list-style: none;
  padding: 0 0 20px 0;
}
#nav-wrap nav > ul > li ul li a {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
#nav-wrap nav > ul > li ul li a:hover {
  color: #0B5E77;
}
#nav-wrap nav > ul > li ul li.not-clickable > div > a {
  cursor: text;
}
#nav-wrap nav > ul > li.menu-item-has-children {
  position: static;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 800px;
  right: 0;
  max-height: calc(100vh - 130px);
  overflow: auto;
}
@media (min-width: 0) and (max-width: 900px) {
  #nav-wrap nav > ul > li.menu-item-has-children > .sub-menu {
    min-width: 650px;
  }
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li {
  flex: 1 100%;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children {
  flex: 0 0 calc(50% - 26px);
  border-right: 1px solid #A0A0A0;
  padding-right: 50px;
  margin-right: 50px;
  box-sizing: border-box;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > div {
  margin: 0 0 25px 0;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > div > a {
  font-size: 24px;
  color: #0B5E77;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > div button {
  display: none;
}
#nav-wrap nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
  position: relative;
  padding: 0;
  transform: none;
}
#nav-wrap nav > ul > li.menu-item-has-children:hover > div {
  background: #F7F7F7;
  border: 1px solid #27798B;
}
#nav-wrap nav > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(100%);
}

.admin-bar #site-header {
  top: 32px;
}
@media (min-width: 0) and (max-width: 1000px) {
  .admin-bar #site-header {
    top: 46px;
  }
}

#hamburger {
  display: none;
}
#hamburger .hamburger-inner {
  background: #0B5E77;
}
#hamburger .hamburger-inner:before, #hamburger .hamburger-inner:after {
  background: #0B5E77;
  transition: all ease 0.3s;
}
@media (min-width: 0) and (max-width: 1000px) {
  #hamburger {
    display: block;
  }
}
#hamburger.open .hamburger-inner {
  background: #ffffff;
  transition: all ease 0.3s;
}
#hamburger.open .hamburger-inner:before {
  transform: rotate(45deg) translate(7px, 7px);
}
#hamburger.open .hamburger-inner:after {
  transform: rotate(-45deg) translate(8px, -9px);
}

body:before {
  content: '{ "current": "wide" }';
  display: none;
}
@media (min-width: 0) and (max-width: 900px) {
  body:before {
    content: '{ "current": "medium" }';
  }
}
@media (min-width: 0) and (max-width: 700px) {
  body:before {
    content: '{ "current": "mobile" }';
  }
}

/* mobile navigation */
.global-mobile-nav {
  background-color: #fff;
  color: #f7f7f7;
  height: 100%;
  right: -100%;
  padding-top: 25px;
  position: fixed;
  text-align: left;
  top: 101px;
  transition: right 0.2s ease-in-out;
  width: 100%;
  z-index: 100002;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 510px) {
  .global-mobile-nav {
    padding-top: 25px;
  }
}
.global-mobile-nav.open {
  right: 0;
}
.global-mobile-nav .global-mobile-bg {
  height: 100%;
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.global-mobile-nav .global-mobile-bg .list {
  padding-bottom: 150px;
}
.global-mobile-nav .global-mobile-bg form {
  padding: 0 0 15px 0;
}
.global-mobile-nav .global-mobile-bg form input[type=search] {
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 15px;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.global-mobile-nav .global-mobile-bg form input[type=search]:active, .global-mobile-nav .global-mobile-bg form input[type=search]:focus {
  outline: 0;
}
.global-mobile-nav .global-mobile-bg form input[type=submit] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  padding: 0 15px;
  background: none;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  float: right;
  color: #000000;
  transform: translateY(-100%);
}
.global-mobile-nav .global-mobile-bg > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.global-mobile-nav .global-mobile-bg > ul > li {
  padding: 0;
  margin: 0;
  text-align: left;
  position: static;
  border-bottom: 1px solid #ccc;
}
.global-mobile-nav .global-mobile-bg > ul > li:after {
  content: "";
}
.global-mobile-nav .global-mobile-bg > ul > li:before {
  content: "";
  display: none;
}
.global-mobile-nav .global-mobile-bg > ul > li button {
  display: none;
}
.global-mobile-nav .global-mobile-bg > ul > li a {
  color: #000000;
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.global-mobile-nav .global-mobile-bg > ul > li a:active, .global-mobile-nav .global-mobile-bg > ul > li a:focus, .global-mobile-nav .global-mobile-bg > ul > li a:hover, .global-mobile-nav .global-mobile-bg > ul > li a.active {
  color: #000000;
}
.global-mobile-nav .global-mobile-bg > ul > li.current-menu-item > a, .global-mobile-nav .global-mobile-bg > ul > li.current-menu-ancestor > a {
  color: #000000;
  background: #ccc;
}
.global-mobile-nav .global-mobile-bg > ul > li.menu-item-has-children > div > a:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #0B5E77;
  font-size: 20px;
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu {
  border: none;
  border-bottom: 1px dotted #cecece;
  margin-bottom: 5px;
  margin-top: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 180px);
  background: #ffffff;
  overflow: auto;
  transform: translateX(100%);
  transition: all ease 0.5s;
  z-index: 50;
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu li a[rel=nofollow] {
  color: #0B5E77;
  font-weight: 700;
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu .back {
  padding: 0 25px;
  margin: 15px 0 25px 0;
  display: block;
  position: relative;
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu .back a {
  padding: 0;
  font-size: 18px;
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu .back:before {
  display: block;
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.1em;
  color: #0B5E77;
  margin: 0 20px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg) translateX(-3px);
}
.global-mobile-nav .global-mobile-bg > ul > li > .sub-menu .back:after {
  display: none;
}
.global-mobile-nav .global-mobile-bg > ul > li ul {
  padding: 0 30px;
}
.global-mobile-nav .global-mobile-bg > ul > li ul li a {
  padding: 8px 0 8px 0;
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
}
.global-mobile-nav .global-mobile-bg > ul > li ul li a[rel=nofollow] {
  color: #0B5E77;
  font-weight: 700;
  font-size: 36px;
}
.global-mobile-nav .global-mobile-bg > ul > li ul li:last-child a {
  border: none;
}
.global-mobile-nav .global-mobile-bg > ul > li ul li:before {
  display: none;
}
.global-mobile-nav .global-mobile-bg > ul > li ul ul {
  padding: 0 0 20px 0;
}
.global-mobile-nav .global-mobile-bg > ul > li.open > .sub-menu {
  transform: translateX(0);
}

body.admin-bar .global-mobile-nav {
  top: 128px !important;
}
@media (min-width: 0) and (max-width: 510px) {
  body.admin-bar .global-mobile-nav {
    top: 123px !important;
  }
}

#site-footer {
  border-top: 1px solid #A0A0A0;
}
#site-footer .top {
  padding: 50px 0;
  background: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#site-footer .top .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
#site-footer .top nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav {
    flex-wrap: wrap;
  }
  #site-footer .top nav > div {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 1200px) and (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav > div {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav > div.footer-left {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(160, 160, 160, 0.7);
    padding-top: 18px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
#site-footer .top nav ul.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav ul.footer-nav {
    width: 100%;
  }
}
#site-footer .top nav ul.footer-nav li.not-clickable > a {
  cursor: text;
}
#site-footer .top nav ul.footer-nav li.not-clickable > a:hover {
  text-decoration: none;
}
#site-footer .top nav ul.footer-nav li:not(.not-clickable) > a:hover {
  color: #000000;
}
#site-footer .top nav ul.footer-nav > li {
  margin: 0 0 18px 0;
  padding-right: 50px;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav ul.footer-nav > li {
    text-align: center;
    padding-right: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.7);
  }
  #site-footer .top nav ul.footer-nav > li:last-child {
    border: 0;
  }
  #site-footer .top nav ul.footer-nav > li.menu-item-has-children > a:after {
    content: "+";
    margin-left: 4px;
    position: absolute;
  }
  #site-footer .top nav ul.footer-nav > li.mobile-hidden {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav ul.footer-nav > li.has-2-levels {
    width: 100%;
  }
}
#site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu {
  display: flex;
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu {
    justify-content: space-between;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu {
    display: none;
  }
}
#site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu > li {
  padding-right: 50px;
}
@media (min-width: 0) and (max-width: 1200px) {
  #site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu > li {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu > li {
    width: 100%;
  }
}
#site-footer .top nav ul.footer-nav > li.has-2-levels > .sub-menu > li > a {
  font-weight: 700 !important;
}
#site-footer .top nav ul.footer-nav > li > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: #0B5E77;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav ul.footer-nav > li > a {
    text-align: center;
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-bottom: 18px;
  }
}
#site-footer .top nav ul.footer-nav > li > img {
  margin-bottom: 18px;
  max-width: 100px;
}
#site-footer .top nav ul.footer-nav > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top nav ul.footer-nav > li ul {
    display: none;
  }
}
#site-footer .top nav ul.footer-nav > li ul li {
  list-style: none;
  margin: 9px 0;
}
#site-footer .top nav ul.footer-nav > li ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #515151;
  text-decoration: none;
}
#site-footer .top nav ul.footer-nav > li ul li a:hover {
  text-decoration: underline;
}
#site-footer .top .social-locations {
  flex: 0 0 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top .social-locations {
    margin: 0 auto;
  }
}
#site-footer .top .social-locations .social {
  text-align: right;
  margin: 0 -18px 26px -18px;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top .social-locations .social {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
#site-footer .top .social-locations .social ul {
  display: flex;
  justify-content: flex-start;
  lis-style: none;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top .social-locations .social ul {
    justify-content: center;
  }
}
#site-footer .top .social-locations .social a {
  text-decoration: none;
  color: #1E033D;
  font-size: 38px;
  line-height: 1em;
  margin: 0 18px;
}
#site-footer .top .social-locations .social a:hover {
  color: #0B5E77;
  text-decoration: none;
}
#site-footer .top .social-locations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .top .social-locations ul li {
  margin: 7px 0;
  text-align: right;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .top .social-locations ul li {
    text-align: center;
  }
}
#site-footer .top .social-locations ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #515151;
}
#site-footer .top .social-locations ul li a:hover {
  text-decoration: underline;
}
#site-footer .bottom {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #0B5E77;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#site-footer .bottom .wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom .wrapper {
    display: block;
  }
}
#site-footer .bottom p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom p {
    font-size: 12px;
    text-align: center;
  }
}
#site-footer .bottom ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#site-footer .bottom ul li {
  padding: 0 10px;
}
#site-footer .bottom ul li .eBriefcaseAddLink {
  border-left: 1px solid #ffffff;
  padding: 0 0 0 20px;
}
#site-footer .bottom ul li .eBriefcaseAddLink a:before {
  content: "+";
  font-size: 20px;
  padding: 0 4px 0 0;
}
#site-footer .bottom ul li #eBriefcase {
  position: relative;
  padding-left: 30px;
}
#site-footer .bottom ul li #eBriefcase:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon-briefcase.png) center center no-repeat;
  background-position: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
#site-footer .bottom ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}
#site-footer .bottom ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 700px) {
  #site-footer .bottom ul li a {
    font-size: 12px;
  }
}

body, input, textarea, select, button {
  font-family: "Roboto", sans-serif;
}

a:focus {
  outline: 0;
}
body.using-kb a:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}

body, html {
  position: relative;
}

body {
  margin: 0;
  color: #000;
}
body.menu-open {
  position: relative;
  width: 100%;
}
body.menu-open #main-body:after {
  background: rgba(0, 0, 0, 0.5);
  user-select: none;
}
body.open-popup #outer-wrapper {
  overflow: hidden;
}
body.email-disclaimer-popup-open #main-body, body.email-disclaimer-popup-open #site-header, body.email-disclaimer-popup-open #site-footer {
  position: relative;
}
body.email-disclaimer-popup-open #main-body:before, body.email-disclaimer-popup-open #site-header:before, body.email-disclaimer-popup-open #site-footer:before {
  content: "";
  position: absolute;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#main-body {
  position: relative;
  /*overflow: hidden;*/
}
#main-body:after {
  content: "";
  position: absolute;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  transition: background ease 0.3s;
}

#wpadminbar {
  position: fixed;
}

.hidden {
  display: none;
}

.entry-content {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  /*
  h3, h3.block-editor-block-list__block
  {
  	@include heading-large;
  	margin-top: .75em;
  	margin-bottom: .75em;
  }
  h4, h4.block-editor-block-list__block
  {
  	@include heading-medium;
  	margin-top: .75em;
  	margin-bottom: .75em;
  }
  */
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content > * {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.entry-content > :not(.alignfull):not(.full) {
  max-width: 1372px;
  /*
  @include breakpoint(1700px)
  {
    max-width:1500px;
  }
  */
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .alignfull, .entry-content > .full {
  padding-left: 0;
  padding-right: 0;
  margin-left: -60px;
  margin-right: -60px;
  width: auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .alignfull, .entry-content > .full {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.entry-content > .alignfull .maybe-wrapper, .entry-content > .full .maybe-wrapper {
  max-width: 1372px;
  /*
  @include breakpoint(1700px)
  {
    max-width:1500px;
  }
  */
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .alignfull .maybe-wrapper, .entry-content > .full .maybe-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content h1, .entry-content h1.block-editor-block-list__block {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content h1, .entry-content h1.block-editor-block-list__block {
    font-size: 28px;
  }
}
.entry-content h2, .entry-content h2.block-editor-block-list__block {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content figcaption {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
}
.entry-content p, .entry-content p.block-editor-block-list__block {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry-content strong, .entry-content b {
  font-weight: 700;
}
.entry-content a {
  text-decoration: none;
  color: #0B5E77;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content .has-dark-purple-background-color a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link), .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}

.entry-content .has-teal-background-color a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link), .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}

.entry-content .has-black-background-color a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link), .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}

.entry-content .has-dark-background-color a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link), .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}

.entry-content .wp-block-cover:not(.is-light) a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}

.entry-content figure {
  margin: 0;
}
.entry-content ul, .entry-content ol {
  padding: 0;
}
.entry-content ul li, .entry-content ol li {
  margin: 0.4em 0 0.4em 1.1em;
}
.entry-content ul.hide-dots, .entry-content ol.hide-dots {
  list-style: none;
}
.entry-content ul.hide-dots li, .entry-content ol.hide-dots li {
  margin-left: 0;
}
.entry-content ul[data-cols="2"], .entry-content ol[data-cols="2"] {
  column-count: 2;
  column-gap: 60px;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content ul[data-cols="2"], .entry-content ol[data-cols="2"] {
    column-gap: 5vw;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .entry-content ul[data-cols="2"], .entry-content ol[data-cols="2"] {
    column-count: 1;
  }
}
.entry-content ul[data-cols="3"], .entry-content ol[data-cols="3"] {
  column-count: 3;
  column-gap: 60px;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content ul[data-cols="3"], .entry-content ol[data-cols="3"] {
    column-gap: 5vw;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .entry-content ul[data-cols="3"], .entry-content ol[data-cols="3"] {
    column-count: 2;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content ul[data-cols="3"], .entry-content ol[data-cols="3"] {
    column-count: 1;
  }
}
.entry-content ul[data-cols="4"], .entry-content ol[data-cols="4"] {
  column-count: 4;
  column-gap: 60px;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content ul[data-cols="4"], .entry-content ol[data-cols="4"] {
    column-gap: 5vw;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .entry-content ul[data-cols="4"], .entry-content ol[data-cols="4"] {
    column-count: 2;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content ul[data-cols="4"], .entry-content ol[data-cols="4"] {
    column-count: 1;
  }
}
.entry-content ul[data-cols="5"], .entry-content ol[data-cols="5"] {
  column-count: 5;
  column-gap: 60px;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content ul[data-cols="5"], .entry-content ol[data-cols="5"] {
    column-gap: 5vw;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .entry-content ul[data-cols="5"], .entry-content ol[data-cols="5"] {
    column-count: 2;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content ul[data-cols="5"], .entry-content ol[data-cols="5"] {
    column-count: 1;
  }
}
.entry-content ul[data-cols="6"], .entry-content ol[data-cols="6"] {
  column-count: 6;
  column-gap: 60px;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content ul[data-cols="6"], .entry-content ol[data-cols="6"] {
    column-gap: 5vw;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .entry-content ul[data-cols="6"], .entry-content ol[data-cols="6"] {
    column-count: 3;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content ul[data-cols="6"], .entry-content ol[data-cols="6"] {
    column-count: 2;
  }
}
.entry-content blockquote {
  margin-left: 0;
  margin-right: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.wp-more-tag {
  height: 16px;
}
.entry-content img.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content img.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.entry-content img.alignright, .entry-content img[style*="float: right"] {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content img.alignleft, .entry-content img[style*="float: left"] {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.entry-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.entry-content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.entry-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.entry-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.entry-content .alignright {
  float: right;
}
.entry-content .alignleft {
  float: left;
}
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-spacer {
  overflow: hidden;
}
.entry-content .blocks-gallery-caption, .entry-content .wp-block-embed figcaption, .entry-content .wp-block-image figcaption {
  text-align: center;
}
.entry-content .wp-block-separator {
  opacity: 1;
  border-width: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #1F0047;
}
.entry-content .has-darkblue-background-color .wp-block-separator {
  border-color: #fff;
}
.entry-content .wp-block-separator.is-style-wide {
  border-bottom-width: 4px;
}
.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.entry-content .wp-block-button .wp-block-button__link, .entry-content .primary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: #1F0047;
  border-radius: 4px;
  padding: 16px 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1F0047;
  box-sizing: border-box;
}
.entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .primary-button:focus {
  outline: 0;
}
body.using-kb .entry-content .wp-block-button .wp-block-button__link:focus, body.using-kb .entry-content .primary-button:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .primary-button:hover {
  background-color: #35007a;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-button .wp-block-button__link:not([type=submit]), .entry-content .primary-button:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .secondary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  padding: 16px 48px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #69BBF2;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .entry-content .secondary-button:focus {
  outline: 0;
}
body.using-kb .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, body.using-kb .entry-content .secondary-button:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.entry-content .has-dark-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}

.entry-content .has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}

.entry-content .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}

.entry-content .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}

.entry-content .has-dark-purple-background-color .secondary-button, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.entry-content .has-teal-background-color .secondary-button, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.entry-content .has-black-background-color .secondary-button, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.entry-content .has-dark-background-color .secondary-button, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .secondary-button {
  color: #fff;
}

.entry-content .wp-block-cover:not(.is-light) .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}

.entry-content .wp-block-cover:not(.is-light) .secondary-button {
  color: #fff;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .entry-content .secondary-button:hover {
  background-color: #69BBF2;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not([type=submit]), .entry-content .secondary-button:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}
.entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center {
  text-align: center;
}
.entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center .aligncenter {
  margin-left: 0;
  margin-right: 0;
}
.entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center .wp-block-button {
  margin: 0 15px 15px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center .wp-block-button {
    width: 100%;
  }
}
.entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center .wp-block-button:last-child {
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-buttons.is-layout-flex.is-content-justification-center .wp-block-button .wp-block-button__link {
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .wp-block-cover, .entry-content .wp-block-cover-image {
  padding-top: 60px;
  padding-bottom: 60px;
}
.entry-content .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1372px;
  /*
  @include breakpoint(1700px)
  {
    max-width:1500px;
  }
  */
  padding-left: 60px;
  padding-right: 60px;
}
.entry-content .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-cover__inner-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .wp-block-cover__inner-container .wp-block-column:not(:first-child) {
  margin-left: 50px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-cover__inner-container .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-cover__inner-container .wp-block-column {
    margin-bottom: 50px;
  }
}
.entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-media-text:not(.elevate):not(.elevate):not(.elevate):not(.elevate) {
  padding-left: 0;
  padding-right: 0;
}
.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
  padding-left: 60px;
  padding-right: calc( 50vw - 686px);
}
@media (min-width: 0) and (max-width: 1492px) {
  .entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 1492px) and (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
  padding-left: calc( 50vw - 686px);
  padding-right: 60px;
}
@media (min-width: 0) and (max-width: 1492px) {
  .entry-content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 1492px) and (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F7F7F7;
}
.entry-content .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
}
.entry-content .wp-block-media-text .wp-block-media-text__content ul li {
  font-size: 17px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 600px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .entry-content .wp-block-media-text figure {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .entry-content .wp-block-media-text.overtop {
    margin-top: 0 !important;
  }
  .entry-content .wp-block-media-text.overtop .wp-block-media-text__content {
    margin: -50px 0 0 0 !important;
    position: relative;
    z-index: 10;
  }
}
.entry-content .play {
  position: relative;
  display: block;
}
.entry-content .play img {
  width: 100%;
}
.entry-content .play:after {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: rgba(46, 46, 46, 0.42);
  border: 1px solid #69BBF2;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .play:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
.entry-content .play:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #AAAAAA;
  mix-blend-mode: multiply;
}
.entry-content .video-play, .entry-content .block-media-visual {
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
}
.entry-content .video-play img, .entry-content .block-media-visual img {
  transition: all ease 0.3s;
  width: 100%;
  display: block;
}
.entry-content .video-play h3, .entry-content .block-media-visual h3 {
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 32px;
  max-width: 45%;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 1000px) {
  .entry-content .video-play h3, .entry-content .block-media-visual h3 {
    font-size: 24px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .video-play h3, .entry-content .block-media-visual h3 {
    font-size: 18px;
    max-width: 100%;
  }
}
.entry-content .video-play .video-container, .entry-content .block-media-visual .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}
.entry-content .video-play .video-container.on, .entry-content .block-media-visual .video-container.on {
  opacity: 1;
}
.entry-content .video-play:not(.play), .entry-content .block-media-visual:not(.play) {
  display: block;
}
.entry-content .video-play:not(.play) > img, .entry-content .block-media-visual:not(.play) > img {
  opacity: 0;
  pointer-events: none;
}
.entry-content .video-play:not(.play) > h3, .entry-content .block-media-visual:not(.play) > h3 {
  opacity: 0;
}
.entry-content .embed-container, .entry-content .wp-block-embed__wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.entry-content .embed-container object, .entry-content .embed-container iframe, .entry-content .wp-block-embed__wrapper object, .entry-content .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content .heading-1 {
  font-size: 48px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .heading-1 {
    font-size: 28px !important;
  }
}
.entry-content .heading-2 {
  font-size: 48px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .heading-2 {
    font-size: 28px !important;
  }
}
.entry-content .heading-3 {
  font-size: 38px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .heading-3 {
    font-size: 24px !important;
  }
}
.entry-content .heading-4 {
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .heading-4 {
    font-size: 22px !important;
  }
}
.entry-content .heading-5 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
}
.entry-content .heading-6 {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
}
.entry-content h2.has-text-align-center + p.has-text-align-center {
  margin-top: -15px;
}
.entry-content p.is-style-large {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content p.is-style-large {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-content p.is-style-light {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content p.is-style-light {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-content p.is-style-small {
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content p.is-style-small {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-content p.is-style-narrow, .entry-content h1.is-style-narrow, .entry-content h2.is-style-narrow, .entry-content h3.is-style-narrow, .entry-content h4.is-style-narrow, .entry-content h5.is-style-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .education p, .entry-content .education li {
  font-size: 16px;
}
.entry-content .entry-content blockquote, .entry-content .wp-block-quote {
  margin: 0;
  padding: 0 0 0 30px;
}
.entry-content .entry-content blockquote p, .entry-content .wp-block-quote p {
  font-size: 22px;
}
.entry-content .post-type-group {
  font-size: 48px;
  display: flex;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .post-type-group {
    flex-wrap: wrap;
    font-size: 35px;
  }
}
.entry-content .post-type-group span {
  font-size: 18px;
  margin: 0 25px 0 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .post-type-group span {
    margin: 0;
    order: 3;
    flex: 1 1 100%;
  }
}
.entry-content .post-type-group a {
  font-size: 18px;
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .post-type-group a {
    margin: 0 0 0 auto;
    text-align: right;
    order: 2;
  }
}
.entry-content form input[type=text], .entry-content form input[type=email], .entry-content form input[type=tel], .entry-content form input[type=number], .entry-content form textarea, .entry-content form select, .entry-content form .nf-form-content select.ninja-forms-field, .entry-content .form-wrap input[type=text], .entry-content .form-wrap input[type=email], .entry-content .form-wrap input[type=tel], .entry-content .form-wrap input[type=number], .entry-content .form-wrap textarea, .entry-content .form-wrap select, .entry-content .form-wrap .nf-form-content select.ninja-forms-field {
  border: none;
  background-color: #DFDFDF;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 14px 21px;
  line-height: 24px;
  width: 100% !important;
  box-sizing: border-box;
  border-radius: 4px;
  height: auto;
}
.entry-content form input[type=text]::-webkit-input-placeholder, .entry-content form input[type=email]::-webkit-input-placeholder, .entry-content form input[type=tel]::-webkit-input-placeholder, .entry-content form input[type=number]::-webkit-input-placeholder, .entry-content form textarea::-webkit-input-placeholder, .entry-content form select::-webkit-input-placeholder, .entry-content form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .form-wrap input[type=text]::-webkit-input-placeholder, .entry-content .form-wrap input[type=email]::-webkit-input-placeholder, .entry-content .form-wrap input[type=tel]::-webkit-input-placeholder, .entry-content .form-wrap input[type=number]::-webkit-input-placeholder, .entry-content .form-wrap textarea::-webkit-input-placeholder, .entry-content .form-wrap select::-webkit-input-placeholder, .entry-content .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.8;
}
.entry-content form input[type=text]::-moz-placeholder, .entry-content form input[type=email]::-moz-placeholder, .entry-content form input[type=tel]::-moz-placeholder, .entry-content form input[type=number]::-moz-placeholder, .entry-content form textarea::-moz-placeholder, .entry-content form select::-moz-placeholder, .entry-content form .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .form-wrap input[type=text]::-moz-placeholder, .entry-content .form-wrap input[type=email]::-moz-placeholder, .entry-content .form-wrap input[type=tel]::-moz-placeholder, .entry-content .form-wrap input[type=number]::-moz-placeholder, .entry-content .form-wrap textarea::-moz-placeholder, .entry-content .form-wrap select::-moz-placeholder, .entry-content .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 0.8;
}
.entry-content form input[type=text]:-ms-input-placeholder, .entry-content form input[type=email]:-ms-input-placeholder, .entry-content form input[type=tel]:-ms-input-placeholder, .entry-content form input[type=number]:-ms-input-placeholder, .entry-content form textarea:-ms-input-placeholder, .entry-content form select:-ms-input-placeholder, .entry-content form .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .form-wrap input[type=text]:-ms-input-placeholder, .entry-content .form-wrap input[type=email]:-ms-input-placeholder, .entry-content .form-wrap input[type=tel]:-ms-input-placeholder, .entry-content .form-wrap input[type=number]:-ms-input-placeholder, .entry-content .form-wrap textarea:-ms-input-placeholder, .entry-content .form-wrap select:-ms-input-placeholder, .entry-content .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 0.8;
}
.entry-content form input[type=text]:-moz-placeholder, .entry-content form input[type=email]:-moz-placeholder, .entry-content form input[type=tel]:-moz-placeholder, .entry-content form input[type=number]:-moz-placeholder, .entry-content form textarea:-moz-placeholder, .entry-content form select:-moz-placeholder, .entry-content form .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .form-wrap input[type=text]:-moz-placeholder, .entry-content .form-wrap input[type=email]:-moz-placeholder, .entry-content .form-wrap input[type=tel]:-moz-placeholder, .entry-content .form-wrap input[type=number]:-moz-placeholder, .entry-content .form-wrap textarea:-moz-placeholder, .entry-content .form-wrap select:-moz-placeholder, .entry-content .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 0.8;
}
.entry-content form input[type=text]:focus, .entry-content form input[type=email]:focus, .entry-content form input[type=tel]:focus, .entry-content form input[type=number]:focus, .entry-content form textarea:focus, .entry-content form select:focus, .entry-content form .nf-form-content select.ninja-forms-field:focus, .entry-content .form-wrap input[type=text]:focus, .entry-content .form-wrap input[type=email]:focus, .entry-content .form-wrap input[type=tel]:focus, .entry-content .form-wrap input[type=number]:focus, .entry-content .form-wrap textarea:focus, .entry-content .form-wrap select:focus, .entry-content .form-wrap .nf-form-content select.ninja-forms-field:focus {
  outline: 0;
}
body.using-kb .entry-content form input[type=text]:focus, body.using-kb .entry-content form input[type=email]:focus, body.using-kb .entry-content form input[type=tel]:focus, body.using-kb .entry-content form input[type=number]:focus, body.using-kb .entry-content form textarea:focus, body.using-kb .entry-content form select:focus, body.using-kb .entry-content form .nf-form-content select.ninja-forms-field:focus, body.using-kb .entry-content .form-wrap input[type=text]:focus, body.using-kb .entry-content .form-wrap input[type=email]:focus, body.using-kb .entry-content .form-wrap input[type=tel]:focus, body.using-kb .entry-content .form-wrap input[type=number]:focus, body.using-kb .entry-content .form-wrap textarea:focus, body.using-kb .entry-content .form-wrap select:focus, body.using-kb .entry-content .form-wrap .nf-form-content select.ninja-forms-field:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.entry-content .has-dark-purple-background-color form input[type=text], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form input[type=text]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=text]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=text]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=text]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form input[type=text], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form input[type=text]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=text]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=text]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=text]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form input[type=text], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form input[type=text]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=text]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=text]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=text]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form input[type=text], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form input[type=text]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=text]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=text]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=text]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form input[type=email], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form input[type=email]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=email]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=email]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=email]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form input[type=email], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form input[type=email]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=email]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=email]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=email]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form input[type=email], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form input[type=email]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=email]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=email]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=email]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form input[type=email], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form input[type=email]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=email]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=email]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=email]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form input[type=tel], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form input[type=tel]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=tel]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=tel]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=tel]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form input[type=tel], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form input[type=tel]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=tel]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=tel]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=tel]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form input[type=tel], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form input[type=tel]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=tel]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=tel]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=tel]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form input[type=tel], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form input[type=tel]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=tel]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=tel]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=tel]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form input[type=number], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form input[type=number]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=number]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=number]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form input[type=number]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form input[type=number], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form input[type=number]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=number]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=number]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form input[type=number]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form input[type=number], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form input[type=number]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=number]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=number]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form input[type=number]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form input[type=number], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form input[type=number]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=number]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=number]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form input[type=number]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form textarea, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form textarea::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form textarea::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form textarea:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form textarea:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form textarea, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form textarea::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form textarea::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form textarea:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form textarea:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form textarea, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form textarea::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form textarea::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form textarea:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form textarea:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form textarea, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form textarea::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form textarea::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form textarea:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form textarea:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form select, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form select::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form select::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form select:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form select:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form select, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form select::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form select::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form select:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form select:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form select, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form select::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form select::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form select:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form select:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form select, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form select::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form select::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form select:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form select:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color form .nf-form-content select.ninja-forms-field, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color form .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color form .nf-form-content select.ninja-forms-field, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color form .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color form .nf-form-content select.ninja-forms-field, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color form .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color form .nf-form-content select.ninja-forms-field, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color form .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap input[type=text], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=text]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=text]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=text]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=text]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap input[type=text], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap input[type=text]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=text]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=text]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=text]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap input[type=text], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap input[type=text]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=text]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=text]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=text]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap input[type=text], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap input[type=text]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=text]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=text]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=text]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap input[type=email], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=email]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=email]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=email]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=email]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap input[type=email], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap input[type=email]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=email]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=email]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=email]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap input[type=email], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap input[type=email]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=email]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=email]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=email]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap input[type=email], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap input[type=email]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=email]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=email]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=email]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap input[type=tel], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=tel]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=tel]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=tel]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=tel]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap input[type=tel], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap input[type=tel]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=tel]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=tel]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=tel]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap input[type=tel], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap input[type=tel]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=tel]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=tel]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=tel]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap input[type=tel], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap input[type=tel]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=tel]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=tel]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=tel]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap input[type=number], .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=number]::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=number]::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=number]:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap input[type=number]:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap input[type=number], .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap input[type=number]::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=number]::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=number]:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap input[type=number]:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap input[type=number], .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap input[type=number]::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=number]::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=number]:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap input[type=number]:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap input[type=number], .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap input[type=number]::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=number]::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=number]:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap input[type=number]:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap textarea, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap textarea::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap textarea::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap textarea:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap textarea:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap textarea, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap textarea::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap textarea::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap textarea:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap textarea:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap textarea, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap textarea::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap textarea::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap textarea:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap textarea:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap textarea, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap textarea::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap textarea::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap textarea:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap textarea:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap select, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap select::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap select::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap select:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap select:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap select, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap select::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap select::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap select:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap select:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap select, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap select::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap select::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap select:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap select:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap select, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap select::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap select::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap select:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap select:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-purple-background-color .form-wrap .nf-form-content select.ninja-forms-field, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-purple-background-color .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-purple-background-color .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-teal-background-color .form-wrap .nf-form-content select.ninja-forms-field, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-teal-background-color .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-teal-background-color .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-black-background-color .form-wrap .nf-form-content select.ninja-forms-field, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-black-background-color .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-black-background-color .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .has-dark-background-color .form-wrap .nf-form-content select.ninja-forms-field, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .has-dark-background-color .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .has-dark-background-color .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form select {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) form .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) form .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) form .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=text] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=email] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=tel] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=number] {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap textarea {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap select {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap .nf-form-content select.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap .nf-form-content select.ninja-forms-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap .nf-form-content select.ninja-forms-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap .nf-form-content select.ninja-forms-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}
.entry-content .wp-block-cover:not(.is-light) .form-wrap .nf-form-content select.ninja-forms-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.entry-content form select, .entry-content .form-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 12px;
  cursor: pointer;
}
.entry-content .has-dark-purple-background-color form select, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-teal-background-color form select, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-black-background-color form select, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-dark-background-color form select, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-dark-purple-background-color .form-wrap select, .entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-teal-background-color .form-wrap select, .entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-black-background-color .form-wrap select, .entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .has-dark-background-color .form-wrap select, .entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container .form-wrap select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .wp-block-cover:not(.is-light) form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content .wp-block-cover:not(.is-light) .form-wrap select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.entry-content form select::-ms-expand, .entry-content .form-wrap select::-ms-expand {
  display: none;
}
.entry-content form select option, .entry-content .form-wrap select option {
  font-weight: normal;
  color: #000;
}
.entry-content form label, .entry-content .form-wrap label {
  font-size: 16px;
}
.entry-content form button, .entry-content form input[type=submit], .entry-content form input[type=button], .entry-content .form-wrap button, .entry-content .form-wrap input[type=submit], .entry-content .form-wrap input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: #1F0047;
  border-radius: 4px;
  padding: 16px 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1F0047;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 4px;
}
.entry-content form button:focus, .entry-content form input[type=submit]:focus, .entry-content form input[type=button]:focus, .entry-content .form-wrap button:focus, .entry-content .form-wrap input[type=submit]:focus, .entry-content .form-wrap input[type=button]:focus {
  outline: 0;
}
body.using-kb .entry-content form button:focus, body.using-kb .entry-content form input[type=submit]:focus, body.using-kb .entry-content form input[type=button]:focus, body.using-kb .entry-content .form-wrap button:focus, body.using-kb .entry-content .form-wrap input[type=submit]:focus, body.using-kb .entry-content .form-wrap input[type=button]:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.entry-content form button:hover, .entry-content form input[type=submit]:hover, .entry-content form input[type=button]:hover, .entry-content .form-wrap button:hover, .entry-content .form-wrap input[type=submit]:hover, .entry-content .form-wrap input[type=button]:hover {
  background-color: #35007a;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content form button:not([type=submit]), .entry-content form input[type=submit]:not([type=submit]), .entry-content form input[type=button]:not([type=submit]), .entry-content .form-wrap button:not([type=submit]), .entry-content .form-wrap input[type=submit]:not([type=submit]), .entry-content .form-wrap input[type=button]:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}
.entry-content form .nf-form-fields-required, .entry-content .form-wrap .nf-form-fields-required {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.entry-content form .nf-error-msg, .entry-content .form-wrap .nf-error-msg {
  font-size: 14px;
}
.entry-content .has-splus-font-size, .entry-content .has-splus-font-size .wp-block-button__link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .has-splus-font-size, .entry-content .has-splus-font-size .wp-block-button__link {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-content .has-smedium-font-size, .entry-content .has-smedium-font-size .wp-block-button__link {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18em;
}
.entry-content .has-slarge-font-size, .entry-content .has-slarge-font-size.wp-block-button .wp-block-button__link {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .has-slarge-font-size, .entry-content .has-slarge-font-size.wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
.entry-content .has-sxlarge-font-size, .entry-content .has-sxlarge-font-size .wp-block-button__link {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .has-sxlarge-font-size, .entry-content .has-sxlarge-font-size .wp-block-button__link {
    font-size: 28px;
  }
}
.entry-content > .overbottom {
  z-index: 6;
}
.entry-content .has-dark-purple-background-color,
.entry-content .has-dark-purple-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-purple-background-color {
  background-color: #1F0047;
  color: #fff;
}
.entry-content .has-dark-purple-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #fff;
}
.entry-content .has-dark-purple-color {
  color: #1F0047;
}
.entry-content .has-teal-background-color,
.entry-content .has-teal-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-teal-background-color {
  background-color: #0B5E77;
  color: #fff;
}
.entry-content .has-teal-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #fff;
}
.entry-content .has-teal-color {
  color: #0B5E77;
}
.entry-content .has-black-background-color,
.entry-content .has-black-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
  background-color: #000;
  color: #fff;
}
.entry-content .has-black-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #fff;
}
.entry-content .has-black-color {
  color: #000;
}
.entry-content .has-dark-background-color,
.entry-content .has-dark-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-background-color {
  background-color: #000;
  color: #fff;
}
.entry-content .has-dark-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #fff;
}
.entry-content .has-dark-color {
  color: #000;
}
.entry-content .has-light-gray-background-color,
.entry-content .has-light-gray-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-light-gray-background-color {
  background-color: #F7F7F7;
  color: #000;
}
.entry-content .has-light-gray-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #000;
}
.entry-content .has-light-gray-color {
  color: #F7F7F7;
}
.entry-content .has-blue-background-color,
.entry-content .has-blue-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color {
  background-color: #69BBF2;
  color: #000;
}
.entry-content .has-blue-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #000;
}
.entry-content .has-blue-color {
  color: #69BBF2;
}
.entry-content .has-white-background-color,
.entry-content .has-white-background-color .wp-block-cover__inner-container,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
  background-color: #fff;
  color: #000;
}
.entry-content .has-white-background-color.wp-block-cover__background + .wp-block-cover__inner-container {
  color: #000;
}
.entry-content .has-white-color {
  color: #fff;
}
.entry-content .block-hero {
  overflow: hidden;
  position: relative;
}
.entry-content .block-hero .outerwrap {
  position: relative;
  z-index: 2;
  background: #1F0047;
}
.entry-content .block-hero .outerwrap .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.entry-content .block-hero .outerwrap .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(89.69deg, #333333 5.47%, rgba(196, 196, 196, 0) 79.2%);
  mix-blend-mode: multiply;
  content: "";
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .bg + .wrapper .inner {
    min-height: 100vw;
  }
}
.entry-content .block-hero .outerwrap .wrapper {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .block-hero .outerwrap .wrapper .inner {
  min-height: 545px;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner {
    min-height: 1px;
    padding-bottom: 100px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.entry-content .block-hero .outerwrap .wrapper .inner .left {
  max-width: 750px;
  width: 100%;
}
.entry-content .block-hero .outerwrap .wrapper .inner .right {
  max-width: 750px;
  padding-left: 60px;
  color: #fff;
  width: 100%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner .right {
    padding: 0;
  }
  .entry-content .block-hero .outerwrap .wrapper .inner .right p {
    font-size: 16px;
  }
}
.entry-content .block-hero .outerwrap .wrapper .inner h2, .entry-content .block-hero .outerwrap .wrapper .inner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  color: #fff;
  margin: 5px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner h2, .entry-content .block-hero .outerwrap .wrapper .inner h1 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner h2, .entry-content .block-hero .outerwrap .wrapper .inner h1 {
    font-size: 28px;
  }
}
.entry-content .block-hero .outerwrap .wrapper .inner h1.small {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.entry-content .block-hero .outerwrap .wrapper .inner h1.small a {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner h1.small {
    font-size: 16px;
  }
}
.entry-content .block-hero .outerwrap .wrapper .inner p {
  color: #fff;
}
.entry-content .block-hero .outerwrap .wrapper .inner .cta {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero .outerwrap .wrapper .inner .cta {
    padding: 15px 20px;
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .block-hero.is-style-tall .wrapper .inner {
  min-height: 75vh;
  padding-bottom: 15vh;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero.is-style-tall .wrapper .inner {
    min-height: 100vw;
    padding-bottom: 75px;
  }
}
.entry-content .block-hero.is-style-tall .wrapper .inner .left {
  max-width: 750px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero.is-style-tall .wrapper .inner .left {
    max-width: 400px;
  }
}
.entry-content .block-hero.is-style-tall .wrapper .inner h1.small {
  font-size: 30px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-hero.is-style-tall .wrapper .inner h1.small {
    font-size: 18px;
  }
}
.entry-content .block-hero + *:not([class*=block]) {
  margin-top: 50px;
}
.entry-content .wp-block-acf-hero .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-callout .maybe-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .maybe-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.entry-content .block-callout .side {
  padding: 30px 6%;
  flex: 1 1 30%;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .side {
    padding: 30px 0 0 0;
  }
}
.entry-content .block-callout .side h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .side h2 {
    font-size: 28px;
  }
}
.entry-content .block-callout .inner-callout {
  padding: 60px 50px 60px 0;
  flex: 1 1 auto;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .inner-callout {
    padding: 0 0 25px 0;
  }
}
.entry-content .block-callout.is-style-50-50 {
  padding: 100px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout.is-style-50-50 {
    padding: 50px 0;
  }
}
.entry-content .block-callout.is-style-50-50 .side {
  width: 50%;
  padding: 30px 6% 30px 6%;
  border-right: 1px solid #F7F7F7;
  text-align: right;
  flex: 1 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout.is-style-50-50 .side {
    width: 100%;
    text-align: center;
    border: 0;
  }
}
.entry-content .block-callout.is-style-50-50 .side h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout.is-style-50-50 .side h2 {
    font-size: 32px;
  }
}
.entry-content .block-callout.is-style-50-50 .inner-callout {
  padding: 30px 6% 30px 6%;
  flex: 0 50%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout.is-style-50-50 .inner-callout {
    text-align: center;
    padding-top: 0;
    flex: 1 100%;
    width: 100%;
  }
  .entry-content .block-callout.is-style-50-50 .inner-callout .wp-block-buttons {
    justify-content: center;
  }
  .entry-content .block-callout.is-style-50-50 .inner-callout .wp-block-buttons .wp-block-button {
    width: 100%;
    max-width: 350px;
  }
  .entry-content .block-callout.is-style-50-50 .inner-callout .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.entry-content .block-callout .hubspot-2nd-form {
  transition: all ease 1s;
  opacity: 0;
}
.entry-content .block-callout .hubspot-2nd-form.hidden {
  display: none;
  opacity: 0;
}
.entry-content .block-callout .hubspot-2nd-form[style*="display: flex"] {
  display: flex;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-callout .hubspot-2nd-form .hbspt-form fieldset.form-columns-2 {
    padding: 0;
  }
  .entry-content .block-callout .hubspot-2nd-form .hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-callout .hubspot-2nd-form .hbspt-form fieldset .input {
    margin-right: 0 !important;
  }
}
.entry-content .wp-block-acf-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content .edit-fp-block .block-callout.full .maybe-wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .block-callout .hbspt-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .block-callout .hbspt-form .hs-form-field, .entry-content .block-callout .hbspt-form fieldset {
  max-width: 100%;
}
.entry-content .block-callout .hbspt-form .hs-form-field .hs-form-field, .entry-content .block-callout .hbspt-form fieldset .hs-form-field {
  padding: 0;
}
.entry-content .block-callout .hbspt-form .hs-form-field.form-columns-1 .hs-form-field + .hs-form-field, .entry-content .block-callout .hbspt-form fieldset.form-columns-1 .hs-form-field + .hs-form-field {
  padding-top: 15px;
}
.entry-content .block-callout .hbspt-form .hs-form-field > div, .entry-content .block-callout .hbspt-form fieldset > div {
  padding-bottom: 15px;
}
.entry-content .block-callout .hbspt-form .hs-form-field label:not(.hs-error-msg), .entry-content .block-callout .hbspt-form fieldset label:not(.hs-error-msg) {
  text-transform: uppercase;
}
.entry-content .block-callout .hbspt-form .hs-form-field .hs-error-msgs.inputs-list, .entry-content .block-callout .hbspt-form fieldset .hs-error-msgs.inputs-list {
  margin: 3px 0 0 0;
}
.entry-content .block-callout .hbspt-form .hs-form-field .hs-error-msgs.inputs-list li, .entry-content .block-callout .hbspt-form fieldset .hs-error-msgs.inputs-list li {
  margin: 0;
  list-style: none;
}
.entry-content .block-callout .hbspt-form .hs-form-field .hs-error-msgs.inputs-list li .hs-error-msg, .entry-content .block-callout .hbspt-form .hs-form-field .hs-error-msgs.inputs-list li label, .entry-content .block-callout .hbspt-form fieldset .hs-error-msgs.inputs-list li .hs-error-msg, .entry-content .block-callout .hbspt-form fieldset .hs-error-msgs.inputs-list li label {
  font-style: italic;
  font-size: 13px;
}
.entry-content .block-callout .hbspt-form .hs-form-field .inputs-list.multi-container, .entry-content .block-callout .hbspt-form fieldset .inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-callout .hbspt-form .hs-form-field .inputs-list.multi-container, .entry-content .block-callout .hbspt-form fieldset .inputs-list.multi-container {
    display: block;
  }
}
.entry-content .block-callout .hbspt-form .hs-form-field .inputs-list.multi-container label, .entry-content .block-callout .hbspt-form fieldset .inputs-list.multi-container label {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.entry-content .block-callout .hbspt-form .hs-form-field .inputs-list.multi-container li, .entry-content .block-callout .hbspt-form fieldset .inputs-list.multi-container li {
  flex: 0 0 calc(50% - 15px);
}
.entry-content .block-callout .hbspt-form .hs-form-field .inputs-list li label input[type=checkbox], .entry-content .block-callout .hbspt-form fieldset .inputs-list li label input[type=checkbox] {
  margin: 7px 10px 0 0;
}
.entry-content .block-callout .hbspt-form .hs-form-field .input, .entry-content .block-callout .hbspt-form fieldset .input {
  margin-right: 20px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .hbspt-form .hs-form-field .input, .entry-content .block-callout .hbspt-form fieldset .input {
    margin-right: 0 !important;
  }
}
.entry-content .block-callout .hbspt-form .hs-form-field *::-moz-placeholder, .entry-content .block-callout .hbspt-form fieldset *::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.entry-content .block-callout .hbspt-form .hs-form-field ::-webkit-input-placeholder, .entry-content .block-callout .hbspt-form fieldset ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.entry-content .block-callout .hbspt-form .hs-form-field :-ms-input-placeholder, .entry-content .block-callout .hbspt-form fieldset :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.entry-content .block-callout .hbspt-form .hs-form-field > label, .entry-content .block-callout .hbspt-form fieldset > label {
  display: none;
}
.entry-content .block-callout .hbspt-form .hs-form-field input, .entry-content .block-callout .hbspt-form .hs-form-field select, .entry-content .block-callout .hbspt-form .hs-form-field textarea, .entry-content .block-callout .hbspt-form fieldset input, .entry-content .block-callout .hbspt-form fieldset select, .entry-content .block-callout .hbspt-form fieldset textarea {
  background: #fff;
  color: #000;
}
.entry-content .block-callout .hbspt-form .hs-form-field .input input, .entry-content .block-callout .hbspt-form fieldset .input input {
  max-width: 345px;
}
.entry-content .block-callout .hbspt-form .hs-form-field select, .entry-content .block-callout .hbspt-form fieldset select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.entry-content .block-callout .hbspt-form .hs-form-field .hs-error-msgs.inputs-list li .hs-error-msg, .entry-content .block-callout .hbspt-form fieldset .hs-error-msgs.inputs-list li .hs-error-msg {
  color: #fff;
}
.entry-content .block-callout .hbspt-form ul {
  margin: 0 0 5px 0;
}
.entry-content .block-callout .hbspt-form ul li {
  list-style: none;
  margin: 0;
}
.entry-content .block-callout .hbspt-form ul li span {
  padding-left: 4px;
  text-transform: none;
}
.entry-content .block-callout .hbspt-form .legal-consent-container p {
  font-size: 14px;
}
.entry-content .block-callout .hbspt-form .hs-error-msgs.inputs-list li label {
  font-style: italic;
  color: #fff;
}
.entry-content .block-callout .hbspt-form .hs-button {
  border: 2px solid #69BBF2;
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-callout .hbspt-form .hs-button {
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .block-callout .hbspt-form .hs-button:hover {
  background-color: #69BBF2;
}
.entry-content .block-page-nav {
  position: relative;
  z-index: 70;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav:not(.fixed) {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
.entry-content .block-page-nav .fixer {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav .fixer {
    position: absolute;
    right: 0;
    width: 100%;
    padding-left: 0;
  }
}
.entry-content .block-page-nav .fixer .wrapper {
  background: #F7F7F7;
  padding: 5px 0;
  position: relative;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav .fixer .wrapper {
    margin: 0 0 0 auto;
  }
}
.entry-content .block-page-nav .fixer .wrapper nav {
  position: relative;
  z-index: 2;
}
.entry-content .block-page-nav .fixer .wrapper:before {
  content: "";
  background: #F7F7F7;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: width 0.2s;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav .fixer .wrapper:before {
    display: none;
    right: -24px;
    left: auto;
    width: calc(100% + 48px);
    transform: translateX(0);
  }
}
.entry-content .block-page-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 59px;
  position: relative;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin: 0 0 0 auto;
  }
}
.entry-content .block-page-nav nav a {
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.18em;
  border-right: 1px solid #A0A0A0;
  box-sizing: border-box;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-page-nav nav a {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav nav a {
    border: 0;
    padding: 10px 25px;
    font-size: 15px;
    text-align: left;
  }
}
.entry-content .block-page-nav nav a:last-child {
  border-right: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav nav a:not(.active) {
    display: none;
    order: 30;
  }
  .entry-content .block-page-nav nav a.active {
    color: #0B5E77;
  }
}
.entry-content .block-page-nav nav a.active {
  color: #0B5E77;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav nav a.active:after {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(180deg);
    transition: all ease 0.3s;
    position: absolute;
    /*right: 52px;*/
    margin-left: 10px;
    top: 10px;
  }
}
.entry-content .block-page-nav nav.open a.active:after {
  transform: rotate(0);
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav nav.open a:not(.active) {
    order: 30;
    display: block;
  }
}
.entry-content .block-page-nav.overtop {
  margin-top: 0 !important;
}
.entry-content .block-page-nav.overbottom {
  margin-bottom: -40px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav.fixed {
    position: absolute;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content .block-page-nav.fixed .fixer {
  position: fixed;
  z-index: 100;
  top: 113px;
  left: 0;
}
.admin-bar .entry-content .block-page-nav.fixed .fixer {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .entry-content .block-page-nav.fixed .fixer {
    top: 32px;
  }
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-page-nav.fixed .fixer {
    left: auto;
    right: 0;
    top: 87px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav.fixed .fixer {
    top: 50px;
  }
}
.entry-content .block-page-nav.fixed .fixer .wrapper:before {
  width: 100vw;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-page-nav.fixed .fixer .wrapper:before {
    width: calc(100% + 48px);
  }
}
.entry-content .wp-block-acf-page-nav .acf-block-preview a {
  pointer-events: none;
}
.entry-content .wp-block-fp-tabs.has-background-color {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}
.entry-content .wp-block-fp-tabs.has-background-color > .maybe-wrapper {
  padding-top: 100px;
  padding-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.has-background-color > .maybe-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.has-background-color > .maybe-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.entry-content .wp-block-fp-tabs.has-background-color.alignfull {
  box-shadow: none;
}
.entry-content .wp-block-fp-tabs .maybe-wrapper > h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs .maybe-wrapper > h2 {
    font-size: 28px;
  }
}
.entry-content .wp-block-fp-tabs .tabs-wrap > div[role=tablist] {
  display: none;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner {
  width: 100%;
  box-sizing: border-box;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] {
  padding: 1em 0 1px 0;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] p, .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] h2, .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] h3, .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] h4 {
  margin: 0 0 1em 0;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] a.more {
  position: relative;
  text-decoration: none;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] a.more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background-color: #69BBF2;
}
.entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15em;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs .tabs-wrap > .inner .wp-block-fp-tab > h2 {
    font-size: 16px;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap {
    display: block;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner {
  padding: 0 0 0 7%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner {
    padding: 0;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab {
  display: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab {
    display: block !important;
    margin-bottom: 25px;
  }
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab:not(.open) div[role=tabpanel] {
    display: none;
  }
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab h3 {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab h3:after {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 15px 0;
    transform: rotate(90deg);
    color: #0B5E77;
    font-size: 15px;
    transition: all ease 0.2s;
  }
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab.open h3 {
    color: #0B5E77;
  }
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab.open h3:after {
    transform: rotate(180deg);
    padding: 0 10px 0 0;
    margin-top: -3px;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab.open {
  display: block;
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  font-size: 28px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab > h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > .inner .wp-block-fp-tab p {
    font-size: 14px;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 6% 0 0;
  width: 30%;
  flex-shrink: 0;
  box-sizing: border-box;
  border-right: 1px solid #C2C2C2;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] {
    display: none;
  }
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 5px 3px 20px;
  margin: 5px 0;
  color: #4A4A4A;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button:before {
  position: absolute;
  content: "";
  left: 0;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  border-radius: 6px;
  background: #0B5E77;
  display: none;
}
.entry-content .has-dark-purple-background-color.wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button {
  color: #fff;
}

.entry-content .has-teal-background-color.wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button {
  color: #fff;
}

.entry-content .has-black-background-color.wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button {
  color: #fff;
}

.entry-content .has-dark-background-color.wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button {
  color: #fff;
}

.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button[aria-selected=true] {
  color: #0B5E77;
  font-weight: 700;
}
.entry-content .wp-block-fp-tabs.is-style-sidetabs .tabs-wrap > div[role=tablist] button[aria-selected=true]:before {
  display: block;
}
.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  font-size: 38px;
  border-bottom: 1px solid #C2C2C2;
  padding: 18px 0;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
    font-size: 24px;
  }
}
.entry-content .has-dark-purple-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3 {
  border-bottom-color: #69BBF2;
}

.entry-content .has-dark-purple-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  border-bottom-color: #69BBF2;
}

.entry-content .has-blue-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3 {
  border-bottom-color: #444;
}

.entry-content .has-blue-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  border-bottom-color: #444;
}

.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
  position: relative;
}
.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  transform: rotate(90deg) translateY(-50%);
  color: #0B5E77;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all ease 0.3s;
}
.entry-content .has-dark-purple-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after {
  color: #fff;
}

.entry-content .has-teal-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after {
  color: #fff;
}

.entry-content .has-black-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after {
  color: #fff;
}

.entry-content .has-dark-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after {
  color: #fff;
}

.entry-content .has-dark-purple-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
  color: #fff;
}

.entry-content .has-teal-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
  color: #fff;
}

.entry-content .has-black-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
  color: #fff;
}

.entry-content .has-dark-background-color.wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
  color: #fff;
}

@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
    font-size: 15px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2 {
    display: flex;
    align-items: center;
  }
  .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h2:after {
    position: relative;
    padding: 0 0 35px 0;
    top: auto;
    transform: translateY(0) rotate(90deg);
  }
}
.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab.open > h3:after, .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab.open > h2:after {
  transform: rotate(180deg);
  padding: 0 15px 0 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab p {
    font-size: 16px;
  }
}
.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab div[role=tabpanel] {
  display: none;
}
.entry-content .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab.open div[role=tabpanel] {
  display: block;
}
.entry-content .block-callout + .wp-block-fp-tabs.overtop {
  margin-top: 0 !important;
}
.entry-content .block-professionals-callout {
  padding: 74px 0;
}
.entry-content .block-professionals-callout .pc-wrap {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .pc-wrap {
    display: block;
  }
}
.entry-content .block-professionals-callout h2.mobile {
  display: none;
}
.entry-content .block-professionals-callout:not(.alignfull):not(.full):not(.alignwide) {
  max-width: 1492px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout:not(.alignfull):not(.full):not(.alignwide) {
    max-width: 1420px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .block-professionals-callout .professionals {
  margin: 0 -6px;
  width: 55%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .professionals {
    width: 100%;
    margin: 0;
  }
  .entry-content .block-professionals-callout .professionals h2 {
    font-size: 38px;
  }
}
.entry-content .block-professionals-callout .professionals .professionals-slider {
  margin-bottom: 0 !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .professionals .professionals-slider {
    margin-bottom: 60px !important;
  }
}
.entry-content .block-professionals-callout .professionals article {
  width: calc(50% - 12px);
  margin: 6px;
  box-sizing: border-box;
  position: relative;
  padding-top: 37%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .professionals article {
    padding-top: 100%;
    margin: 0;
  }
}
.entry-content .block-professionals-callout .professionals article a {
  /*display: block;
  text-decoration: none;
  padding-top: 74%;
  position: relative;
  background-size: cover;
  background-position: center top;   */
  height: 120%;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
}
.entry-content .block-professionals-callout .professionals article a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-image: radial-gradient(37.39% 78.21% at 41.99% 52.79%, rgba(196, 196, 196, 0) 37.5%, rgba(0, 0, 0, 0.47) 100%);*/
  transition: all ease 0.3s;
}
.entry-content .block-professionals-callout .professionals article a .info {
  position: absolute;
  display: none;
}
.entry-content .block-professionals-callout .professionals > h2 {
  display: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .professionals > h2 {
    text-align: center;
    display: block;
  }
}
.entry-content .block-professionals-callout .side {
  padding: 30px 0 30px 9%;
  width: 47%;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .side {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .entry-content .block-professionals-callout .side a.primary-button {
    width: 100%;
    max-width: 345px;
  }
  .entry-content .block-professionals-callout .side h2 {
    display: none;
  }
}
.entry-content .block-professionals-callout .side h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-callout .side h2 {
    font-size: 28px;
  }
}
.entry-content .professionals-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px !important;
}
.entry-content .professionals-slider .slick-dots {
  bottom: -35px;
}
.entry-content .professionals-slider .slick-dots li {
  margin: 0 10px;
}
.entry-content .professionals-slider .slick-dots li button {
  background: rgba(196, 196, 196, 0.5);
  border-radius: 50%;
}
.entry-content .professionals-slider .slick-dots li button:before {
  display: none;
}
.entry-content .professionals-slider .slick-dots li.slick-active button {
  background: rgba(105, 187, 242, 0.5);
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .professionals-slider {
    margin-left: -24px;
    margin-right: -24px;
  }
  .entry-content .professionals-slider .slick-list {
    width: 100%;
  }
  .entry-content .professionals-slider .slick-slide > div {
    padding: 0 6px;
  }
  .entry-content .professionals-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 6px);
    width: 50px;
    background: linear-gradient(to right, rgba(31, 0, 71, 0.5), transparent);
    z-index: 100;
    posinter-events: none;
  }
  .entry-content .professionals-slider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 6px);
    width: 50px;
    background: linear-gradient(to left, rgba(31, 0, 71, 0.3), transparent);
    z-index: 100;
    pointer-events: none;
  }
}
.entry-content .wp-block-acf-professionals-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-clients-callout {
  padding: 74px 0;
}
.entry-content .block-clients-callout .cc-wrap {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .cc-wrap {
    display: block;
  }
}
.entry-content .block-clients-callout:not(.alignfull):not(.alignwide) {
  max-width: 1492px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout:not(.alignfull):not(.alignwide) {
    max-width: 1420px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .block-clients-callout h2.mobile {
  display: none;
}
.entry-content .block-clients-callout .clients {
  margin: 0 -6px;
  flex: 1 1 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .clients {
    margin: 0;
  }
}
.entry-content .block-clients-callout .clients article {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.entry-content .block-clients-callout .clients article a {
  display: block;
  text-decoration: none;
  padding-top: 164%;
  position: relative;
  overflow: hidden;
}
.entry-content .block-clients-callout .clients article a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: -25%;
  background: linear-gradient(89.69deg, #1F0047 5.47%, rgba(196, 196, 196, 0) 79.2%);
  mix-blend-mode: multiply;
}
.entry-content .block-clients-callout .clients article a .info {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
.entry-content .block-clients-callout .clients article a .info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}
.entry-content .block-clients-callout .clients article a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-size: cover;
  background-position: center;
  transition: all ease 0.3s;
}
.entry-content .block-clients-callout .clients article a:hover .img {
  transform: scale(1.2);
}
.entry-content .block-clients-callout .clients h2 {
  display: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .clients h2 {
    display: block;
    text-align: center;
    font-size: 38px;
  }
}
.entry-content .block-clients-callout .side {
  padding: 30px 0 30px 4.5%;
  flex: 0 0 294px;
  flex-shrink: 0;
  box-sizing: content-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .side {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.entry-content .block-clients-callout .side h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .side h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .side h2 {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-clients-callout .side a.secondary-button {
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .block-clients-callout * {
  min-height: 0;
  min-width: 0;
}
.entry-content .clients-slider {
  margin-bottom: 30px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .clients-slider {
    padding-top: 60px;
  }
}
.entry-content .clients-slider .slick-dots {
  bottom: -35px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .clients-slider .slick-dots {
    top: 0;
    bottom: auto;
  }
}
.entry-content .clients-slider .slick-dots li {
  margin: 0 10px;
}
.entry-content .clients-slider .slick-dots li button {
  background: #c4c4c4;
  border-radius: 50%;
}
.entry-content .clients-slider .slick-dots li button:before {
  display: none;
}
.entry-content .clients-slider .slick-dots li.slick-active button {
  background: #69BBF2;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .clients-slider {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.entry-content .slider-holder.loading {
  padding-bottom: 50%;
}
.entry-content .slider-holder.loading .clients-slider {
  height: 0;
  opacity: 0;
}
.entry-content .wp-block-acf-clients-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-resources-callout {
  padding: 84px 98px;
  box-sizing: border-box;
  clear: both;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout {
    padding: 55px 25px 40px 25px;
  }
}
.entry-content .block-resources-callout h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout h2 {
    font-size: 28px;
  }
}
.entry-content .block-resources-callout .align-center {
  text-align: center;
  padding-top: 25px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout a.secondary-button {
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .block-resources-callout .resources {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources {
    display: block;
    margin: 0;
  }
}
.entry-content .block-resources-callout .resources article {
  flex: 1 1 33.33%;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #C9C9C9;
}
.entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3), .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3) ~ article {
  flex: 0 0 33.33%;
  padding-bottom: 25px;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3), .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3) ~ article {
    flex: 0 0 50%;
  }
  .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3):nth-child(3n), .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3) ~ article:nth-child(3n) {
    border-right: 1px solid #C9C9C9;
  }
  .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3):nth-child(2n), .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3) ~ article:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3):nth-child(3n), .entry-content .block-resources-callout .resources article:first-child:nth-last-child(n+3) ~ article:nth-child(3n) {
    border-right: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article {
    border-right: none;
    border-bottom: 1px solid #C9C9C9;
    padding: 18px 0;
  }
}
.entry-content .block-resources-callout .resources article:last-child {
  border-right: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article:last-child {
    border-bottom: none;
  }
}
.entry-content .block-resources-callout .resources article:nth-child(3n) {
  border-right: none;
}
.entry-content .block-resources-callout .resources article > a, .entry-content .block-resources-callout .resources article > div {
  display: block;
  text-decoration: none;
  position: relative;
  color: #000000;
}
.entry-content .block-resources-callout .resources article > a .info, .entry-content .block-resources-callout .resources article > div .info {
  display: flex;
  flex-direction: column-reverse;
}
.entry-content .block-resources-callout .resources article > a h3, .entry-content .block-resources-callout .resources article > div h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15em;
  color: #000;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article > a h3, .entry-content .block-resources-callout .resources article > div h3 {
    font-size: 16px;
  }
}
.entry-content .block-resources-callout .resources article > a h3 a, .entry-content .block-resources-callout .resources article > div h3 a {
  color: #000000;
  display: block;
}
.entry-content .block-resources-callout .resources article > a h3 a:hover, .entry-content .block-resources-callout .resources article > div h3 a:hover {
  color: #0B5E77;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout .resources article > a h3, .entry-content .block-resources-callout .resources article > div h3 {
    font-size: 22px;
  }
}
.entry-content .block-resources-callout .resources article > a .category, .entry-content .block-resources-callout .resources article > div .category {
  text-transform: uppercase;
  color: #0B5E77;
  margin-bottom: 3px;
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article > a .category, .entry-content .block-resources-callout .resources article > div .category {
    font-size: 14px;
  }
}
.entry-content .block-resources-callout .resources article > a .date, .entry-content .block-resources-callout .resources article > div .date {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 3px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout .resources article > a .date, .entry-content .block-resources-callout .resources article > div .date {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout.has-featured {
    padding-left: 98px;
    padding-right: 98px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured {
    padding: 55px 25px 40px 25px;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner {
  display: flex;
  align-items: stretch;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout.has-featured .rc-inner {
    flex-direction: column;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured {
  width: 100%;
  padding-right: 8%;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured {
    padding-right: 0;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article {
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article {
    background: none;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner {
  display: block;
  height: 100%;
  position: relative;
  padding: 48px 44px;
  box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner {
    padding: 0 0 18px 0;
    border-bottom: 1px solid #C9C9C9;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .img {
    position: relative;
    padding-bottom: 55%;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .img:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(89.69deg, #494949 12.2%, rgba(105, 105, 105, 0) 79.2%);
  mix-blend-mode: multiply;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .img:before {
    display: none;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  max-width: 320px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .info {
    padding-top: 18px;
    max-width: 100%;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.16em;
  color: #FFF9F9;
  margin: 0;
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 a {
  color: #ffffff;
  display: block;
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 a:hover {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 a {
    color: #000000;
  }
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 a:hover {
    color: #0B5E77;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner h3 {
    font-size: 22px;
    color: #000000;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .category {
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.33em;
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .category a {
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .category a {
    color: #0B5E77;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .category {
    font-size: 14px;
    color: #0B5E77;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .date {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  color: #FFF9F9;
  max-width: 320px;
  margin-top: 3px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .date {
    font-size: 16px;
    color: #000000;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .featured article .inner .excerpt {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  color: #FFF9F9;
  max-width: 320px;
  margin: 12px 0 0 0;
  position: relative;
  z-index: 2;
}
.entry-content .block-resources-callout.has-featured .rc-inner .resources {
  width: 320px;
  flex-shrink: 0;
  display: block;
  margin: -18px 0;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .resources {
    margin: 0;
    width: 100%;
  }
}
.entry-content .block-resources-callout.has-featured .rc-inner .resources article {
  border-right: none;
  padding: 18px 0;
  border-bottom: 1px solid #C9C9C9;
}
.entry-content .block-resources-callout.has-featured .rc-inner .resources article:hover .inner h3 {
  color: #0B5E77;
}
.entry-content .block-resources-callout.has-featured .rc-inner .resources article:last-child {
  border-bottom: none;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-resources-callout.has-featured .rc-inner .resources article:nth-child(3n) {
    border-right: none !important;
  }
}
.entry-content .wp-block-acf-resources-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-resources-slider {
  padding: 84px 120px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider {
    padding: 55px 25px 40px 25px;
  }
}
.entry-content .block-resources-slider .maybe-wrapper {
  padding: 0;
}
.entry-content .block-resources-slider h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider h2 {
    font-size: 42px;
  }
}
@media (min-width: 701px) {
  .entry-content .block-resources-slider .resources:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    padding-bottom: 35%;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider .resources {
    margin-bottom: 55px !important;
  }
}
.entry-content .block-resources-slider .resources .slick-slide {
  padding: 0 10px;
}
.entry-content .block-resources-slider .resources .slick-next, .entry-content .block-resources-slider .resources .slick-prev {
  width: 75px;
  height: 75px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.entry-content .block-resources-slider .resources .slick-next.slick-disabled, .entry-content .block-resources-slider .resources .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: text;
}
.entry-content .block-resources-slider .resources .slick-prev {
  left: -100px;
  transform: rotate(-90deg) translateX(50%);
}
.entry-content .block-resources-slider .resources .slick-prev:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.entry-content .block-resources-slider .resources .slick-next {
  right: -100px;
  transform: rotate(90deg) translateX(-50%);
}
.entry-content .block-resources-slider .resources .slick-next:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.entry-content .block-resources-slider .resources .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.entry-content .block-resources-slider .resources .slick-track .slick-slide {
  height: auto;
  float: none;
}
.entry-content .block-resources-slider .resources .slick-track .slick-slide > div, .entry-content .block-resources-slider .resources .slick-track .slick-slide > div, .entry-content .block-resources-slider .resources .slick-track .slick-slide > div article {
  height: 100%;
}
.entry-content .block-resources-slider .resources .slick-dots {
  bottom: -55px;
}
.entry-content .block-resources-slider .resources .slick-dots li {
  margin: 0 10px;
}
.entry-content .block-resources-slider .resources .slick-dots li button {
  background: #c4c4c4;
  border-radius: 50%;
}
.entry-content .block-resources-slider .resources .slick-dots li button:before {
  display: none;
}
.entry-content .block-resources-slider .resources .slick-dots li.slick-active button {
  background: #69BBF2;
}
.entry-content .block-resources-slider .resources article {
  display: flex !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider .resources article {
    margin-bottom: 15px;
  }
}
.entry-content .block-resources-slider .resources article:after {
  content: "";
  padding-bottom: 120%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-slider .resources article:after {
    padding-bottom: 30%;
  }
}
.entry-content .block-resources-slider .resources article a.inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-decoration: none !important;
}
.entry-content .block-resources-slider .resources article a.inner .info, .entry-content .block-resources-slider .resources article a.inner .date {
  position: relative;
  z-index: 10;
  text-align: center;
}
.entry-content .block-resources-slider .resources article a.inner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(221, 221, 221, 0.3);
}
.entry-content .block-resources-slider .resources article a.inner .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #B0B0B0;
  mix-blend-mode: multiply;
}
.entry-content .block-resources-slider:not([class*=background-color]) .resources .slick-next, .entry-content .block-resources-slider:not([class*=background-color]) .resources .slick-prev, .entry-content .block-resources-slider.has-light-gray-background-color .resources .slick-next, .entry-content .block-resources-slider.has-light-gray-background-color .resources .slick-prev {
  border-color: #69BBF2;
}
.entry-content .block-resources-slider:not([class*=background-color]) .resources .slick-next:before, .entry-content .block-resources-slider:not([class*=background-color]) .resources .slick-prev:before, .entry-content .block-resources-slider.has-light-gray-background-color .resources .slick-next:before, .entry-content .block-resources-slider.has-light-gray-background-color .resources .slick-prev:before {
  color: #69BBF2;
}
.entry-content .wp-block-acf-resources-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content * {
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .entry-content .block-resources-list.overtop {
    margin-top: -60px !important;
  }
}
.entry-content .block-resources-list.overbottom {
  margin-bottom: -30px !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list.overbottom {
    margin-top: 0 !important;
  }
}
.entry-content .block-resources-list .resources-search-and-filters {
  display: flex;
  align-items: center;
  background: #F7F7F7;
  flex-wrap: wrap;
  margin: 0 0 36px 0;
  padding: 30px 60px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list .resources-search-and-filters {
    margin: 0 -24px 0 -24px;
    display: block;
  }
}
.entry-content .block-resources-list .resources-search-and-filters form {
  display: flex;
  flex: 1 1 auto;
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content .block-resources-list .resources-search-and-filters form {
    display: block;
  }
  .entry-content .block-resources-list .resources-search-and-filters form label {
    display: block;
    margin: 0 0 15px 0;
  }
  .entry-content .block-resources-list .resources-search-and-filters form button {
    width: 100%;
  }
}
.entry-content .block-resources-list .resources-search-and-filters form label {
  flex: 1 1 auto;
}
.entry-content .block-resources-list .resources-search-and-filters form input[type=text] {
  border-radius: 4px 0 0 4px;
}
.entry-content .block-resources-list .resources-search-and-filters form button {
  border-radius: 0 4px 4px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list .resources-search-and-filters form {
    padding: 15px 20px;
  }
}
.entry-content .block-resources-list .resources-search-and-filters button.filter-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: #1F0047;
  border-radius: 4px;
  padding: 16px 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.1s;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1F0047;
  box-sizing: border-box;
  width: 270px;
  margin-left: 12px;
}
.entry-content .block-resources-list .resources-search-and-filters button.filter-toggle:focus {
  outline: 0;
}
body.using-kb .entry-content .block-resources-list .resources-search-and-filters button.filter-toggle:focus {
  outline: 2px solid #1F0047;
  outline-offset: -2px;
}
.entry-content .block-resources-list .resources-search-and-filters button.filter-toggle:hover {
  background-color: #35007a;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list .resources-search-and-filters button.filter-toggle:not([type=submit]) {
    width: 100%;
    max-width: 345px;
    padding: 16px 20px;
  }
}
.entry-content .block-resources-list .resources-search-and-filters button.filter-toggle.active {
  background-color: #69BBF2;
  color: #000;
  border-color: #69BBF2;
}
.entry-content .block-resources-list .active-filters {
  display: flex;
  flex-wrap: wrap;
}
.entry-content .block-resources-list .active-filters button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #1F0047;
  padding: 16px 10px;
  cursor: pointer;
  border: 1px solid #1F0047;
  border-radius: 4px;
  line-height: 1em;
  vertical-align: middle;
  margin-right: 24px;
}
.entry-content .block-resources-list .active-filters button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin-left: 10px;
}
.entry-content .block-resources-list .active-filters button:last-child {
  font-size: 18px;
  font-weight: 800;
  padding: 14px 0;
  margin-right: 0;
  border: none;
}
.entry-content .block-resources-list .active-filters button:last-child:after {
  display: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list .main-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.entry-content .block-resources-list h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-resources-list h2 {
    font-size: 48px;
    padding-top: 25px;
  }
}
.entry-content .block-resources-list .filters {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding-top: 26px;
}
.entry-content .block-resources-list .filters .filter {
  width: 50%;
  box-sizing: border-box;
  padding: 4px 10px;
  position: relative;
}
.entry-content .block-resources-list .filters .filter button.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1em;
  padding: 12px 20px;
  cursor: pointer;
  background: #DFDFDF;
}
.entry-content .block-resources-list .filters .filter button.toggle:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0B5E77;
  font-size: 15px;
  transform: rotate(180deg);
  position: absolute;
  right: 20px;
  top: 13px;
  transition: all ease 0.3s;
}
.entry-content .block-resources-list .filters .filter button.toggle.open:after {
  transform: rotate(0);
}
.entry-content .block-resources-list .filters .filter button.toggle span {
  font-size: 16px;
}
.entry-content .block-resources-list .filters .filter button.close {
  background: none;
  border: 0;
  font-size: 0;
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
}
.entry-content .block-resources-list .filters .filter button.close:before {
  content: "X";
  color: #0B5E77;
  font-size: 15px;
  transform: rotate(180deg);
}
.entry-content .block-resources-list .filters .filter fieldset {
  position: absolute;
  background: #F7F7F7;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 1000;
  left: 10px;
  right: 10px;
  top: 100%;
  width: auto;
  margin-top: -4px;
  overflow-y: auto;
  max-height: 600px;
}
.entry-content .block-resources-list .filters .filter fieldset legend {
  display: none;
}
.entry-content .block-resources-list .filters .filter fieldset input {
  display: none;
}
.entry-content .block-resources-list .filters .filter fieldset label {
  transition: background-color 0.2s, color 0.2s;
  padding: 0 20px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.entry-content .block-resources-list .filters .filter fieldset label:hover {
  background-color: #DFDFDF;
}
.entry-content .block-resources-list .filters .filter fieldset input:checked + label {
  background-color: #0B5E77;
  color: #fff;
}
.entry-content .block-resources-list .pagination {
  text-align: center;
  margin: 0;
}
.entry-content .block-resources-list .pagination .next, .entry-content .block-resources-list .pagination .prev {
  position: relative;
}
.entry-content .block-resources-list .pagination .next span, .entry-content .block-resources-list .pagination .prev span {
  font-size: 0;
}
.entry-content .block-resources-list .pagination .next:after, .entry-content .block-resources-list .pagination .prev:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.entry-content .block-resources-list .pagination .next:after {
  transform: rotate(90deg);
}
.entry-content .block-resources-list .pagination .prev:after {
  transform: rotate(-90deg);
}
.entry-content .block-resources-list.overbottom .pagination {
  background: #F7F7F7;
  padding: 25px 0;
}
.entry-content .main-events {
  padding-top: 60px;
  margin-bottom: 50px;
}
.entry-content .main-events .flush-right {
  float: right;
  margin-top: -37px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .main-events .flush-right {
    float: none;
    margin-top: 15px;
    display: block;
  }
}
.entry-content .main-events .fp-loading-container .resources-list {
  opacity: 0.3;
}
.entry-content .main-events .load-more-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}
.entry-content .block-professionals-list .results, .entry-content .block-resources-list .results {
  background: #fff;
}
.entry-content .block-professionals-list .results .resources-list, .entry-content .block-resources-list .results .resources-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list, .entry-content .block-resources-list .results .resources-list {
    padding-top: 25px;
  }
}
.entry-content .block-professionals-list .results .resources-list article, .entry-content .block-resources-list .results .resources-list article {
  box-sizing: border-box;
  flex: 0 0 33.33%;
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
  margin: 50px 0 50px 0;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list .results .resources-list article, .entry-content .block-resources-list .results .resources-list article {
    padding: 0 25px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article, .entry-content .block-resources-list .results .resources-list article {
    flex: 1 100%;
    border-right: 0;
    border-bottom: 1px solid #C9C9C9;
    margin: 0 0 15px 0;
    padding: 0;
  }
}
.entry-content .block-professionals-list .results .resources-list article:nth-child(3n), .entry-content .block-professionals-list .results .resources-list article:last-child, .entry-content .block-resources-list .results .resources-list article:nth-child(3n), .entry-content .block-resources-list .results .resources-list article:last-child {
  border: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article:nth-child(3n), .entry-content .block-professionals-list .results .resources-list article:last-child, .entry-content .block-resources-list .results .resources-list article:nth-child(3n), .entry-content .block-resources-list .results .resources-list article:last-child {
    border-bottom: 1px solid #C9C9C9;
  }
}
.entry-content .block-professionals-list .results .resources-list article:nth-child(3n+1), .entry-content .block-resources-list .results .resources-list article:nth-child(3n+1) {
  padding-left: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article:last-child, .entry-content .block-resources-list .results .resources-list article:last-child {
    border-bottom: none;
  }
}
.entry-content .block-professionals-list .results .resources-list article:nth-child(3n+1):not(:first-child), .entry-content .block-resources-list .results .resources-list article:nth-child(3n+1):not(:first-child) {
  position: relative;
}
.entry-content .block-professionals-list .results .resources-list article:nth-child(3n+1):not(:first-child):after, .entry-content .block-resources-list .results .resources-list article:nth-child(3n+1):not(:first-child):after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 300%;
  border-top: 1px solid #c9c9c9;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article:nth-child(3n+1):not(:first-child):after, .entry-content .block-resources-list .results .resources-list article:nth-child(3n+1):not(:first-child):after {
    display: none;
  }
}
.entry-content .block-professionals-list .results .resources-list article h3, .entry-content .block-resources-list .results .resources-list article h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15em;
  margin: 0 0 5px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article h3, .entry-content .block-resources-list .results .resources-list article h3 {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list .results .resources-list article h3, .entry-content .block-resources-list .results .resources-list article h3 {
    font-size: 20px;
  }
}
.entry-content .block-professionals-list .results .resources-list article h3 a, .entry-content .block-resources-list .results .resources-list article h3 a {
  color: #000000;
}
.entry-content .block-professionals-list .results .resources-list article .date, .entry-content .block-resources-list .results .resources-list article .date {
  font-size: 20px;
  margin: 0 0 15px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article .date, .entry-content .block-resources-list .results .resources-list article .date {
    font-size: 16px;
  }
}
.entry-content .block-professionals-list .results .resources-list article .category, .entry-content .block-resources-list .results .resources-list article .category {
  font-size: 18px;
  color: #0B5E77;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .results .resources-list article .category, .entry-content .block-resources-list .results .resources-list article .category {
    font-size: 14px;
  }
}
.entry-content .block-professional-search .ps-inner {
  padding: 100px 60px;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search .ps-inner {
    padding: 50px 25px 75px 25px;
  }
}
.entry-content .block-professional-search .advanced-search {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33em;
  color: #3C3C3C;
  vertical-align: middle;
  text-align: center;
}
.entry-content .block-professional-search .advanced-search:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  background: #69BBF2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 32px;
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  margin-left: 7px;
  transition: all ease 0.3s;
}
.entry-content .block-professional-search .advanced-search:hover {
  text-decoration: none;
}
.entry-content .block-professional-search .advanced-search:hover:after {
  background-color: #1F0047;
}
.entry-content .block-professional-search h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search h2 {
    font-size: 24px;
  }
}
.entry-content .block-professional-search p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search p {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-content .block-professional-search form {
  display: flex;
  margin-top: 28px;
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search form {
    display: block;
  }
  .entry-content .block-professional-search form button {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .entry-content .block-professional-search form input[type=text] {
    text-align: center;
  }
}
.entry-content .block-professional-search form label {
  width: 100%;
}
.entry-content .block-professional-search form input {
  border: none;
  background-color: #DFDFDF;
}
.entry-content .block-professional-search form input[type=text] {
  border-radius: 4px 0 0 4px;
}
.entry-content .block-professional-search form button {
  border-radius: 0 4px 4px 0;
}
.entry-content .block-professional-search.has-image .ps-inner {
  width: 50%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search.has-image .ps-inner {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-professional-search.has-image form {
    display: block;
  }
  .entry-content .block-professional-search.has-image form button {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .entry-content .block-professional-search.has-image form input[type=text] {
    text-align: center;
  }
}
.entry-content .block-professional-search.has-image .image {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-search.has-image .image {
    display: none;
  }
}
.entry-content .wp-block-acf-professional-search .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-professional-hero {
  background: #1F0047;
}
.entry-content .block-professional-hero .outerwrap .wrapper {
  position: relative;
  min-height: 500px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  /* radial-gradient(37.39% 78.21% at 41.99% 52.79%, rgba(196, 196, 196, 0) 37.5%, rgba(0, 0, 0, 0.47) 100%)*/
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy {
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
  box-sizing: border-box;
  min-height: 275px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy {
    width: 100%;
    min-height: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy * {
    color: #fff;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy h1 {
  color: #fff;
  margin: 0;
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .position {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .position {
    font-size: 20px;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy a {
  color: #fff;
  text-decoration: none;
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .contact {
  margin: 30px -10px 0 -10px;
  display: flex;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #C9C9C9;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a {
  padding: 0 10px 0 10px;
  border-left: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a {
    padding-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=mailto]:before {
    content: "\e90e";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=tel] {
    padding: 0 !important;
    border: 0;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=tel]:before {
    content: "\e90f";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    vertical-align: -0.1em;
    margin-right: 5px;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a:first-child {
  border-left: none;
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .icons {
  margin: 26px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.entry-content .block-professional-hero .outerwrap .wrapper .copy .icons a {
  padding: 0 10px;
  font-size: 28px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .icons a {
    font-size: 22px;
  }
}
.entry-content .block-professional-hero .outerwrap .wrapper .bg {
  position: absolute;
  left: 50%;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
}
.entry-content .block-professional-hero .outerwrap .wrapper .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1850px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .bg {
    right: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professional-hero .outerwrap .wrapper .bg {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding-bottom: 75%;
  }
}
.entry-content .wp-block-acf-professional-hero .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-professionals-list {
  margin-top: -60px;
}
.entry-content .block-professionals-list.landing-list {
  margin-top: 0;
}
.entry-content .block-professionals-list form {
  background: #F7F7F7;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
  padding: 40px 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list form {
    display: block;
    padding: 20px;
  }
}
.entry-content .block-professionals-list form label {
  width: 100%;
}
.entry-content .block-professionals-list form input[type=text] {
  border-radius: 4px 0 0 4px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list form input[type=text] {
    border-radius: 4px;
  }
}
.entry-content .block-professionals-list form button {
  border-radius: 0 4px 4px 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list form button {
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
  }
}
.entry-content .block-professionals-list main .main-wrap {
  display: flex;
  margin-top: 46px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list main .main-wrap {
    flex-direction: column;
  }
}
.entry-content .block-professionals-list main .filters {
  width: 400px;
  flex-shrink: 0;
  padding-left: 60px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list main .filters {
    width: 100%;
    order: -1;
    padding: 0;
  }
}
.entry-content .block-professionals-list main .filters > p {
  font-size: 20px;
  font-weight: bold;
}
.entry-content .block-professionals-list main .filters > .filter {
  background: #F7F7F7;
  margin-bottom: 0;
  border-top: 1px solid #A5A5A6;
}
.entry-content .block-professionals-list main .filters > .filter:last-child {
  border-bottom: 1px solid #A5A5A6;
}
.entry-content .block-professionals-list main .filters > .filter > div {
  position: relative;
}
.entry-content .block-professionals-list main .filters > .filter > div button.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  display: block;
  background: #F7F7F7;
  width: 100%;
  padding: 22px 24px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  text-align: left;
  transition: background-color 0.2s;
}
.entry-content .block-professionals-list main .filters > .filter > div button.toggle:hover {
  background-color: #eaeaea;
}
.entry-content .block-professionals-list main .filters > .filter > div button.toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  transform: rotate(90deg);
  content: "\e90a";
  color: #0B5E77;
  transition: transform 0.2s;
}
.entry-content .block-professionals-list main .filters > .filter > div button.toggle.open {
  border: 1px solid #A5A5A6;
  border-top: 0;
}
.entry-content .block-professionals-list main .filters > .filter > div button.toggle.open:after {
  transform: rotate(90deg) scaleX(-1);
}
.entry-content .block-professionals-list main .filters > .filter > div button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  position: absolute;
  font-weight: 500;
  background: #1F0047;
  font-size: 14px;
  padding: 9px 34px 9px 14px;
  color: #fff;
  line-height: 1em;
  border-radius: 0;
  top: 50%;
  right: 46px;
  margin-top: -16px;
  text-align: left;
}
.entry-content .block-professionals-list main .filters > .filter > div button.close:after {
  position: absolute;
  content: "x";
  top: 50%;
  right: 15px;
  margin-top: -7px;
  color: #fff;
  line-height: 12px;
}
.entry-content .block-professionals-list main .filters > .filter fieldset {
  border: none;
  padding: 10px 0;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
}
.entry-content .block-professionals-list main .filters > .filter fieldset legend {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option {
  padding: 0 30px;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option input {
  display: none;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option label {
  padding: 5px 0 5px 32px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  cursor: pointer;
  position: relative;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option label:hover {
  text-decoration: underline;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option label:before {
  content: "";
  background: #DFDFDF;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: background-color 0.2s;
}
.entry-content .block-professionals-list main .filters > .filter fieldset .option input:checked + label:before {
  background-color: #1F0047;
}
.entry-content .block-professionals-list main .results {
  width: 100%;
}
.entry-content .block-professionals-list .pagination {
  padding-right: 330px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list .pagination {
    padding-right: 0;
  }
}
.entry-content .wp-block-acf-professionals-list .acf-block-preview a {
  pointer-events: none;
}
.entry-content .professionals-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -5px;
}
.entry-content .professionals-list article {
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .professionals-list article {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .entry-content .professionals-list article {
    width: 100%;
  }
}
.entry-content .professionals-list article .inner {
  background: #F7F7F7;
  padding: 10px;
  padding-bottom: 20px;
  height: 100%;
  box-sizing: border-box;
}
.entry-content .professionals-list article .inner > a:first-child {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.entry-content .professionals-list article .bg {
  /*height: 260px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; */
  height: 120%;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: -15%;
  width: calc(100% + 20px);
}
.entry-content .professionals-list article h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 3px 0;
}
.entry-content .professionals-list article .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0;
}
.entry-content .professionals-list article .phone, .entry-content .professionals-list article .email {
  color: #0B5E77;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.entry-content .professionals-list article .contact {
  display: flex;
  flex-wrap: wrap;
}
.entry-content .professionals-list article .contact a {
  line-height: 1em;
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .professionals-list article .contact a {
    flex: 1 100%;
  }
}
.entry-content .professionals-list article .contact a:after {
  content: "|";
  margin: 0 5px;
  vertical-align: 0.1em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .professionals-list article .contact a:after {
    display: none;
  }
}
.entry-content .professionals-list article .contact a:last-child:after {
  display: none;
}
.entry-content .pagination {
  text-align: center;
  padding: 0 0 50px 0;
}
.entry-content .pagination .page-numbers {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #0B5E77;
  padding: 3px 5px;
}
.entry-content .pagination span:not([class]) {
  font-size: 20px;
  margin-right: 15px;
}
.entry-content .pagination span.page-numbers {
  color: #000;
}
.entry-content .pagination span.current {
  color: #000;
}
.entry-content .pagination .prev, .entry-content .pagination .first {
  margin-right: 10px;
}
.entry-content .pagination .next, .entry-content .pagination .last {
  margin-left: 15px;
}
.entry-content .pagination span.dots {
  margin: 0 8px;
}
.entry-content .pagination .next, .entry-content .pagination .prev {
  position: relative;
}
.entry-content .pagination .next span, .entry-content .pagination .prev span {
  font-size: 0;
}
.entry-content .pagination .next:after, .entry-content .pagination .prev:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.entry-content .pagination .next:after {
  transform: rotate(90deg);
}
.entry-content .pagination .prev:after {
  transform: rotate(-90deg);
}
.entry-content .block-connected-professionals-list > div > h2 {
  font-size: 36px;
}
.entry-content .block-connected-professionals-list .main-wrap {
  display: flex;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-connected-professionals-list .main-wrap {
    flex-direction: column;
  }
}
.entry-content .block-connected-professionals-list .main-wrap .professionals-list {
  flex: 1 1 auto;
}
.entry-content .block-connected-professionals-list .main-wrap .buttons {
  flex: 0 0 330px;
  padding-left: 60px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-connected-professionals-list .main-wrap .buttons {
    order: -1;
    flex: 1 100%;
    padding: 0 0 20px 0;
    position: sticky;
    top: 92px;
    z-index: 50;
  }
}
.entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons {
  position: sticky;
  top: 115px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons {
    display: flex;
  }
}
.entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons .primary-button {
  padding: 16px 20px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons .primary-button {
    border-radius: 4px 0 0 4px;
    padding: 10px 20px;
  }
}
.entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons .secondary-button {
  width: 100%;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons .secondary-button {
    border-radius: 0 4px 4px 0;
    background: #fff;
    padding: 10px 20px;
  }
}
.entry-content .total-results {
  font-size: 20px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list.landing-list main .filters {
    margin-bottom: 25px;
  }
}
.entry-content .block-professionals-list.landing-list main .filters > p {
  margin-top: 0;
}
.entry-content .block-professionals-list.landing-list main .results .results {
  margin-top: 25px !important;
}
.entry-content .block-professionals-list.landing-list main .resources-list article h3 {
  font-size: 22px;
}
@media (min-width: 0) and (max-width: 1400px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article h3 {
    font-size: 18px;
  }
}
.entry-content .block-professionals-list.landing-list main .resources-list article .category {
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 1400px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article {
    flex: 0 0 50%;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n+1):not(:first-child):after {
    display: none;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n+1) {
    padding-left: 50px;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(2n+1):not(:first-child) {
    position: relative;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(2n+1):not(:first-child):after {
    display: block;
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 200%;
    border-top: 1px solid #c9c9c9;
  }
}
@media (min-width: 0) and (max-width: 1400px) and (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(2n+1):not(:first-child):after {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1400px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n), .entry-content .block-professionals-list.landing-list main .resources-list article:last-child {
    border-right: 1px solid #C9C9C9;
  }
}
@media (min-width: 0) and (max-width: 1400px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(2n), .entry-content .block-professionals-list.landing-list main .resources-list article:last-child {
    border: 0;
  }
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n+1) {
    padding-left: 25px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list.landing-list main .resources-list article {
    flex: 1 100%;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:not(:last-child) {
    border-bottom: 1px solid #C9C9C9 !important;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n), .entry-content .block-professionals-list.landing-list main .resources-list article:last-child {
    border-right: none;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(2n+1):not(:first-child):after {
    display: none;
  }
  .entry-content .block-professionals-list.landing-list main .resources-list article:nth-child(3n+1) {
    padding-left: 0;
  }
}
.entry-content .block-events {
  padding: 84px 60px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events {
    padding: 0 24px 40px 24px;
  }
}
.entry-content .block-events .maybe-wrapper {
  padding: 0;
}
.entry-content .block-events h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events h2 {
    height: 50vw;
    display: flex;
    align-items: center;
    font-size: 38px;
  }
}
.entry-content .block-events .img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .img {
    height: 50vw;
  }
}
.entry-content .block-events .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  mix-blend-mode: multiply;
}
.entry-content .block-events .align-center {
  text-align: center;
}
.entry-content .block-events a.cta {
  color: #fff;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events a.cta {
    color: #000000;
    width: 100%;
    max-width: 345px;
  }
}
.entry-content .block-events .events {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  position: relative;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events {
    display: block;
    margin: 0;
  }
}
.entry-content .block-events .events article {
  flex: 1 1 33.33%;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #C9C9C9;
  margin: 0 0 50px 0;
}
.entry-content .block-events .events article:first-child:nth-last-child(n+3), .entry-content .block-events .events article:first-child:nth-last-child(n+3) ~ article {
  flex: 0 0 33.33%;
  padding-bottom: 25px;
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-events .events article:first-child:nth-last-child(n+3), .entry-content .block-events .events article:first-child:nth-last-child(n+3) ~ article {
    flex: 0 0 50%;
  }
  .entry-content .block-events .events article:first-child:nth-last-child(n+3):nth-child(3n), .entry-content .block-events .events article:first-child:nth-last-child(n+3) ~ article:nth-child(3n) {
    border-right: 1px solid #C9C9C9;
  }
  .entry-content .block-events .events article:first-child:nth-last-child(n+3):nth-child(2n), .entry-content .block-events .events article:first-child:nth-last-child(n+3) ~ article:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article:first-child:nth-last-child(n+3):nth-child(3n), .entry-content .block-events .events article:first-child:nth-last-child(n+3) ~ article:nth-child(3n) {
    border-right: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article {
    border-right: none;
    border-bottom: 1px solid #C9C9C9;
    padding: 18px 0;
    margin: 0;
  }
}
.entry-content .block-events .events article:last-child {
  border-right: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article:last-child {
    border-bottom: none;
  }
}
.entry-content .block-events .events article:nth-child(3n) {
  border-right: none;
}
.entry-content .block-events .events article a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.entry-content .block-events .events article a .info {
  display: flex;
  flex-direction: column-reverse;
}
.entry-content .block-events .events article a h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15em;
  color: #fff;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article a h3 {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 1150px) {
  .entry-content .block-events .events article a h3 {
    font-size: 22px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article a h3 {
    color: #000000;
  }
}
.entry-content .block-events .events article a .date {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 3px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-events .events article a .date {
    font-size: 16px;
    color: #000000;
  }
}
.entry-content .wp-block-acf-events .acf-block-preview a {
  pointer-events: none;
}
.entry-content .wp-block-acf-events .acf-block-preview .block-events .wrapper {
  padding: 0;
}
.entry-content .block-banner {
  padding: 84px 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-banner {
    padding: 55px 25px 40px 25px;
  }
}
.entry-content .block-banner .maybe-wrapper {
  padding: 0;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.entry-content .block-banner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.entry-content .block-banner .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #969696;
  mix-blend-mode: multiply;
}
.entry-content .block-banner .wrapper {
  position: relative;
  z-index: 10;
  max-width: 900px;
}
.entry-content .block-banner .wrapper > *, .entry-content .block-banner .wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
}
.entry-content .block-content-slider {
  padding: 84px 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider {
    padding: 35px 25px 25px 25px;
  }
}
.entry-content .block-content-slider .maybe-wrapper {
  padding: 0;
}
.entry-content .block-content-slider .cs-wrap {
  display: flex;
  padding-bottom: 60px;
}
@media (min-width: 0) and (max-width: 1250px) {
  .entry-content .block-content-slider .cs-wrap {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap {
    padding: 0;
  }
}
.entry-content .block-content-slider .cs-wrap * {
  min-height: 0;
  min-width: 0;
}
.entry-content .block-content-slider .cs-wrap .content-slider {
  flex: 1 1 auto;
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap .content-slider {
    padding-top: 60px;
  }
}
.entry-content .block-content-slider .cs-wrap .content-slider h2 {
  color: #0B5E77;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-track {
  min-width: 100% !important;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-slide {
  padding: 0 10px;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-slide:only-child {
  width: 100% !important;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-next, .entry-content .block-content-slider .cs-wrap .content-slider .slick-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #0B5E77;
  border-radius: 50%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-next, .entry-content .block-content-slider .cs-wrap .content-slider .slick-prev {
    top: 0;
    bottom: auto;
    width: 45px;
    height: 45px;
  }
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-next.slick-disabled, .entry-content .block-content-slider .cs-wrap .content-slider .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: text;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-prev {
  right: 80px;
  top: auto;
  left: auto;
  bottom: -60px;
  transform: rotate(-90deg);
  z-index: 20;
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-prev:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0B5E77;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-prev {
    top: 0;
    bottom: auto;
    right: 60px;
  }
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-next {
  right: 0;
  top: auto;
  bottom: -60px;
  transform: rotate(90deg);
}
.entry-content .block-content-slider .cs-wrap .content-slider .slick-next:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0B5E77;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-next {
    top: 0;
    bottom: auto;
  }
}
.entry-content .block-content-slider .cs-wrap aside {
  flex: 0 0 400px;
  border-right: 1px solid #898989;
  padding: 0 50px 0 0;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1250px) {
  .entry-content .block-content-slider .cs-wrap aside {
    padding: 0;
    margin: 0 0 25px 0;
    border-right: none;
    border-bottom: 1px solid #898989;
  }
}
.entry-content .block-content-slider .cs-wrap aside h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .cs-wrap aside h2 {
    font-size: 28px;
  }
}
.entry-content .block-content-slider .resources .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.entry-content .block-content-slider .resources .slick-track .slick-slide {
  height: auto;
  float: none;
}
.entry-content .block-content-slider .resources .slick-track .slick-slide > div, .entry-content .block-content-slider .resources .slick-track .slick-slide > div, .entry-content .block-content-slider .resources .slick-track .slick-slide > div article {
  height: 100%;
}
.entry-content .block-content-slider .resources article {
  display: flex !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .resources article {
    margin-bottom: 15px;
  }
}
.entry-content .block-content-slider .resources article:after {
  content: "";
  padding-bottom: 120%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-slider .resources article:after {
    padding-bottom: 30%;
  }
}
.entry-content .block-content-slider .resources article a.inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-decoration: none !important;
}
.entry-content .block-content-slider .resources article a.inner .info, .entry-content .block-content-slider .resources article a.inner .date {
  position: relative;
  z-index: 10;
  text-align: center;
}
.entry-content .block-content-slider .resources article a.inner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(221, 221, 221, 0.3);
}
.entry-content .block-content-slider .resources article a.inner .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #B0B0B0;
  mix-blend-mode: multiply;
}
.entry-content .wp-block-acf-resources-callout .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-cards {
  padding: 0 0 15px 0;
}
.entry-content .block-cards:not(.alignfull):not(.alignwide) {
  max-width: 1492px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards:not(.alignfull):not(.alignwide) {
    max-width: 1420px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.entry-content .block-cards h2.mobile {
  display: none;
}
.entry-content .block-cards .maybe-wrapper {
  padding: 0;
}
.entry-content .block-cards .cards {
  margin: 0 -6px;
  flex: 1 1 auto;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .cards {
    margin: 0;
  }
}
.entry-content .block-cards .cards .slider-holder {
  width: 100%;
}
.entry-content .block-cards .cards section {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.entry-content .block-cards .cards section a {
  display: block;
  text-decoration: none;
  padding-top: 164%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.entry-content .block-cards .cards section a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: -25%;
  background: linear-gradient(89.69deg, #1F0047 5.47%, rgba(196, 196, 196, 0) 79.2%);
  mix-blend-mode: multiply;
}
.entry-content .block-cards .cards section a .info {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
.entry-content .block-cards .cards section a .info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}
.entry-content .block-cards .cards h2 {
  display: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .cards h2 {
    display: block;
    text-align: center;
  }
}
.entry-content .block-cards .side {
  padding: 30px 0 30px 4.5%;
  flex: 0 0 294px;
  flex-shrink: 0;
  box-sizing: content-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .side {
    width: 100%;
    padding: 0;
  }
}
.entry-content .block-cards .side h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.09em;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .side h2 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .side h2 {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards .side a.secondary-button {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .entry-content .block-cards.is-style-slider .cards {
    padding-left: 120px;
    padding-right: 120px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards.is-style-slider .cards {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content .block-cards.is-style-slider .cards section {
  padding: 0 10px;
}
.entry-content .block-cards.is-style-slider .cards section a {
  padding-top: 120%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-cards.is-style-slider .cards section a {
    padding-top: 30%;
  }
}
.entry-content .block-cards.is-style-slider .cards section a:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: #B0B0B0 !important;
  mix-blend-mode: multiply;
}
.entry-content .block-cards.is-style-slider .cards .info h3 {
  font-size: 18px;
  text-align: center;
}
.entry-content .block-cards.is-style-slider .cards .slick-next, .entry-content .block-cards.is-style-slider .cards .slick-prev {
  width: 75px;
  height: 75px;
  border: 1px solid #69BBF2;
  border-radius: 50%;
}
.entry-content .block-cards.is-style-slider .cards .slick-next.slick-disabled, .entry-content .block-cards.is-style-slider .cards .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: text;
}
.entry-content .block-cards.is-style-slider .cards .slick-prev {
  left: -100px;
  transform: rotate(-90deg) translateX(50%);
}
.entry-content .block-cards.is-style-slider .cards .slick-prev:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  color: #69BBF2;
}
.entry-content .block-cards.is-style-slider .cards .slick-next {
  right: -100px;
  transform: rotate(90deg) translateX(-50%);
}
.entry-content .block-cards.is-style-slider .cards .slick-next:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  color: #69BBF2;
}
.entry-content .block-cards.is-style-slider .cards .cards-slider {
  padding-top: 0;
  margin-bottom: 55px !important;
}
.entry-content .block-cards.is-style-slider .cards .slick-dots {
  top: auto;
  bottom: -55pxc;
}
.entry-content .block-frame.has-light-gray-background-color .block-cards.is-style-slider .slick-next, .entry-content .block-frame.has-light-gray-background-color .block-cards.is-style-slider .slick-prev, .entry-content .block-frame.has-blue-background-color .block-cards.is-style-slider .slick-next, .entry-content .block-frame.has-blue-background-color .block-cards.is-style-slider .slick-prev, .entry-content .block-frame.has-teal-background-color .block-cards.is-style-slider .slick-next, .entry-content .block-frame.has-teal-background-color .block-cards.is-style-slider .slick-prev, .entry-content .block-frame.has-dark-purple-background-color .block-cards.is-style-slider .slick-next, .entry-content .block-frame.has-dark-purple-background-color .block-cards.is-style-slider .slick-prev {
  border-color: #fff;
}
.entry-content .block-frame.has-light-gray-background-color .block-cards.is-style-slider .slick-next:before, .entry-content .block-frame.has-light-gray-background-color .block-cards.is-style-slider .slick-prev:before, .entry-content .block-frame.has-blue-background-color .block-cards.is-style-slider .slick-next:before, .entry-content .block-frame.has-blue-background-color .block-cards.is-style-slider .slick-prev:before, .entry-content .block-frame.has-teal-background-color .block-cards.is-style-slider .slick-next:before, .entry-content .block-frame.has-teal-background-color .block-cards.is-style-slider .slick-prev:before, .entry-content .block-frame.has-dark-purple-background-color .block-cards.is-style-slider .slick-next:before, .entry-content .block-frame.has-dark-purple-background-color .block-cards.is-style-slider .slick-prev:before {
  color: #fff;
}
.entry-content .cards-slider {
  margin-bottom: 60px !important;
  transition: all ease 0.3s;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-slider {
    padding-top: 40px;
    margin-bottom: 0 !important;
  }
}
.entry-content .cards-slider .slick-dots {
  bottom: -35px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-slider .slick-dots {
    top: 0;
    bottom: auto;
  }
}
.entry-content .cards-slider .slick-dots li {
  margin: 0 10px;
}
.entry-content .cards-slider .slick-dots li button {
  background: #c4c4c4;
  border-radius: 50%;
}
.entry-content .cards-slider .slick-dots li button:before {
  display: none;
}
.entry-content .cards-slider .slick-dots li.slick-active button {
  background: #69BBF2;
}
.entry-content .cards-slider .slick-track {
  min-width: 100%;
}
.entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1), .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1) ~ .slick-slide {
  width: 100% !important;
}
.entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1) .block-card a, .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1) ~ .slick-slide .block-card a {
  padding-top: 33%;
  text-align: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1) .block-card a, .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(1) ~ .slick-slide .block-card a {
    padding-top: 50%;
  }
}
.entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(2), .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(2) ~ .slick-slide {
  width: 50% !important;
}
.entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(2) .block-card a, .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(2) ~ .slick-slide .block-card a {
  padding-top: 75%;
  text-align: center;
}
@media (min-width: 1050px) {
  .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(3), .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(3) ~ .slick-slide {
    width: 33.33% !important;
  }
  .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(3) .block-card a, .entry-content .cards-slider .slick-track .slick-slide:first-child:nth-last-child(3) ~ .slick-slide .block-card a {
    padding-top: 100%;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content .slider-holder.loading .cards-slider {
  opacity: 0;
  height: 0;
}
.entry-content .wp-block-acf-cards .acf-block-preview a {
  pointer-events: none;
}
.entry-content .block-cards-with-details {
  padding: 25px 0;
}
.entry-content .cards-tabs > ul, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 12px);
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout {
    flex-wrap: wrap;
    width: 100%;
  }
}
.entry-content .cards-tabs > ul .wp-block-acf-cards-tabs, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-acf-cards-tabs {
  flex: 1;
  z-index: 10;
  margin-bottom: 20px;
}
.entry-content .cards-tabs > ul > li, .entry-content .cards-tabs > ul .acf-block-preview > li, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li {
  margin: 0;
  text-align: center;
  position: relative;
  transition: background ease 0.3s;
  border-right: 12px solid #ffffff;
  list-style: none;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li, .entry-content .cards-tabs > ul .acf-block-preview > li, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li {
    flex: 0 1 auto;
    width: 100%;
    text-align: left;
    border-right: 0;
  }
}
.entry-content .cards-tabs > ul > li.card-content, .entry-content .cards-tabs > ul .acf-block-preview > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.card-content {
  background: #1F0047;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 686px);
  padding-right: calc(50vw - 686px);
  border-right: 0;
}
.entry-content .cards-tabs > ul > li.card-content > *, .entry-content .cards-tabs > ul .acf-block-preview > li.card-content > *, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.card-content > *, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.card-content > * {
  color: #fff;
}
@media (min-width: 0) and (max-width: 1432px) {
  .entry-content .cards-tabs > ul > li.card-content, .entry-content .cards-tabs > ul .acf-block-preview > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.card-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 701px) {
  .entry-content .cards-tabs > ul > li.card-content, .entry-content .cards-tabs > ul .acf-block-preview > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.card-content {
    order: 30;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li.card-content, .entry-content .cards-tabs > ul .acf-block-preview > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.card-content, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.card-content {
    padding: 24px;
  }
}
.entry-content .cards-tabs > ul > li:not(.card-content), .entry-content .cards-tabs > ul .acf-block-preview > li:not(.card-content), .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li:not(.card-content), .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li:not(.card-content) {
  flex: 1;
  z-index: 10;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li:not(.card-content), .entry-content .cards-tabs > ul .acf-block-preview > li:not(.card-content), .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li:not(.card-content), .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li:not(.card-content) {
    flex: 1 1 auto;
    width: 100%;
    text-align: left;
    margin: 2px -24px 0 -24px;
  }
}
.entry-content .cards-tabs > ul > li > a, .entry-content .cards-tabs > ul .acf-block-preview > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a {
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
  line-height: 1;
  display: block;
  height: 100%;
  display: flex;
  position: relative;
  display: flex;
  transition: all ease 0.3s;
}
.entry-content .cards-tabs > ul > li > a:after, .entry-content .cards-tabs > ul .acf-block-preview > li > a:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a:after {
  content: "";
  padding-bottom: 164%;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li > a:after, .entry-content .cards-tabs > ul .acf-block-preview > li > a:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a:after {
    padding-bottom: 35vw;
  }
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .cards-tabs > ul > li > a, .entry-content .cards-tabs > ul .acf-block-preview > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a {
    font-size: 22px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li > a, .entry-content .cards-tabs > ul .acf-block-preview > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a {
    font-size: 18px;
    flex-direction: row;
    align-items: center;
    padding: 10px 0 10px 10px;
  }
}
.entry-content .cards-tabs > ul > li > a span.img, .entry-content .cards-tabs > ul .acf-block-preview > li > a span.img, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a span.img, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a span.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.entry-content .cards-tabs > ul > li > a span.img:after, .entry-content .cards-tabs > ul .acf-block-preview > li > a span.img:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a span.img:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a span.img:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(89.69deg, #1F0047 5.47%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
  display: none;
}
.entry-content .cards-tabs > ul > li > a span.title, .entry-content .cards-tabs > ul .acf-block-preview > li > a span.title, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a span.title, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a span.title {
  padding: 24px;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li > a span.title, .entry-content .cards-tabs > ul .acf-block-preview > li > a span.title, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a span.title, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a span.title {
    width: calc(100% - 50px);
    padding-right: 30px;
  }
  .entry-content .cards-tabs > ul > li > a span.title:after, .entry-content .cards-tabs > ul .acf-block-preview > li > a span.title:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a span.title:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a span.title:after {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg) translateX(-50%);
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    transition: all ease 0.3s;
  }
}
.entry-content .cards-tabs > ul > li > a:hover, .entry-content .cards-tabs > ul .acf-block-preview > li > a:hover, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li > a:hover, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li > a:hover {
  text-decoration: none;
}
.entry-content .cards-tabs > ul > li.has-overlayer > a span.img:after, .entry-content .cards-tabs > ul .acf-block-preview > li.has-overlayer > a span.img:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.has-overlayer > a span.img:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.has-overlayer > a span.img:after {
  display: block;
}
.entry-content .cards-tabs > ul > li.active a, .entry-content .cards-tabs > ul .acf-block-preview > li.active a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.active a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.active a {
  box-shadow: 0 5px 5px #C4C4C4;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li.active a, .entry-content .cards-tabs > ul .acf-block-preview > li.active a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.active a, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.active a {
    box-shadow: none;
  }
}
.entry-content .cards-tabs > ul > li.active:after, .entry-content .cards-tabs > ul .acf-block-preview > li.active:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.active:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.active:after {
  content: "";
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 60px solid #ffffff;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li.active:after, .entry-content .cards-tabs > ul .acf-block-preview > li.active:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.active:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.active:after {
    display: none;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs > ul > li.active span.title:after, .entry-content .cards-tabs > ul .acf-block-preview > li.active span.title:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li.active span.title:after, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li.active span.title:after {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(180deg) translateY(50%);
  }
}
.entry-content .cards-tabs > ul > li:before, .entry-content .cards-tabs > ul .acf-block-preview > li:before, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout > li:before, .entry-content .cards-tabs > ul > .block-editor-inner-blocks > .block-editor-block-list__layout .acf-block-preview > li:before {
  display: none;
}
.entry-content .cards-tabs .card-content {
  padding: 80px 50px 25px 50px;
  text-align: left;
  background: #1F0047;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs .card-content {
    padding: 20px 20px 0 20px;
  }
}
.entry-content .cards-tabs .card-content p {
  font-size: 19px;
  text-align: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .cards-tabs .card-content p {
    line-height: 1.5;
  }
}
.entry-content .block-frame {
  padding: 84px 60px;
  clear: both;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-frame {
    padding: 30px 24px 1px 24px;
  }
}
.entry-content .block-frame .maybe-wrapper {
  padding: 0;
}
.entry-content .block-frame:not([class*=background-color]) + .block-frame:not([class*=background-color]) {
  padding-top: 0;
}
.entry-content .locations-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
  padding: 60px 0 30px 0;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .locations-list {
    padding-right: 0;
    padding-top: 30px;
  }
}
.entry-content .locations-list .break {
  flex-basis: 100%;
  height: 0;
}
.entry-content .locations-list article {
  width: 33.33%;
  padding: 15px 30px;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content .locations-list article {
    padding: 15px;
  }
}
@media (min-width: 0) and (max-width: 950px) {
  .entry-content .locations-list article {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 550px) {
  .entry-content .locations-list article {
    width: 100%;
  }
}
.entry-content .locations-list article .inner {
  background: #F7F7F7;
  padding: 10px;
  padding-bottom: 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.entry-content .locations-list article .bg {
  height: 260px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.entry-content .locations-list article p {
  margin: 0 0 12px 0;
}
.entry-content .locations-list article h2 {
  font-size: 18px;
  font-weight: 500;
  color: #0B5E77;
  margin: 0 0 3px 0;
}
.entry-content .locations-list article .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0;
}
.entry-content .locations-list article .phone, .entry-content .locations-list article .email {
  color: #0B5E77;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.entry-content .locations-list article .contact-info {
  margin: auto 0 0 0;
}
.entry-content .locations-list article .contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.entry-content .locations-list article .contact a {
  border-left: 1px solid #0B5E77;
  padding: 0 10px;
  line-height: 1em;
  font-size: 14px;
}
.entry-content .locations-list article .contact a:first-child {
  border-left: none;
}
.entry-content .is-style-clients .locations-list {
  margin: 0;
}
.entry-content .is-style-clients .locations-list article {
  width: 25%;
  padding: 0;
}
@media (min-width: 0) and (max-width: 1200px) {
  .entry-content .is-style-clients .locations-list article {
    width: 33%;
  }
}
@media (min-width: 0) and (max-width: 950px) {
  .entry-content .is-style-clients .locations-list article {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 550px) {
  .entry-content .is-style-clients .locations-list article {
    width: 100%;
  }
}
.entry-content .is-style-clients .locations-list article .inner {
  background: none;
  padding: 0 15px 50px 15px;
}
.entry-content .is-style-clients .locations-list article .bg {
  margin: 0 0 15px 0;
  height: auto;
  padding-bottom: 70%;
}
.entry-content .is-style-clients .locations-list article h2 {
  font-size: 24px;
}
.entry-content .block-location .location {
  display: flex;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-location .location {
    flex-wrap: wrap;
  }
}
.entry-content .block-location .location .img {
  flex: 0 0 300px;
  margin: 0 0 auto 0;
  padding-right: 30px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-location .location .img {
    flex: 1 100%;
    padding: 0;
  }
}
.entry-content .block-location .location .img img {
  width: 100%;
  height: auto;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-location .location .address {
    order: 3;
    padding-top: 30px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-location .location .address {
    order: 2;
  }
}
.entry-content .block-location .location .address h1 {
  font-weight: 300;
  margin: 0 0 15px 0;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-location .location .address h1 {
    font-size: 36px;
  }
}
.entry-content .block-location .location .map {
  flex: 0 0 330px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-content .block-location .location .map iframe {
  width: 100%;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-location .location .map {
    order: 2;
    flex: 1 1 auto;
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-location .location .map {
    flex: 1 100%;
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-location .primary-button {
    width: 100%;
  }
}
.entry-content .block-location + .block-connected-professionals-list {
  border-top: 1px solid #C2C2C2;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-location + .block-connected-professionals-list {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.entry-content .directions {
  padding-right: 330px;
  margin-bottom: 60px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .directions {
    padding-right: 0;
  }
}
.entry-content .directions .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3 {
  font-size: 16px;
}
.entry-content .directions .wp-block-fp-tabs:not(.is-style-sidetabs) .tabs-wrap > .inner .wp-block-fp-tab > h3:after {
  font-size: 16px;
}
.entry-content .directions > h2 {
  font-size: 36px;
}
.entry-content .block-bubble {
  margin-bottom: 60px;
}
.entry-content .block-bubble .wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 850px) {
  .entry-content .block-bubble .wrapper {
    flex-direction: column;
  }
}
.entry-content .block-bubble .wrapper .bubble {
  flex: 0 0 400px;
}
@media (min-width: 0) and (max-width: 850px) {
  .entry-content .block-bubble .wrapper .bubble {
    width: 100%;
    flex: 1 100%;
    max-width: 400px;
    order: -1;
  }
}
.entry-content .block-bubble .wrapper .content {
  padding-right: 60px;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-bubble .wrapper .content {
    padding-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 850px) {
  .entry-content .block-bubble .wrapper .content {
    padding-right: 0;
  }
}
.entry-content .block-bubble.right .wrapper .bubble {
  order: -1;
}
.entry-content .block-bubble.right .wrapper .content {
  padding-left: 60px;
  padding-right: 0;
}
@media (min-width: 0) and (max-width: 1050px) {
  .entry-content .block-bubble.right .wrapper .content {
    padding-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 850px) {
  .entry-content .block-bubble.right .wrapper .content {
    padding-left: 0;
  }
}
.entry-content .block-bubble.is-style-small .wrapper .bubble {
  flex: 0 0 102px;
}
.entry-content .block-bubble.is-style-small .wrapper .bubble .blurb-area .blurb-text .blurb-shape .blurb-content p {
  margin: 0;
  line-height: 1;
}
@media (min-width: 0) and (max-width: 850px) {
  .entry-content .block-bubble.is-style-small .wrapper .bubble {
    max-width: 102px;
  }
}
.entry-content .blurb-area {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  margin: 0;
  position: relative;
  background: #69BBF2;
}
.entry-content .blurb-area .blurb-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.entry-content .blurb-area .blurb-text:before {
  content: "";
  float: left;
  height: 100%;
  width: 50%;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);
  shape-margin: 5%;
}
@media only screen and (max-width: 400px) {
  .entry-content .blurb-area .blurb-text:before {
    shape-margin: 2%;
  }
}
.entry-content .blurb-area .blurb-text .blurb-shape {
  height: 100%;
}
.entry-content .blurb-area .blurb-text .blurb-shape:before {
  content: "";
  float: right;
  height: 100%;
  width: 50%;
  shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);
  shape-margin: 5%;
}
@media only screen and (max-width: 400px) {
  .entry-content .blurb-area .blurb-text .blurb-shape:before {
    shape-margin: 2%;
  }
}
.entry-content .blurb-area .blurb-text .blurb-shape .blurb-content {
  transition: all ease 0.3s;
}
.entry-content .blurb-area .blurb-text .blurb-shape .blurb-content h1, .entry-content .blurb-area .blurb-text .blurb-shape .blurb-content p {
  margin: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-professionals-list .block-bubble .bubble {
    display: none;
  }
}
.entry-content .stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
.entry-content .stats > div {
  flex: 1 1 25%;
  text-align: center;
  font-size: 24px;
  padding: 0 25px 30px 25px;
}
@media (min-width: 0) and (max-width: 1000px) {
  .entry-content .stats > div {
    padding: 0 15px 30px 15px;
    flex: 1 1 50%;
  }
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div {
    flex: 1 100%;
    padding-bottom: 15px;
  }
}
.entry-content .stats > div:first-child:nth-last-child(n+5), .entry-content .stats > div:first-child:nth-last-child(n+5) ~ div {
  flex: 1 1 33.33%;
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div:first-child:nth-last-child(n+5), .entry-content .stats > div:first-child:nth-last-child(n+5) ~ div {
    flex: 1 100%;
  }
}
.entry-content .stats > div:first-child:nth-last-child(n+6), .entry-content .stats > div:first-child:nth-last-child(n+6) ~ div {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}
.entry-content .stats > div:first-child:nth-last-child(n+6) > p, .entry-content .stats > div:first-child:nth-last-child(n+6) ~ div > p {
  flex: 1 1 auto;
  text-align: left;
  padding: 0 0 0 25px;
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div:first-child:nth-last-child(n+6), .entry-content .stats > div:first-child:nth-last-child(n+6) ~ div {
    flex: 1 100%;
  }
}
.entry-content .stats > div > p {
  font-size: 24px;
}
@media (min-width: 0) and (max-width: 1000px) {
  .entry-content .stats > div > p {
    font-size: 16px;
  }
}
.entry-content .stats > div > div.circle {
  width: 100%;
  max-width: 225px;
  display: block;
  margin: 0 auto 15px auto;
  color: #1F0047;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .entry-content .stats > div > div.circle {
    max-width: 200px;
  }
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div > div.circle {
    max-width: 102px;
  }
}
.entry-content .stats > div > div.circle > p {
  display: block;
  font-size: 64px;
  padding-bottom: 100%;
  background: #69BBF2;
  border-radius: 50%;
  margin: 0;
  position: relative;
}
@media (min-width: 700px) and (max-width: 1400px) {
  .entry-content .stats > div > div.circle > p {
    font-size: 48px;
  }
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div > div.circle > p {
    font-size: 32px;
  }
}
.entry-content .stats > div > div.circle > p span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.entry-content .stats > div > div.circle.small-txt > p {
  font-size: 48px;
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .stats > div > div.circle.small-txt > p {
    font-size: 22px;
  }
}
.entry-content .block-frame .stats:last-child {
  margin: 0;
}
.entry-content .has-blue-background-color .stats div > div.circle {
  color: #69BBF2;
}
.entry-content .has-blue-background-color .stats div > div.circle > p {
  background: #1F0047;
}
.entry-content .wp-block-column .stats {
  display: block;
}
.entry-content .wp-block-column .stats > div {
  display: flex;
  align-items: center;
  text-align: left;
}
@media (min-width: 780px) and (max-width: 1000px) {
  .entry-content .wp-block-column .stats > div {
    display: block;
  }
}
.entry-content .wp-block-column .stats > div > p {
  padding-left: 15px;
}
@media (min-width: 0) and (max-width: 1400px) {
  .entry-content .wp-block-column .stats > div > p {
    font-size: 16px;
  }
}
.entry-content .wp-block-column .stats > div > div.circle p {
  font-size: 32px;
}
@media (min-width: 700px) and (max-width: 1400px) {
  .entry-content .wp-block-column .stats > div > div.circle p {
    font-size: 24px;
  }
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .entry-content .wp-block-column .stats > div > div.circle p {
    font-size: 16px;
  }
}
.entry-content .block-content-card-with-image .card-with-image {
  display: flex;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-card-with-image .card-with-image {
    flex-direction: column;
  }
}
.entry-content .block-content-card-with-image .card-with-image .blurb {
  flex: 1 50%;
  padding: 100px 60px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-card-with-image .card-with-image .blurb {
    padding: 50px 25px;
  }
  .entry-content .block-content-card-with-image .card-with-image .blurb .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.entry-content .block-content-card-with-image .card-with-image .img {
  flex: 1 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-content-card-with-image .card-with-image .img {
    padding-bottom: 50%;
    order: -1;
  }
}
.entry-content .block-content-card-with-image.right .card-with-image .img {
  order: -1;
}
.entry-content .block-content-card-with-image.has-dark-purple-background-color .card-with-image .blurb .primary-button, .entry-content .block-content-card-with-image.has-dark-purple-background-color .card-with-image .blurb .wp-block-button .wp-block-button__link {
  background: #ffffff;
  color: #1F0047;
}
.entry-content .related-practices .wp-block-columns {
  gap: 100px;
  align-items: center !important;
}
@media (min-width: 0) and (max-width: 780px) {
  .entry-content .related-practices .wp-block-columns {
    gap: 0;
  }
}
.entry-content .related-practices .related-practices-links li {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 15px 0;
  list-style: none;
}
.entry-content .related-practices .related-practices-links li a {
  text-decoration: none !important;
}
.entry-content .related-practices .related-practices-links li a:hover {
  text-decoration: underline !important;
}
.entry-content .wp-block-acf-resource-hero .acf-block-preview a,
.entry-content .wp-block-acf-resource-footer .acf-block-preview a {
  pointer-events: none;
}
.entry-content .wp-block-acf-resource-body .acf-block-preview aside a {
  pointer-events: none;
}
.entry-content .block-image-slider {
  padding: 60px 0 120px 0;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-image-slider {
    padding: 30px 0 75px 0;
  }
}
.entry-content .block-image-slider .maybe-wrapper {
  padding: 0;
}
.entry-content .block-image-slider h2 {
  color: #0B5E77;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.entry-content .has-dark-purple-background-color.block-image-slider h2 {
  color: #fff;
}

.entry-content .has-teal-background-color.block-image-slider h2 {
  color: #fff;
}

.entry-content .has-black-background-color.block-image-slider h2 {
  color: #fff;
}

.entry-content .has-dark-background-color.block-image-slider h2 {
  color: #fff;
}

.entry-content .block-image-slider .slick-track {
  min-width: 100% !important;
}
.entry-content .block-image-slider .slick-slide {
  padding: 0 10px;
}
.entry-content .block-image-slider .slick-slide:only-child {
  width: 100% !important;
}
.entry-content .block-image-slider .slick-next, .entry-content .block-image-slider .slick-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #0B5E77;
  border-radius: 50%;
  left: 50%;
  top: 100%;
  margin-top: 20px;
  color: #0B5E77;
}
.entry-content .has-dark-purple-background-color.block-image-slider .slick-next {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-teal-background-color.block-image-slider .slick-next {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-black-background-color.block-image-slider .slick-next {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-dark-background-color.block-image-slider .slick-next {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-dark-purple-background-color.block-image-slider .slick-prev {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-teal-background-color.block-image-slider .slick-prev {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-black-background-color.block-image-slider .slick-prev {
  border-color: #fff;
  color: #fff;
}

.entry-content .has-dark-background-color.block-image-slider .slick-prev {
  border-color: #fff;
  color: #fff;
}

@media (min-width: 0) and (max-width: 700px) {
  .entry-content .block-image-slider .slick-next, .entry-content .block-image-slider .slick-prev {
    width: 45px;
    height: 45px;
    margin-top: 15px;
  }
}
.entry-content .block-image-slider .slick-next.slick-disabled, .entry-content .block-image-slider .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: text;
}
.entry-content .block-image-slider .slick-prev {
  margin-left: -70px;
  transform: rotate(-90deg);
  z-index: 20;
}
.entry-content .block-image-slider .slick-prev:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  opacity: 1;
}
.entry-content .block-image-slider .slick-next {
  margin-left: 10px;
  transform: rotate(90deg);
}
.entry-content .block-image-slider .slick-next:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  opacity: 1;
}
.entry-content .block-image-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.entry-content .block-image-slider .slick-track .slick-slide {
  height: auto;
  float: none;
}
.entry-content .block-image-slider .slick-track .slick-slide > div, .entry-content .block-image-slider .slick-track .slick-slide > div .slide {
  height: 100%;
  display: flex !important;
  align-items: center;
}
.entry-content .block-image-slider .slides {
  display: flex;
}
.entry-content .block-image-slider .slides .slide {
  width: 100%;
  display: none;
}
.entry-content .block-image-slider .slides .slide img {
  width: 100%;
  display: block;
  height: auto;
}
.entry-content .block-image-slider .slide:nth-child(1) {
  display: block;
}
.entry-content .block-image-slider[data-slides="2"] .slide:nth-child(2) {
  display: block;
}
.entry-content .block-image-slider[data-slides="3"] .slide:nth-child(2) {
  display: block;
}
.entry-content .block-image-slider[data-slides="3"] .slide:nth-child(3) {
  display: block;
}
.entry-content .block-image-slider[data-slides="4"] .slide:nth-child(2) {
  display: block;
}
.entry-content .block-image-slider[data-slides="4"] .slide:nth-child(3) {
  display: block;
}
.entry-content .block-image-slider[data-slides="4"] .slide:nth-child(4) {
  display: block;
}

.wrapper {
  margin: 0 auto;
  max-width: 1372px;
  /*
  @include breakpoint(1700px)
  {
    max-width:1500px;
  }
  */
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.no-list-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li li {
  list-style: disc;
}

.single-blog .resource-main h6 {
  font-size: 18px;
}

.search .searchform {
  margin: 0 0 25px 0;
}
.search .searchform div {
  display: flex;
  max-width: 750px;
}

.search .search-results {
  padding: 90px 0 0 0;
}
.search .search-results article {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #c4c4c4;
}
.search .search-results article:last-child {
  border-bottom: 0;
}
.search .search-results .article-body h4 {
  color: #0B5E77;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}
.search .search-results .article-body h3 {
  margin: 0 0 7px 0;
  font-size: 28px;
}
@media (min-width: 0) and (max-width: 700px) {
  .search .search-results .article-body h3 {
    font-size: 24px;
  }
}
.search .search-results .article-body h3 a {
  color: #000000;
}
.search .search-results .article-body p {
  margin: 0 0 7px 0;
}

.total-results {
  font-size: 20px;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

#lp_payment {
  padding: 0 0 50px 0;
}
#lp_payment fieldset {
  border: 0;
  padding: 0 0 25px 0;
}
#lp_payment fieldset.error {
  border: 2px solid red;
}
#lp_payment fieldset input, #lp_payment fieldset select {
  border-radius: 4px;
  background: #fff;
  color: #000;
}
#lp_payment fieldset input.error, #lp_payment fieldset select.error {
  border: 2px solid red;
}
#lp_payment fieldset select {
  background: #fff url(../images/select-arrow.png) right center no-repeat;
}
#lp_payment fieldset label {
  text-transform: uppercase;
}
#lp_payment .field {
  display: flex;
}
@media (min-width: 0) and (max-width: 500px) {
  #lp_payment .field {
    display: block;
  }
}
#lp_payment .field > .col {
  flex: 1;
  padding: 0 25px 15px 0;
}
@media (min-width: 0) and (max-width: 500px) {
  #lp_payment .field > .col {
    padding-right: 0;
  }
}
#lp_payment .field > .col[data-required=true] label:after {
  content: "*";
  margin-left: 3px;
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
}
#lp_payment .field .full {
  flex: 1 100%;
  padding: 0 25px 15px 0;
}
@media (min-width: 0) and (max-width: 500px) {
  #lp_payment .field .full {
    padding-right: 0;
  }
}
#lp_payment button {
  border-radius: 4px;
}
#lp_payment #tooltip {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  background: #F7F7F7;
  line-height: 1.2;
  padding: 15px;
  border-radius: 4px;
  max-width: 350px;
}
#lp_payment #radioInv, #lp_payment #radioRet {
  display: flex;
  align-items: center;
  min-height: 52px;
}
@media (min-width: 0) and (max-width: 500px) {
  #lp_payment #radioInv, #lp_payment #radioRet {
    flex-wrap: wrap;
  }
}
#lp_payment #radioInv .editfield, #lp_payment #radioRet .editfield {
  padding-left: 15px;
}
@media (min-width: 0) and (max-width: 500px) {
  #lp_payment #radioInv .editfield, #lp_payment #radioRet .editfield {
    padding: 15px 0;
  }
}
#lp_payment #radioInv input[type=radio], #lp_payment #radioRet input[type=radio] {
  margin: 0 10px 0 0;
}
#lp_payment #radioInv label, #lp_payment #radioRet label {
  min-width: 130px;
}

.block-payment {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.block-payment button {
  border: 2px solid #69BBF2 !important;
}
.block-payment button:hover {
  background: #69BBF2 !important;
}
.block-payment #lp_messages p {
  font-size: 14px;
  font-style: italic;
}

.block-hero + * + .nf-form-cont {
  margin-top: 50px;
}
.block-hero + * + .nf-form-cont .nf-error.field-wrap .nf-field-element::after {
  top: 0;
  height: 52px;
  border-radius: 0 4px 4px 0;
}
.block-hero + * + .nf-form-cont input, .block-hero + * + .nf-form-cont textarea, .block-hero + * + .nf-form-cont select {
  color: #000;
}
.block-hero + * + .nf-form-cont input:active, .block-hero + * + .nf-form-cont input:focus, .block-hero + * + .nf-form-cont textarea:active, .block-hero + * + .nf-form-cont textarea:focus, .block-hero + * + .nf-form-cont select:active, .block-hero + * + .nf-form-cont select:focus {
  background: #c6c6c6 !important;
  color: #000 !important;
}
.block-hero + * + .nf-form-cont textarea {
  font-size: 20px;
}
.block-hero + * + .nf-form-cont input[type=button]:active, .block-hero + * + .nf-form-cont input[type=button]:hover, .block-hero + * + .nf-form-cont input[type=button]:focus {
  background: #1F0047 !important;
  color: #fff !important;
}
.block-hero + * + .nf-form-cont nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 700px) {
  .block-hero + * + .nf-form-cont nf-fields-wrap {
    display: block;
  }
}
.block-hero + * + .nf-form-cont nf-fields-wrap nf-field {
  margin-right: 15px;
  width: calc(100% - 15px);
}
@media (min-width: 0) and (max-width: 700px) {
  .block-hero + * + .nf-form-cont nf-fields-wrap nf-field {
    margin-right: 0;
    width: 100%;
  }
}
.block-hero + * + .nf-form-cont nf-fields-wrap nf-field.half {
  width: calc(50% - 15px);
}
@media (min-width: 0) and (max-width: 510px) {
  .block-hero + * + .nf-form-cont nf-fields-wrap nf-field.half {
    width: 100%;
  }
}
.block-hero + * + .nf-form-cont .nf-form-errors .nf-error-msg {
  text-align: center;
}
.block-hero + * + .nf-form-cont .nf-field-container.html-container {
  margin: 0;
}
.block-hero + * + .nf-form-cont .nf-field-container.html-container p {
  margin: 0 0 15px 0;
}

.single-location #main-body {
  overflow: visible !important;
}

@media (min-width: 0) and (max-width: 1050px) {
  .logged-in .entry-content .block-connected-professionals-list .main-wrap .buttons {
    top: 124px !important;
    z-index: 50;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .logged-in .entry-content .block-connected-professionals-list .main-wrap .buttons {
    top: 138px !important;
  }
}
.logged-in .entry-content .block-connected-professionals-list .main-wrap .buttons .sticky-buttons {
  top: 147px !important;
}

.entry-content > .wp-block-image.alignleft {
  margin: 0 30px 15px 0;
  padding-left: calc(50% - 686px) !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .wp-block-image.alignleft {
    margin-right: 0;
  }
}
.entry-content > .wp-block-image.alignleft img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .wp-block-image.alignleft img {
    max-width: 100%;
  }
}
.entry-content > .wp-block-image.alignleft figcaption {
  text-align: right;
  font-style: italic;
}
.entry-content > .wp-block-image.alignright {
  margin: 0 0 15px 30px;
  padding-right: calc(50% - 686px) !important;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .wp-block-image.alignright {
    margin-left: 0;
  }
}
.entry-content > .wp-block-image.alignright img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 0) and (max-width: 700px) {
  .entry-content > .wp-block-image.alignright img {
    max-width: 100%;
  }
}
.entry-content > .wp-block-image.alignright figcaption {
  text-align: left;
  font-style: italic;
}
.entry-content > .wp-block-image.aligncenter {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
  padding-left: calc(50% - 686px) !important;
  padding-right: calc(50% - 686px) !important;
}
.entry-content > .wp-block-image.aligncenter img {
  width: 100%;
}

.hubspot-contact-form {
  margin: 60px 0;
}
.hubspot-contact-form .hbspt-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.hubspot-contact-form .hbspt-form fieldset {
  max-width: 100%;
}
.hubspot-contact-form .hbspt-form fieldset .hs-form-field {
  padding-bottom: 15px;
}
.hubspot-contact-form .hbspt-form fieldset label:not(.hs-error-msg) {
  text-transform: uppercase;
}
.hubspot-contact-form .hbspt-form fieldset .hs-error-msgs.inputs-list {
  margin: 3px 0 0 0;
}
.hubspot-contact-form .hbspt-form fieldset .hs-error-msgs.inputs-list li {
  margin: 0;
  list-style: none;
}
.hubspot-contact-form .hbspt-form fieldset .hs-error-msgs.inputs-list li .hs-error-msg, .hubspot-contact-form .hbspt-form fieldset .hs-error-msgs.inputs-list li label {
  font-style: italic;
  color: red;
}
.hubspot-contact-form .hbspt-form fieldset .inputs-list li label input[type=checkbox] {
  margin: 7px 10px 0 0;
}
.hubspot-contact-form .hbspt-form fieldset .input {
  margin-right: 20px !important;
}
@media (min-width: 0) and (max-width: 480px) {
  .hubspot-contact-form .hbspt-form fieldset .input {
    margin-right: 0 !important;
  }
}
.hubspot-contact-form .hbspt-form ul {
  margin: 0 0 5px 0;
}
.hubspot-contact-form .hbspt-form ul li {
  list-style: none;
  margin: 0;
}
.hubspot-contact-form .hbspt-form ul li span {
  padding-left: 4px;
  text-transform: none;
}
.hubspot-contact-form .hbspt-form .hs-error-msgs.inputs-list li label {
  font-style: italic;
  color: red;
}
.hubspot-contact-form .hbspt-form .hs-input.error {
  border: 2px solid red;
  background-color: #f2dfe3;
}
.hubspot-contact-form .hbspt-form .legal-consent-container p {
  font-size: 14px;
}
.hubspot-contact-form .hbspt-form .hs-button {
  border: 2px solid #1F0047;
  background: none;
  color: #1F0047;
}
.hubspot-contact-form .hbspt-form .hs-button:hover {
  background-color: #1F0047;
  color: #ffffff;
}

.has-dark-purple-background-color .hubspot-contact-form .hbspt-form fieldset input, .has-dark-purple-background-color .hubspot-contact-form .hbspt-form fieldset select, .has-dark-purple-background-color .hubspot-contact-form .hbspt-form fieldset textarea {
  background: #fff;
  color: #000;
}
.has-dark-purple-background-color .hubspot-contact-form .hbspt-form fieldset select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.999" height="6.999" viewBox="0 0 11.999 6.999"><path id="Path_1047" transform="translate(-1781.341 5705.936)" d="M1782.755-5704.521l4.585,4.585,4.585-4.585" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.has-dark-purple-background-color .hubspot-contact-form .hbspt-form fieldset .hs-error-msgs.inputs-list li .hs-error-msg {
  color: #fff;
}
.has-dark-purple-background-color .hubspot-contact-form .hbspt-form .hs-error-msgs.inputs-list li label {
  font-style: italic;
  color: #fff;
}
.has-dark-purple-background-color .hubspot-contact-form .hbspt-form .hs-button {
  border: 2px solid #69BBF2;
  color: #ffffff;
}
.has-dark-purple-background-color .hubspot-contact-form .hbspt-form .hs-button:hover {
  background-color: #69BBF2;
}

.popup {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 113px;
  width: 100%;
  min-height: 100vh;
  background: #1F0047;
  display: none;
}
@media (min-width: 0) and (max-width: 1150px) {
  .popup {
    top: 92px;
  }
}
.popup .wrapper {
  padding: 100px calc(50% - 450px);
  height: 100%;
}
@media (min-width: 0) and (max-width: 1060px) {
  .popup .wrapper {
    padding: 60px;
  }
}
@media (min-width: 0) and (min-width: 0) and (max-width: 700px) {
  .popup .wrapper {
    padding: 60px 24px;
  }
}
.popup .wrapper .popup-body * {
  color: #ffffff;
}
.popup .wrapper .popup-body .pin-articles {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.popup .wrapper .popup-body .pin-articles > a.article {
  display: block;
  padding: 10px 20px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  text-decoration: none;
  margin: 0 15px 15px 0;
}
.popup .wrapper .popup-body .pin-articles > a.article:hover {
  background: rgba(255, 255, 255, 0.25);
}
.popup .wrapper .popup-body .pin-articles > a.article:not(.pin) {
  display: none;
}
.popup .wrapper .popup-body .more {
  background: none;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.popup .wrapper .popup-body .more:after {
  content: "+";
  margin-left: 4px;
}
.popup .wrapper .popup-body .more.less:after {
  content: "-";
}
.popup .wrapper .popup-body .search-form {
  margin: 0 0 30px 0;
  position: relative;
}
.popup .wrapper .popup-body .search-form input[type=search] {
  background: none;
  border: 0;
  border-bottom: 2px solid #ffffff;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
}
.popup .wrapper .popup-body .search-form input[type=search]:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.popup .wrapper .popup-body .search-form input[type=submit] {
  float: right;
  margin-top: -40px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: 0;
  font-size: 25px;
}
.popup .wrapper .popup-body .search-form .relevanssi-live-search-results {
  top: 50px !important;
  left: 0 !important;
}
.popup .wrapper .popup-body .search-form .relevanssi-live-search-results * {
  color: #000;
}

.popup-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 113px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  user-select: none;
}

.admin-bar .entry-content .block-page-nav.fixed .fixer {
  top: 143px !important;
}
@media (min-width: 0) and (max-width: 1150px) {
  .admin-bar .entry-content .block-page-nav.fixed .fixer {
    top: 119px !important;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .admin-bar .entry-content .block-page-nav.fixed .fixer {
    top: 97px !important;
  }
}

@media (max-width: 782px) {
  .entry-content .wp-block-cover__inner-container .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.page-nav-fixed #site-header .logo img {
  transition: all ease 0.3s;
}
@media (min-width: 0) and (max-width: 1150px) {
  .page-nav-fixed #site-header .logo img {
    width: 85px !important;
    padding: 5px 0;
  }
  .page-nav-fixed #site-header .hamburger {
    padding: 8px 16px 5px 16px;
  }
}

body:not(.page-nav-fixed) #site-header .logo img {
  transition: all ease 0.3s;
}

a.more {
  background: none;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
a.more:after {
  content: "+";
  margin-left: 4px;
  font-size: 25px;
  vertical-align: -0.05em;
}
a.more.expanded:after {
  content: "-";
}
a.more:hover {
  text-decoration: none;
}

.print-only {
  display: none;
}

@media print {
  .mobile-nav, .site-header .right, #site-header .right, .hamburger, .block-page-nav, .block-professionals-callout, .block-clients-callout, .related-practices, .block-resources-callout, .block-callout.is-style-50-50.full.has-dark-purple-background-color,
#site-footer, .js-read-more, #hs_show_banner_button, .block-cards, .hide-on-print {
    display: none !important;
  }
  body {
    padding: 0 30px;
  }
  .entry-content {
    padding: 0;
  }
  .entry-content > .alignfull {
    margin: 0;
  }
  .entry-content p, .entry-content li {
    font-size: 16px !important;
  }
  .entry-content .block-frame {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .block-frame h2 {
    font-size: 22px !important;
  }
  h2, .heading-1 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 16px !important;
    text-transform: capitalize !important;
  }
  .more-content {
    display: block !important;
  }
  .entry-content .block-hero .outerwrap {
    background: none;
    transform: translate(0) !important;
  }
  .entry-content .block-hero .outerwrap .wrapper .inner {
    min-height: 1px;
    dsplay: block;
    padding: 30px 20% 15px 0;
  }
  .entry-content .block-hero .outerwrap .wrapper .inner h1, .entry-content .block-hero .outerwrap .wrapper .inner h1.small, .entry-content .block-hero .outerwrap .wrapper .inner h2, .entry-content .block-hero .outerwrap .wrapper .inner p {
    color: #000000;
  }
  .entry-content .block-hero .outerwrap .wrapper .inner h1, .entry-content .block-hero .outerwrap .wrapper .inner h1.small {
    font-size: 25px !important;
  }
  .entry-content .block-hero .outerwrap .wrapper .inner h2 {
    font-size: 40px !important;
  }
  .block-callout h2 {
    text-transform: capitalize !important;
  }
  .wp-block-fp-tabs {
    background: none !important;
    box-shadow: none !important;
    padding: 0;
  }
  .wp-block-fp-tabs .maybe-wrapper {
    padding: 0 !important;
  }
  .wp-block-fp-tabs h2 {
    text-transform: capitalize !important;
    color: #000000 !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] {
    display: block !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] h3 {
    font-size: 18px !important;
    text-transform: capitalize !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] h3:first-child {
    /*display: none;*/
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] p {
    position: relative;
    display: list-item;
    list-style: disc;
    margin-left: 20px !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] ul {
    margin: 0 0 1em 0 !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] ul li {
    list-style-type: circle;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > div[role=tabpanel] P + ul {
    margin-left: 30px;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab h3 {
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: none !important;
    margin: 0 0 10px 0 !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab h3:after {
    display: none;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab p {
    font-size: 16px !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab * {
    color: #000000;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > h2 {
    border: 0 !important;
    padding: 0 0 10px 0 !important;
  }
  .wp-block-fp-tabs .tabs-wrap .inner .wp-block-fp-tab > h2:after {
    display: none;
  }
  .wp-block-cover {
    background: none !important;
    padding: 0 !important;
    min-height: 1px;
  }
  .wp-block-cover .wp-block-cover__background {
    display: none;
  }
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 0;
  }
  .wp-block-cover .wp-block-cover__inner-container .wp-block-column {
    margin: 15px 0 !important;
  }
  .wp-block-cover .wp-block-cover__inner-container p {
    position: relative;
    font-size: 16px !important;
    display: list-item;
    list-style: disc;
    margin-left: 20px !important;
  }
  .wp-block-cover * {
    color: #000000;
  }
  .wp-block-cover h2 {
    text-transform: capitalize !important;
  }
  .professional-main {
    display: table !important;
    margin: 0 !important;
  }
  .professional-main main, .professional-main aside {
    display: table-cell;
    vertical-align: top;
    padding: 0 !important;
  }
  .professional-main main {
    width: 65%;
  }
  .professional-main aside {
    padding-left: 50px !important;
  }
  .professional-main aside > div {
    display: block !important;
  }
  .professional-main aside ul li {
    font-size: 14px;
  }
  .professional-main aside ul li a {
    display: block;
    text-transform: none;
    font-size: 14px;
  }
  .professional-main aside ul li a:after {
    display: none;
  }
  .professional-main aside button[role=tab] {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  .professional-main aside [role=tablist] {
    margin: 0;
  }
  .professional-main h2 {
    text-transform: capitalize !important;
  }
  .entry-content .block-professional-hero {
    background: none !important;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper {
    padding: 0 !important;
    min-height: 1px !important;
    display: table !important;
    width: 100%;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy, .entry-content .block-professional-hero .outerwrap .wrapper .bg, .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 !important;
    min-height: 1px !important;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy *, .entry-content .block-professional-hero .outerwrap .wrapper .bg *, .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only * {
    color: #000000 !important;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact, .entry-content .block-professional-hero .outerwrap .wrapper .bg .contact, .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only .contact {
    display: block !important;
    border: 0;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=tel], .entry-content .block-professional-hero .outerwrap .wrapper .bg .contact a[href*=tel], .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only .contact a[href*=tel] {
    display: block;
    font-size: 18px;
    border: 0;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=tel]::before, .entry-content .block-professional-hero .outerwrap .wrapper .bg .contact a[href*=tel]::before, .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only .contact a[href*=tel]::before {
    display: none;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=mailto], .entry-content .block-professional-hero .outerwrap .wrapper .bg .contact a[href*=mailto], .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only .contact a[href*=mailto] {
    font-size: 18px;
    display: block;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .contact a[href*=mailto]::before, .entry-content .block-professional-hero .outerwrap .wrapper .bg .contact a[href*=mailto]::before, .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only .contact a[href*=mailto]::before {
    display: none;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .bg {
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 30% !important;
    display: none;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .bg.print-only {
    display: block;
    text-align: right;
    width: 100%;
  }
  .entry-content .block-professional-hero .outerwrap .wrapper .copy .icons {
    display: none;
  }
  .entry-content .wp-block-media-text {
    display: block;
  }
  .entry-content .wp-block-media-text.has-light-gray-background-color {
    background-color: #fff !important;
  }
  .entry-content .wp-block-media-text.has-light-gray-background-color .wp-block-media-text__content {
    background-color: #fff !important;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__media {
    display: none !important;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    background-color: #fff !important;
    padding: 0 0 30px 0 !important;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__content h2 {
    text-transform: capitalize !important;
  }
  .block-hero {
    margin: 0 !important;
  }
  .block-hero .bg {
    display: none;
  }
  .block-hero .outerwrap .wrapper {
    padding: 0 !important;
  }
  .block-hero .outerwrap .wrapper .inner {
    display: block !important;
    padding: 0 !important;
    min-height: 1px !important;
  }
  .resource-main {
    display: block !important;
    padding: 0 !important;
  }
  .resource-main aside {
    display: none;
  }
  #site-header {
    padding: 0 0 30px 0 !important;
    position: relative !important;
  }
  .entry-content .block-content-slider {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .entry-content .block-content-slider .cs-wrap {
    display: block !important;
    padding: 0 !important;
  }
  .entry-content .block-content-slider .cs-wrap aside {
    display: block !important;
  }
  .entry-content .block-content-slider .cs-wrap .content-slider {
    padding-top: 0 !important;
  }
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-slide {
    float: none !important;
    height: auto !important;
  }
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-slide > div > div {
    display: block !important;
  }
  .entry-content .block-content-slider .cs-wrap .content-slider .slick-track {
    width: 100% !important;
  }
  .entry-content .block-content-slider.has-light-gray-background-color {
    background-color: #fff !important;
  }
  .entry-content .has-dark-purple-background-color a:not(.primary-button):not(.secondary-button):not(.wp-block-button__link) {
    color: #000000;
    text-decoration: none;
  }
}
.ebrief #briefHeader {
  background: #1F0047 !important;
}
.ebrief input[type=button] {
  background: #0B5E77 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 10px 15px !important;
  cursor: pointer;
}
.ebrief .ui-widget-header {
  background: #1F0047;
  border-color: #1F0047;
}

.email-disclaimer-popup {
  position: fixed;
  z-index: 90;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 80vw;
  max-width: 900px !important;
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding: 30px;
  background: #ffffff;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.email-disclaimer-popup p.align-right {
  text-align: right;
  margin-top: 0;
}
.email-disclaimer-popup p.align-right a {
  text-decoration: none;
}
.email-disclaimer-popup p.align-right a:hover {
  color: #333;
  text-decoration: none;
}

.error-message {
  border: 1px solid red;
  padding: 10px;
  font-size: 18px;
}

.block-payment .field *::-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1;
}
.block-payment .field ::-webkit-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1;
}
.block-payment .field :-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1;
}

#tooltip {
  color: #0b0b0b;
  z-index: 10000;
  box-shadow: 0 0 15px #fff;
  border: 1px solid #ddd;
}

#lp_card_num iframe, #lp_card_code iframe {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 0;
}
#lp_card_num.error iframe, #lp_card_code.error iframe {
  border: 2px solid red;
}
