html {
  overflow-x: hidden;
  font-family: FSMeWeb-Regular, sans-serif;
}

/*html #wpadminbar {
  display: none !important;
}*/

html body {
  font-family: FSMeWeb-Regular, sans-serif;
}

body a:not(.button):not(.button-alt):hover {
  -webkit-text-decoration-color: #26A69A ;
  text-decoration-color: #26A69A ;
}

body a.button:focus,
body a.button:focus-within {
  outline: 2px dotted #1f1f38;
}

body #header a.button:focus,
body #header a.button:focus-within,
body #footer a.button:focus,
body #footer a.button:focus-within,
body .bg-dark a.button:focus,
body .bg-dark a.button:focus-within {
  outline: 2px dotted #fff;
}

body .bg-dark .far {
  color: #26A69A ;
}

body a.button-alt {
  color: #1d203c;
}

body .bg-dark a.button-alt {
  color: #fff;
}

body .hero-post-title::after {
  background-image: url(../images/button_alt_bkg_pink.svg);
}

body .tile-team h3::after {
  background-image: url(../images/button_alt_bkg_pink.svg);
}

body hr {
  border-color: #26A69A ;
}

body .tile-testimonial {
  border-color: #26A69A ;
}

body ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li::before {
  background: #1d203c;
}

body .bg-dark ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li::before {
  background: #fff;
}

body .tile-testimonial a {
  position: relative;
}

body .tile-testimonial a::after {
  content: '';
  width: 100%;
  height: 7px;
  background-image: url(../images/button_alt_bkg_blue.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  max-width: 180px;
}

a.skip:focus {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  z-index: 11111111;
  -webkit-transition: 0s 0s;
  transition: 0s 0s;
}

.resources-tags-container .tag-label {
  height: auto;
  min-width: auto;
  margin-top: 0;
}

.resources-tags-container .tag-label::after {
  content: none;
}

.resources-tags-container .tag-label:focus,
.resources-tags-container .tag-label:focus-within,
.resources-tags-container .tag-label:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.resources-tags-container .tag-label.active {
  background-color: #2b2b73 !important;
  color: #fff !important;
}

body[data-theme="blue"] .button-alt::after {
  background-image: url(../images/button_alt_bkg_white.svg);
}

body[data-theme="blue"] #header .nav ul li.menu-item-has-children a {
  border-radius: 10px 10px 0 0;
}

body[data-theme="blue"] #header .nav ul li.menu-item-has-children>a {
  background-image: url(../images/menu-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 50%;
  padding-right: 20px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  body[data-theme="blue"] #header .nav ul li.menu-item-has-children>a {
    background-position: right 2.5px top 50%;
    padding-right: 8px;
    background-size: 5px auto;
  }
}

body[data-theme="blue"] #header .nav ul li.menu-item-has-children>a:hover {
  background-image: url(../images/menu-arrow-pink.svg);
}

body[data-theme="blue"] #header .nav ul.menu>li>a {
  border-radius: 10px;
}

body[data-theme="blue"] *.far {
  color: #26A69A  !important;
}

body[data-theme="blue"] .bg-dark .button-alt.blue::after {
  background-image: url(../images/button_alt_bkg_pink.svg);
}

body[data-theme="blue"] .row-header-top {
  border-bottom: none;
}

body[data-theme="blue"] .bg-light:not(.withBackground):not(.row-hero-col-4) :not(.red-txt):not(.tag-label):not(.button) {
  background-color: #1d203c !important;
}

body[data-theme="blue"] .resources-tags-container .tag-label {
  border-color: white;
}

body[data-theme="blue"] .resources-tags-container .tag-label:focus,
body[data-theme="blue"] .resources-tags-container .tag-label:focus-within,
body[data-theme="blue"] .resources-tags-container .tag-label:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
}

body[data-theme="blue"] .resources-tags-container .tag-label.active {
  background-color: #F4F4F4  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] #header {
  border-bottom: none;
}

body[data-theme="blue"] #header .color-picker button.colorChoice[data-theme="standard"]:before {
  left: calc(100% - 27.5px);
}

body[data-theme="blue"] #header .color-picker button.colorChoice[data-theme="blue"] {
  pointer-events: none;
}

body[data-theme="blue"] #header .button.button.button.button.button {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] #header .button.button.button.button.button:hover {
  background-color: #212157 !important;
  color: #26A69A  !important;
  text-decoration: none !important;
}

body[data-theme="blue"] #footer {
  border-top: 5px solid #1f1f38;
  background-color: #2b2b73;
}

body[data-theme="blue"] #footer *:not(.button) {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"] #footer .button.button.button.button.button {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] #footer .button.button.button.button.button:hover {
  background-color: #212157 !important;
  color: #26A69A  !important;
  text-decoration: none !important;
}

body[data-theme="blue"] .breadcrumbs {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"] .breadcrumbs .row-inner {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search {
  background-color: white;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search * {
  color: #2b2b73 !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search .fa-search {
  color: #2b2b73 !important;
}

body[data-theme="blue"].blog.blog.blog.blog.blog.blog .row-filter-controls.row-filter-controls .filter-search {
  background-color: white;
}

body[data-theme="blue"].blog.blog.blog.blog.blog.blog .row-filter-controls.row-filter-controls .filter-search * {
  color: #2b2b73 !important;
}

body[data-theme="blue"].blog.blog.blog.blog.blog.blog .row-filter-controls.row-filter-controls .filter-search .fa-search {
  color: #2b2b73 !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-filters.row-resources-filters.row-resources-filters.row-resources-filters.row-resources-filters.row-resources-filters+.row-resources-tiles {
  background-color: #1d203c !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-filters.row-resources-filters .row-inner {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-filters.row-resources-filters .row-inner div {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-filters.row-resources-filters .row-inner .tag-label {
  background-color: #2b2b73;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner {
  background-color: #1d203c !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner .col-3 {
  border: 1px solid white;
  background-color: #1d203c !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner .col-3 p,
body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner .col-3 h3,
body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner .col-3 a:not(.button) {
  background-color: #1d203c !important;
}

body[data-theme="blue"].post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner .col-3 a.button.button.button.button.button.button:hover {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
  text-decoration: none !important;
}

body[data-theme="blue"] .tag-label {
  border: solid 2px white;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource #content .resources-master-container.resources-master-container.resources-master-container.resources-master-container .row,
body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource #content .col-cntr.col-cntr.col-cntr.col-cntr.col-cntr.col-cntr.col-cntr.col-cntr {
  background-color: #1d203c !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .tile-resources-tags-container .tag-label {
  border-color: white;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .tile-resources-tags-container .tag-label:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .tile-resources-tags-container .tag-label.active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .article-side .button {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .article-side .button:hover {
  background-color: #212157 !important;
  color: #26A69A  !important;
  text-decoration: none !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container {
  border-top: 1px solid white;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner {
  background-color: #1d203c !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner .col-3 {
  border: 1px solid white;
  background-color: #1d203c !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner .col-3 p,
body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner .col-3 h3,
body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner .col-3 a:not(.button) {
  background-color: #1d203c !important;
}

body[data-theme="blue"].single-resource.single-resource.single-resource.single-resource.single-resource.single-resource.single-resource .resources-master-container .row-resources-tiles.row-resources-tiles .row-inner .col-3 a.button.button.button.button.button.button:hover {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
  text-decoration: none !important;
}

body[data-theme="blue"] .bg-pink ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li::before {
  background: #fff;
}

body[data-theme="blue"] .button {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] input[type="submit"].button {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink),
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) {
  background: #333333 !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner {
  background: #333333 !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button),
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) {
  background: #333333 !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table {
  background-color: transparent !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr:nth-child(even),
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.025) !important;
}

body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr th,
body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr td,
body[data-theme="blue"] .bg-pink.bg-pink:not(.withBackground):not(.row-hero-col-4):not(.background):not(.col.col-4.bg-pink) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr:nth-child(even) td,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr th,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr td,
body[data-theme="blue"] .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner *:not(.red-txt):not(.tag-label):not(.button) table tbody tr:nth-child(even) td {
  background-color: transparent !important;
}

body[data-theme="blue"] .row-text-columns.row-text-columns.vert-mid.bg-light.bg-light {
  background-color: white !important;
}

body[data-theme="blue"] .row-text-columns.row-text-columns.vert-mid.bg-light.bg-light .row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner {
  background-color: white !important;
}

body[data-theme="blue"] .row-text-columns.row-text-columns.vert-mid.bg-light.bg-light .row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner.row-inner * {
  background-color: white !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li::before {
  background-color: #F4F4F4 ;
}

body[data-theme="blue"] .tile-testimonial a::after {
  background-image: url(../images/button_alt_bkg_pink.svg);
}

ul.dsa-nav li a:hover,
ul.dsa-nav li a.current {
  background-color: #26A69A ;
  color: #2b2b73 !important;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #2B2B73;
}

body[data-theme="standard"] #content li:not(.breadcrumb-item) a *,
body[data-theme="standard"] #content p:not(.back) a * {
  color: #5252FF;
  text-decoration: underline;
}

body[data-theme=blue] #content li:not(.breadcrumb-item) a *,
body[data-theme=blue] #content p:not(.back) a * {
  color: #108AF4 !important;
  text-decoration: underline;
}

a.search-result.search-result {
  border-left-color: #26A69A ;
}

body[data-theme="standard"] .split .col:last-of-type {
  background-color: transparent;
}

body[data-theme="standard"] .pink-txt {
  color: #26A69A ;
}

body[data-theme="standard"] a {
  color: #2b2b73;
}

body[data-theme="standard"] .bg-dark {
  color: #fff;
}

body[data-theme="standard"] .bg-dark a {
  color: #fff;
}

body[data-theme="standard"] .bg-dark h1 .red-txt,
body[data-theme="standard"] .bg-dark h2 .red-txt,
body[data-theme="standard"] .bg-dark h3 .red-txt,
body[data-theme="standard"] .bg-dark h4 .red-txt {
  color: white;
}

body[data-theme="standard"] .bg-dark .button-alt.blue {
  color: #fff;
}

body[data-theme="standard"] .bg-dark .button-alt.blue::after {
  background-image: url(../images/button_alt_bkg_pink.svg);
}

body[data-theme="standard"] #header .nav ul li a:hover {
  color: #fff !important;
}

body[data-theme="standard"] #header .nav ul li.menu-item-has-children a {
  border-radius: 10px 10px 0 0;
}

body[data-theme="standard"] #header .nav ul li.menu-item-has-children>a {
  background-image: url(../images/menu-arrow-purple.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 50%;
  padding-right: 20px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  body[data-theme="standard"] #header .nav ul li.menu-item-has-children>a {
    background-position: right 2.5px top 50%;
    padding-right: 8px;
    background-size: 5px auto;
  }
}

body[data-theme="standard"] #header .nav ul li.menu-item-has-children>a:hover {
  background-image: url(../images/menu-arrow-pink.svg);
}

body[data-theme="standard"] #header .nav ul.menu>li>a {
  border-radius: 10px;
}

body[data-theme="standard"] #header .nav ul.menu>li>a:hover {
  color: #fff !important;
  background-color: #1f1f38;
}

body[data-theme="standard"] .row-title {
  color: #2b2b73;
}

body[data-theme="standard"] .row-title .far {
  color: #26A69A ;
}

body[data-theme="standard"] .bg-dark .row-title {
  color: #fff;
}

body[data-theme="standard"] .bg-light .ctaText {
  color: #2b2b73;
}

body[data-theme="standard"] .bg-dark .button {
  color: #2b2b73 !important;
}

body[data-theme="standard"] .wp-pagenavi {
  color: #2b2b73;
}

body[data-theme="standard"] .bg-mid {
  background-color: #1d203c;
  color: #fff;
}

body[data-theme="standard"] .bg-mid.hasTears::after,
body[data-theme="standard"] .bg-mid.hasTears::before {
  background-image: url(../images/tear-bkg-blue-dark.svg);
}

body[data-theme="standard"] .bg-mid a {
  color: #fff;
}

body[data-theme="standard"] .bg-pink .tile-testimonial {
  border-color: #2b2b73;
}

body[data-theme="standard"] .gform_title {
  color: #2b2b73;
}

html body #content h1 {
  font-size: 74px;
  line-height: 1;
}

@media (max-width: 768px) {
  html body #content h1 {
    font-size: 54px;
  }
}

html body #content h2 {
  font-size: 41px;
  line-height: 54px;
}

@media (max-width: 768px) {
  html body #content h2 {
    font-size: 41px;
    line-height: 54px;
  }
}

html body #content h3 {
  font-size: 29px;
  line-height: 37px;
}

@media (max-width: 768px) {
  html body #content h3 {
    font-size: 29px;
    line-height: 37px;
  }
}

.button.button {
  background-color: #2b2b73;
  color: #26A69A ;
}

.button.button:hover {
  background-color: #26A69A ;
  color: #2b2b73 !important;
}

.button.red.red {
  background-color: #26A69A ;
  color: #2b2b73 !important;
}

.button.red.red:hover {
  background-color: #212157 !important;
  color: #26A69A  !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  body.admin-bar #content {
    margin-top: 114px !important;
  }
}

@media (max-width: 768px) {
  #header .row-header-top .row-inner {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  #header .row-header-top .row-inner .col-4 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #header .row-header-main a.logo {
    width: 241px;
    height: auto;
  }
}

@media (max-width: 350px) {
  #header .row-header-main a.logo {
    width: 211px;
    top: 23px;
  }
}

@media (max-width: 768px) {
  #header .row-header-main #mb-nav {
    margin-top: 13px;
    margin-bottom: 16px;
  }
}

#header .color-picker button.colorChoice {
  height: auto;
  min-width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important;
  color: white !important;
  font-family: FSMeWeb-Regular, sans-serif;
  font-size: 20px;
  margin-right: 0;
  border: none !important;
}

#header .color-picker button.colorChoice[data-theme="standard"] {
  position: relative;
  padding-right: 60px;
}

#header .color-picker button.colorChoice[data-theme="standard"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 40.5px);
  width: 14px;
  height: 14px;
  border-radius: 8.5px;
  background-color: #2b2b73;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#header .color-picker button.colorChoice[data-theme="standard"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 44px);
  width: 34px;
  height: 19px;
  border-radius: 8.5px;
  background-color: #26A69A ;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

#header .color-picker button.colorChoice[data-theme="blue"] {
  padding-left: 60px;
  margin-left: -60px;
  position: relative;
  z-index: 1;
}

#header .color-picker button.colorChoice[data-theme="blue"]::after {
  content: none;
}

#header .color-picker button.colorChoice:focus-within {
  outline: 2px dotted #fff;
}

#header .color-picker .openColorPicker {
  display: none;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
  font-size: 20px;
  padding: 0;
  padding-left: 6px;
}

@media (max-width: 768px) {
  .breadcrumbs .breadcrumb .breadcrumb-item {
    padding-left: 6px !important;
    display: inline-block !important;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item:before {
    display: none;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item~* {
    display: inline-block !important;
  }
}

.breadcrumbs .breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0;
}

@media (max-width: 768px) {
  .breadcrumbs .breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0px !important;
  }
}

.breadcrumbs .breadcrumb .breadcrumb-item:first-of-type a {
  padding-left: 0;
}

.breadcrumbs .breadcrumb .breadcrumb-item:after {
  content: '>';
  font-family: FSMeWeb-Regular, sans-serif;
  display: none;
}

.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #2b2b73;
  text-decoration: underline;
  font-weight: 700;
  padding: 31px 0 23px 6px;
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 768px) {
  .breadcrumbs .breadcrumb .breadcrumb-item a {
    padding: 25px 0 23px 6px;
  }
}

.breadcrumbs .breadcrumb .breadcrumb-item a:after {
  content: '>';
  font-family: FSMeWeb-Regular, sans-serif;
  display: inline-block;
  padding-left: 15px;
  font-weight: 300;
}

.breadcrumbs .breadcrumb a {
  color: #2b2b73;
  text-decoration: underline;
  font-weight: 700;
  padding: 31px 0 23px 6px;
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 768px) {
  .breadcrumbs .breadcrumb a {
    padding: 25px 0 23px 6px;
  }
}

.breadcrumbs .breadcrumb a:after {
  content: '>';
  font-family: FSMeWeb-Regular, sans-serif;
  display: inline-block;
  padding-left: 15px;
  font-weight: 300;
}

.button {
  font-family: FSMeWeb-Bold, sans-serif;
  font-size: 17px;
  line-height: 26px;
  padding: 10.5px 26px 10.5px 20px;
}

.button:after {
  font-size: 17px;
  line-height: 26px;
  right: -6px;
}

body[data-theme=standard] .resources-tags-container .tag-label {
  border-color: #2b2b73;
}

body[data-theme=standard] .resources-tags-container .tag-label:focus,
body[data-theme=standard] .resources-tags-container .tag-label:hover {
  background-color: rgba(43, 43, 115, 0.1) !important;
}

body[data-theme=standard] .resources-tags-container .tag-label.active {
  background-color: #2b2b73 !important;
}

.post-type-archive-resource .row-sm-col-collapse.bg-dark .fa-box-full {
  font-size: 79px;
  margin-right: 17px;
}

@media (max-width: 1140px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .fa-box-full {
    font-size: 36px;
    margin-right: 15px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

.post-type-archive-resource .row-sm-col-collapse.bg-dark .row-inner {
  padding: 43px 5%;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .row-inner {
    padding: 26px 5% 18px;
  }
}

@media (min-width: 768px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6:nth-of-type(1) {
    margin-right: 2.2%;
  }
}

@media (max-width: 1024px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6:nth-of-type(2) {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6:nth-of-type(2) {
    width: 100%;
  }
}

.post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6 h1 {
  font-size: 74px;
  font-family: FSMeWeb-Bold, sans-serif;
}

@media (max-width: 1140px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark .col-6 h1 {
    font-size: 54px;
  }
}

.post-type-archive-resource .row-sm-col-collapse.bg-dark p.introduction {
  padding-top: 19px;
  font-family: FSMeWeb-Bold, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-sm-col-collapse.bg-dark p.introduction {
    font-size: 23px;
    line-height: 31px;
  }
}

.post-type-archive-resource .row-filter-controls.row-filter-controls {
  border: none;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .row-inner {
  padding: 2px 5% 42px;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search {
  background-color: white;
  border: none;
  width: 100%;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search {
    padding: 13px 30px;
    margin-bottom: 8px;
  }
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search .fa-search {
  color: #2b2b73;
  font-size: 22px;
  margin-right: 9px;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search label {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search #resources-search-input {
  background-color: transparent;
  color: #2b2b73;
  font-size: 20px;
  font-family: FSMeWeb-Regular, sans-serif;
  width: calc(100% - 22px - 13px);
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search #resources-search-input::-webkit-input-placeholder {
  color: #2b2b73;
  font-size: 20px;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search #resources-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #2b2b73;
  font-size: 20px;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search #resources-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2b73;
  font-size: 20px;
}

.post-type-archive-resource .row-filter-controls.row-filter-controls .filter-search #resources-search-input:-ms-input-placeholder {
  color: #2b2b73;
  font-size: 20px;
}

body[data-theme=blue] .row-filter-controls {
  border: none !important;
  background-color: #2B2B73 !important;
  margin-bottom: 0 !important;
}

body[data-theme=blue] .row-filter-controls .row-inner {
  background-color: transparent !important;
}

.blog .row-filter-controls {
  border: none;
  margin-bottom: 50px;
}

.blog .row-filter-controls.row-filter-controls .filter-search {
  background-color: white;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #2b2b73 !important;
}

@media (max-width: 768px) {
  .blog .row-filter-controls.row-filter-controls .filter-search {
    padding: 13px 30px;
    margin-bottom: 8px;
  }
}

.blog .row-filter-controls.row-filter-controls .filter-search .fa-search {
  color: #2b2b73;
  font-size: 22px;
  margin-right: 9px;
}

.blog .row-filter-controls.row-filter-controls .filter-search label {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.blog .row-filter-controls.row-filter-controls .filter-search #blog-search-input {
  background-color: transparent;
  color: #2b2b73;
  font-size: 20px;
  font-family: FSMeWeb-Regular, sans-serif;
  width: calc(100% - 22px - 13px);
  width: 80%;
  border: none;
}

.blog .row-filter-controls.row-filter-controls .filter-search #blog-search-input::-webkit-input-placeholder {
  color: #2b2b73;
  font-size: 20px;
}

.blog .row-filter-controls.row-filter-controls .filter-search #blog-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #2b2b73;
  font-size: 20px;
}

.blog .row-filter-controls.row-filter-controls .filter-search #blog-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2b73;
  font-size: 20px;
}

.blog .row-filter-controls.row-filter-controls .filter-search #blog-search-input:-ms-input-placeholder {
  color: #2b2b73;
  font-size: 20px;
}

.post-type-archive-resource .row-resources-filters.row-resources-filters {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f0f1fa;
}

.post-type-archive-resource .row-resources-filters.row-resources-filters .row-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 56px !important;
  padding-bottom: 45px !important;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-filters.row-resources-filters .row-inner {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}

.post-type-archive-resource .row-resources-filters.row-resources-filters .title-con {
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-filters.row-resources-filters .title-con+.col-12 {
    margin-bottom: 0;
  }
}

.post-type-archive-resource .row-resources-filters.row-resources-filters .title-con div {
  font-size: 29px;
  line-height: 37px;
  color: #2b2b73;
  font-family: FSMeWeb-Bold, sans-serif;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-filters.row-resources-filters .title-con div {
    font-size: 29px;
    line-height: 37px;
  }
}

.post-type-archive-resource .row-resources-filters.row-resources-filters .txt-right {
  display: none;
}

.post-type-archive-resource .row-resources-filters.row-resources-filters .tag-label {
  font-size: 17px;
  line-height: 26px;
  padding: 8px 19px;
  font-family: FSMeWeb-Bold, sans-serif;
  color: #2b2b73;
  margin-bottom: 24px;
  border-radius: 23px;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-filters.row-resources-filters .tag-label {
    font-size: 13.14px;
    padding: 3px 13px;
    margin-right: 9px;
    margin-bottom: 17px;
  }
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner {
  padding: 60px 5% 51px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 0;
}

@media (max-width: 1040px) {
  .post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-tiles.row-resources-tiles .row-inner {
    padding: 49px 5% 51px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 {
  width: 23.5%;
  width: 100%;
  margin-right: 0% !important;
  background-color: #f0f1fa;
  border-radius: 5px;
  padding: 34px 35px 38px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 {
    width: 100%;
    margin-right: 0 !important;
    padding: 15px 42px 40px;
  }
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3:nth-of-type(4n+0) {
  margin-right: 0% !important;
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 h3 {
  font-size: 29px;
  line-height: 37px;
  text-decoration: underline;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 h3 {
    font-size: 29px;
    line-height: 37px;
  }
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 h3:after {
  display: none;
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 p {
  font-size: 20px;
  line-height: 28px;
  font-family: FSMeWeb-Regular, sans-serif;
  padding-bottom: 25px;
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 .tile-resources-tags-container {
  display: none;
}

.post-type-archive-resource .row-resources-tiles.row-resources-tiles .col-3 .button {
  width: 100%;
  color: #26A69A ;
  margin-top: auto;
}

.single-resource .flex-con {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-resource .breadcrumbs .breadcrumb .breadcrumb-item {
  padding-top: 9px;
}

@media (max-width: 768px) {
  .single-resource .breadcrumbs .breadcrumb .breadcrumb-item {
    padding-top: 13px;
  }
}

.single-resource .bg-light.bg-light {
  background-color: #f0f1fa;
}

.single-resource .row-inner {
  padding: 21px 5%;
}

@media (max-width: 768px) {
  .single-resource .row-inner {
    padding: 10px 5%;
  }
}

.single-resource .row-inner:has(.button) {
  padding-top: 0;
}

.single-resource h1 {
  font-family: FSMeWeb-Bold, sans-serif;
  font-size: 74px;
  line-height: 1;
}

@media (max-width: 768px) {
  .single-resource h1 {
    font-size: 54px;
  }
}

.single-resource .row.col-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-resource .row.col-cntr .row-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1112px) {
  .single-resource .article-side {
    width: 63%;
  }

  .single-resource .article-side .row-inner {
    padding: 21px 7.94%;
  }

  .single-resource .article-side .row-inner:has(.button) {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.single-resource .article-side .button {
  background-color: #26A69A ;
  color: #2b2b73;
  margin-top: 9px;
}

.single-resource .share-side {
  width: 100%;
}

@media (min-width: 1112px) {
  .single-resource .share-side {
    width: 37%;
  }

  .single-resource .share-side .row-inner {
    padding: 21px 13.64% 21px 8.54%;
  }
}

@media (max-width: 768px) {
  .single-resource .share-side .row-inner {
    padding-bottom: 40px !important;
  }
}

.single-resource .share-side .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-resource .share-side .row-inner img {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .single-resource .share-side .row-inner img {
    margin-top: 19px;
    margin-bottom: 32px;
  }
}

.single-resource .share-side .row-inner .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-resource .share-side .row-inner .share span {
  font-size: 20px;
  line-height: 28px;
  font-family: FSMeWeb-Regular, sans-serif;
  margin-right: 33px;
}

@media (max-width: 1402px) {
  .single-resource .share-side .row-inner .share span {
    margin-right: 18px;
  }
}

.single-resource .share-side .row-inner .share a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #26A69A ;
  color: #2b2b73;
  margin-right: 24px;
}

.single-resource .share-side .row-inner .share a:hover {
  background-color: #2b2b73;
  color: #26A69A ;
  text-decoration: none !important;
}

@media (max-width: 1402px) {
  .single-resource .share-side .row-inner .share a {
    width: 38px;
    height: 38px;
    margin-right: 12px;
  }
}

.single-resource .share-side .row-inner .share a:last-of-type {
  margin-right: 0;
}

.single-resource .category-con.category-con {
  padding-top: 0;
  padding-bottom: 0;
}

.single-resource .category-con.category-con+.row-inner {
  padding-top: 1px;
}

@media (max-width: 768px) {
  .single-resource .category-con.category-con+.row-inner {
    padding-top: 14px;
    padding-bottom: 0px;
  }

  .single-resource .category-con.category-con+.row-inner+.row-inner {
    display: none;
  }
}

.single-resource li,
.single-resource p {
  font-family: FSMeWeb-Regular, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.single-resource li+p,
.single-resource p+p {
  padding-top: 23px;
}

.single-resource li+ul,
.single-resource p+ul {
  margin-top: 13px !important;
}

.single-resource h3 {
  font-size: 29px;
  line-height: 37px;
  padding-top: 3px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .single-resource h3 {
    font-size: 29px;
    line-height: 37px;
  }
}

.single-resource .tile-resources-tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 0;
}

@media (max-width: 768px) {
  .single-resource .tile-resources-tags-container {
    padding: 20px 0 0;
  }
}

.single-resource .tile-resources-tags-container div {
  font-size: 29px;
  line-height: 37px;
  color: #2b2b73;
  font-family: FSMeWeb-Bold, sans-serif;
  padding-top: 4px;
  margin-right: 17px;
}

@media (max-width: 768px) {
  .single-resource .tile-resources-tags-container div {
    font-size: 29px;
    line-height: 37px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.single-resource .tile-resources-tags-container .tag-label {
  font-size: 17px;
  line-height: 26px;
  padding: 8px 19px;
  font-family: FSMeWeb-Bold, sans-serif;
  color: #2b2b73;
  margin-bottom: 24px;
  border-radius: 23px;
  margin-right: 14px;
  background-color: transparent;
  border: 2px solid #2b2b73;
}

@media (max-width: 768px) {
  .single-resource .tile-resources-tags-container .tag-label {
    font-size: 13.14px;
    padding: 4px 13px;
    margin-right: 16px;
    margin-bottom: 17px;
  }
}

.single-resource ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li {
  padding-left: 34px;
  padding-bottom: 28px;
}

.single-resource ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(.gform_fields):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) li:before {
  background: currentColor;
}

.single-resource .resources-master-container .title-con {
  width: 100%;
  margin-bottom: 31px;
}

@media (max-width: 768px) {
  .single-resource .resources-master-container .title-con {
    margin-bottom: 36px;
  }
}

.single-resource .resources-master-container .title-con h2 {
  font-family: FSMeWeb-Bold, sans-serif;
  font-size: 41px;
  line-height: 54px;
}

@media (max-width: 768px) {
  .single-resource .resources-master-container .title-con h2 {
    font-size: 41px;
    line-height: 54px;
  }
}

.single-resource .resources-master-container .bg-light {
  background-color: white;
}

.single-resource .row-resources-tiles.row-resources-tiles .row-inner {
  padding: 46px 5% 48px;
}

@media (max-width: 768px) {
  .single-resource .row-resources-tiles.row-resources-tiles .row-inner {
    padding: 35px 5% 24px;
  }
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 {
  width: 23.5%;
  margin-right: 2%;
  background-color: #f0f1fa;
  border-radius: 5px;
  padding: 17px 35px 38px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3:nth-of-type(4n+4) {
  margin-right: 2%;
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3:nth-of-type(4n+5) {
  margin-right: 0;
}

@media (max-width: 1040px) {
  .single-resource .row-resources-tiles.row-resources-tiles .col-3 {
    width: 49%;
  }

  .single-resource .row-resources-tiles.row-resources-tiles .col-3:nth-of-type(4n+4) {
    margin-right: 2% !important;
  }

  .single-resource .row-resources-tiles.row-resources-tiles .col-3:nth-of-type(3n+3) {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .single-resource .row-resources-tiles.row-resources-tiles .col-3 {
    width: 100%;
    margin-right: 0 !important;
    padding: 15px 42px 40px;
    margin-bottom: 34px;
  }
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 h3 {
  font-size: 29px;
  line-height: 37px;
  text-decoration: underline;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .single-resource .row-resources-tiles.row-resources-tiles .col-3 h3 {
    font-size: 29px;
    line-height: 37px;
  }
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 h3:after {
  display: none;
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 p {
  font-size: 20px;
  line-height: 28px;
  font-family: FSMeWeb-Regular, sans-serif;
  padding-bottom: 25px;
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 .tile-resources-tags-container {
  display: none;
}

.single-resource .row-resources-tiles.row-resources-tiles .col-3 .button {
  width: 100%;
  color: #26A69A ;
  margin-top: auto;
}

.header-phone-link {
  margin-right: 33px;
  font-size: 22px;
  font-family: FSMeWeb-Bold, sans-serif;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  #header .nav ul li a {
    padding: 0px 2.5px;
  }
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 65px;
  }
}

@media (max-width: 768px) {
  #footer .footerMenu li {
    margin-bottom: 4px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #footer .col-3 {
    margin-top: 18px;
  }
}

#footer .button {
  background-color: #26A69A ;
  color: #2b2b73 !important;
}

#footer .button:hover {
  background-color: #212157 !important;
  color: #26A69A  !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  #footer .row-inner.no-pd-top+.row-inner {
    padding: 43px 5% 0;
  }
}

.row-accordion .accordion {
  margin: 0;
  padding: 0;
}

.row-accordion .accordion .accordion-row[open] .accordion-trigger {
  background-color: #2b2b73;
  color: white;
}

.row-accordion .accordion .accordion-row:last-child .accordion-trigger {
  border-bottom: solid 1px #727272;
}

.row-accordion .accordion .accordion-trigger {
  background: none;
  color: #1f1f38;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  width: calc(100% - 31px);
  outline: none;
  padding: 15px;
  height: auto;
  border: solid 1px #727272;
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.row-accordion .accordion .accordion-trigger:focus,
.row-accordion .accordion .accordion-trigger:hover {
  background-color: #2b2b73;
  color: white;
}

.row-accordion .accordion .accordion-panel {
  padding: 20px;
  border-right: solid 1px #727272;
  border-left: solid 1px #727272;
  border-bottom: solid 1px #727272;
}

.row-accordion .accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}

body[data-theme="blue"] .row-accordion.bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner .accordion .accordion-row[open] .accordion-trigger {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"] .row-accordion.bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner .accordion .accordion-trigger:not(.red-txt):not(.tag-label):not(.button):focus,
body[data-theme="blue"] .row-accordion.bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner .accordion .accordion-trigger:not(.red-txt):not(.tag-label):not(.button):hover {
  background-color: #26A69A  !important;
  color: #2b2b73 !important;
}

.blog .blog-filter {
  position: relative;
}

.blog .blog-filter__outer {
  background-color: #f0f1fa !important;
}

.blog .blog-filter__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 56px !important;
  padding-bottom: 45px !important;
}

.blog .blog-filter .title-con {
  margin-bottom: 21px;
}

.blog .blog-filter .title-con div {
  font-size: 29px;
  line-height: 37px;
  color: #2b2b73;
  font-family: FSMeWeb-Bold, sans-serif;
}

.blog .facetwp-facet {
  margin: 0;
}

.blog .facetwp-checkbox {
  display: inline-block;
  background: none;
  border: solid 2px #2b2b73;
  font-size: 17px;
  line-height: 26px;
  padding: 8px 19px;
  font-family: FSMeWeb-Bold, sans-serif;
  color: #2b2b73;
  margin-bottom: 24px;
  border-radius: 23px;
  margin-right: 14px;
}

.blog .facetwp-checkbox:focus,
.blog .facetwp-checkbox:focus-within,
.blog .facetwp-checkbox:hover {
  background: rgba(43, 43, 115, 0.1) !important;
}

.blog .facetwp-checkbox.checked {
  background: #2b2b73 !important;
  color: #fff !important;
}

.blog .facetwp-checkbox .facetwp-display-value {
  padding: 0;
  background: none !important;
}

.blog .facetwp-checkbox .facetwp-counter {
  display: none;
}

.blog .blog-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog .blog-feed .col:nth-of-type(3n+3) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .blog .blog-filter__inner {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }

  .blog .blog-filter .title-con div {
    font-size: 29px;
    line-height: 37px;
  }

  .blog .facetwp-checkbox {
    font-size: 13.14px;
    padding: 3px 13px;
    margin-right: 9px;
    margin-bottom: 17px;
  }
}

body[data-theme="blue"].blog .blog-filter__outer {
  background-color: #2b2b73 !important;
}

body[data-theme="blue"].blog .blog-filter .title-con div {
  color: #fff;
}

body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox {
  border: solid 2px #fff;
  color: #fff;
}

body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox:focus,
body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox:focus-within,
body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox.checked {
  background: #fff !important;
  color: #2b2b73 !important;
}

body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox.checked .facetwp-display-value {
  color: #2b2b73 !important;
}

body[data-theme="blue"].blog .bg-light.bg-light:not(.withBackground):not(.row-hero-col-4):not(.background) .row-inner.row-inner.row-inner :not(.red-txt):not(.tag-label):not(.button) .facetwp-checkbox .facetwp-display-value {
  background: none !important;
}

body[data-theme="standard"] .gform_wrapper input[type="email"],
body[data-theme="standard"] .gform_wrapper input[type="number"],
body[data-theme="standard"] .gform_wrapper input[type="search"],
body[data-theme="standard"] .gform_wrapper input[type="tel"],
body[data-theme="standard"] .gform_wrapper input[type="text"],
body[data-theme="standard"] .gform_wrapper input[type="url"],
body[data-theme="standard"] .gform_wrapper select,
body[data-theme="standard"] .gform_wrapper textarea {
  border-width: 2px;
}

body[data-theme="standard"] .gform_wrapper input[type="email"]:focus,
body[data-theme="standard"] .gform_wrapper input[type="number"]:focus,
body[data-theme="standard"] .gform_wrapper input[type="search"]:focus,
body[data-theme="standard"] .gform_wrapper input[type="tel"]:focus,
body[data-theme="standard"] .gform_wrapper input[type="text"]:focus,
body[data-theme="standard"] .gform_wrapper input[type="url"]:focus,
body[data-theme="standard"] .gform_wrapper select:focus,
body[data-theme="standard"] .gform_wrapper textarea:focus {
  border-color: #26A69A ;
}

body[data-theme="standard"] .gform_button:focus,
body[data-theme="standard"] .gform_button:focus-within {
  outline: 2px dotted #2b2b73;
}

body[data-theme="blue"] .gform_wrapper input[type="email"],
body[data-theme="blue"] .gform_wrapper input[type="number"],
body[data-theme="blue"] .gform_wrapper input[type="search"],
body[data-theme="blue"] .gform_wrapper input[type="tel"],
body[data-theme="blue"] .gform_wrapper input[type="text"],
body[data-theme="blue"] .gform_wrapper input[type="url"],
body[data-theme="blue"] .gform_wrapper select,
body[data-theme="blue"] .gform_wrapper textarea {
  border-width: 2px;
  border-color: #fff;
}

body[data-theme="blue"] .gform_wrapper input[type="email"]:focus,
body[data-theme="blue"] .gform_wrapper input[type="number"]:focus,
body[data-theme="blue"] .gform_wrapper input[type="search"]:focus,
body[data-theme="blue"] .gform_wrapper input[type="tel"]:focus,
body[data-theme="blue"] .gform_wrapper input[type="text"]:focus,
body[data-theme="blue"] .gform_wrapper input[type="url"]:focus,
body[data-theme="blue"] .gform_wrapper select:focus,
body[data-theme="blue"] .gform_wrapper textarea:focus {
  border-color: #26A69A ;
}

body[data-theme="blue"] .gform_button:focus,
body[data-theme="blue"] .gform_button:focus-within {
  outline: 2px dotted #fff;
}

.bg-light .tile-resources a.button {
  color: #fff !important;
}
.bg-light .tile-resources a.button:hover {
  color: #2b2b73 !important;
}

/*# sourceMappingURL=maps/updates.css.map */
