/*
 Theme Name: 16p Foundation
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Okasoft
 Author URI: https://okasoftdesign.com
 Template: Divi
 Version: 1.0.0
*/

:root {
  --stp-blue: #145DA0;
  --stp-orange:#EF8E0D;
  --stp-teal:#008080;
}
a, a::after, a::before, button, input[type] {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*----header / menu----*/
html {
  margin-top: 0 !important;
}
h2 {
  text-transform: uppercase;
  font-size: 2.6125em;
  padding-bottom: 1rem;
  line-height: 1.1;
}
.et_pb_row {
  width: 90%; /*override 80% default*/
}
#wpadminbar {
  display: none;
}
.stp-mast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.stp-mast::after {
  content: " ";
  height: 6.25em; /*100px*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
}
.theme-builder-area-content .stp-mast {
  position:relative;
}
.stp-mast .et_pb_column {
  display: flex;
}
.stp-logo {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .22);
  border-radius: 0 0 .625rem .625rem;
  position: relative;
  width: 10.125em; /*162*/
}
.stp-logo::before {
  content: " ";
  position: absolute;
  width: calc(100% + 4em);
  background-color: #fff;
  top: -2em;
  height: 84%;
  left: -2em;
  z-index: 1;
  transition: all 0.25s ease;
}
.stp-logo>a {
  position: relative;
  z-index: 2;
  width: 7.5em; /*120*/
  margin: auto;
  display: block;
  padding-bottom: 1em;
  line-height: 0;
}
.stp-nav {
  width: 52em;
  padding-right: 2.625em;
  padding-top: 1.125em;
  max-width: calc(100% - 20em);
}
.stp-nav #menu-top {
  justify-content: space-between !important;
}
.stp-nav #menu-top>li>a {
  padding-bottom: 1.18em;
}
.stp-nav li.menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.stp-nav .et_pb_menu .et-menu>li {
  padding-left: 0;
  padding-right: 0;
}
.stp-nav .et_pb_menu__wrap, .stp-nav .et_pb_menu__menu, .stp-nav nav.et-menu-nav {
  display: block;
}
.stp-nav .et-menu .menu-item-has-children>a:first-child {
  padding-right: 0;
}
.stp-nav .et-menu .menu-item-has-children>a:first-child:after {
  bottom: 0;
  line-height: 1;
  left: 0;
  font-size: 1.25em;
  margin: auto;
  top: inherit;
  width: 1em;
  height: .875em;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header.btn-don {
  padding:6px 18px 6px 44px !important;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header.btn-don:before {
  font-size: 15px !important;
  margin-left: -1.8em;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header.btn-don:hover::before {
  margin-left: -1.8em;
}
#et-main-area {
  margin-top: 6.25rem;
}
.stp-hero, .hero-home {
  /* height: 33.5vw; */
  position: relative;
  overflow: hidden;
}
.stp-hero {
  height: 40vw;
}
.hero-home {
  height: 44.25vw;
  min-height: 32em;
  position: relative;
  overflow: hidden;
}
.stp-hero.no-img {
  height: 26vw;
  min-height: 20em;
}
.stp-hero>div {
  z-index: 2;
}
.stp-hero::before, .stp-hero::after, .hero-home::before, .hero-home::after {
  content: " ";
  width: 100%;
  left: 0;
  position: absolute;
}
.stp-hero::before, .hero-home::before {
  height: 100%;
  z-index: 0;
  top: 0;
}
.hero-home::before {
  background-color: rgba(0, 0, 0, .5);
}
.stp-hero::before {
  background-color: rgba(0, 0, 0, .15);
}
.stp-hero.no-img::before {
  background-color: transparent;
  left: calc(50% + 19em);
  right: 0;
  margin: auto;
  top: -1.5em;
  height: calc(100% + 3em);
  background: url('img/hero-dna.svg') no-repeat left center;
  background-size: contain;
  opacity: .75;
}
.stp-hero::after {
  height: 6vw;
  z-index: 1;
  bottom: -1px;
  background: url('img/wave1.svg') no-repeat center bottom;
  background-size: 100% auto;
}
.stp-hero.gray-curve::after {
  background-image: url('img/wave2.svg');
}
.stp-hero h1 {
  position: relative;
  max-width: 12em;
  font-size: 2.625em;
  line-height: 1.2;
  padding: .6em .6em .6em 0;
}
.stp-hero.no-img h1 {
  max-width: inherit;
}
.stp-hero h1::after {
  content: " ";
  width: 100vw;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  border-radius: 0 .5rem .5rem 0;
  position: absolute;
}
.stp-hero.no-img h1::after {
  display: none;
}
/*----end header---*/
/*----FOOTER---*/
#main-content {
  /* padding-bottom: 5vw; */
}
.stp-footer {

}
.stp-footer::after {
  content: " ";
  background: url('img/bg-footer1.jpeg') no-repeat center center;
  background-size:cover;
  width: 100%;
  height: calc(100% + 5vw);
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: 0;
  mask: url('img/clip-footer.svg') no-repeat top center;
  mask-size:100% auto;
}
.ft-social a {
  display: block;
  width: 2.125em;
  height: 2.125em;
  background-size: contain;
  background-position: center;
  text-decoration: none;
  opacity: .8;
}
.ft-social a:hover {
  transform:scale(1.1);
  opacity: 1;
}
.ft-social a span {
  font-size: 0;
}
.ft-social .fb {
  background-image: url('img/social-fb.svg');
}
.ft-social .in {
  background-image: url('img/social-in.svg');
}
.ft-social .ln {
  background-image: url('img/social-ln.svg');
}
.ft-social .x {
  background-image: url('img/social-x.svg');
}
@media (min-width: 768px) {
  .ft-navs {
    display: flex;
    column-gap: 6%;
  }
  .ft-navs>div {
    width: 33.333%;
  }
}
@media (min-width: 981px) {
  .mob-only {
    display: none !important;
  }
  .shrink .stp-logo {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0);
  }
  .shrink .stp-logo>a {
    width: 4.25em;
  }
  .shrink .stp-logo::before {
    height: calc(100% + 1.85em);
  }
  /* .et-menu li:hover > ul {
    display: none !important;
  } */
  .stp-nav .nav li ul {
    border:0;
    box-shadow: none;
    font-size: 1rem;
    width: 13.75em;
    left: 50% !important;
    transform: translateX(-50%);
    right: inherit;
    padding: 1em 0 1.25em;
    border-radius: 0 0 .625em .625em;
    border:solid 1px #eee !important;
    border-top: 0 !important;
  }
  .stp-nav .nav li ul::before {
    content: " ";
    width: calc(100% + 2px);
    top: 0;
    left: -1px;
    height: 1.8em;
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
    z-index: 0;
    position: absolute;
  }
  .stp-nav .nav li li {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .stp-nav .nav li li a {
    width: 100%;
    padding: 0 1.1em;
    line-height: 126%;
  }
  .et_pb_menu_0_tb_header.et_pb_menu .sub-menu a {
    font-size: 15px;
    padding: .5em;
  }
  .stp-footer .et_pb_column_1_3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stp-footer .et_pb_column_1_3.col1size {
    width: 20% !important;
  }
  .stp-footer .et_pb_column_1_3.col2size {
    width: 41% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
  .stp-footer .et_pb_column_1_3.col3size {
    width: 39% !important;
  }
  .stp-credits .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
  }
  .stp-credits p {
    padding-bottom: 0;
  }
}
/*----conference page----*/
.vid-holder .et_overlay {
  opacity:1;
  visibility:visible;
  background-color:rgba(0, 0, 0, 0) !important;
  z-index:1;
}
.vid-holder a:hover .et_overlay {
  background-color:rgba(0, 0, 0, .5) !important;
}
.vid-holder .et_overlay:before {
  font-size:5em;
}
.vid-holder.uni .et_pb_image_wrap {
  height: 0;
  position: relative;
  display: block;
  padding-top: 62.5%;
}
.et_pb_image.vid-holder.uni img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:center;
}
body .vid-holder .et_overlay:before {
  color: #145da0 !important;
}
body .vid-holder a:hover .et_overlay:before {
  color: #fff !important;
}
.et_pb_column .et_pb_module.img-circle {
  width: 300px;
  max-width: 100%;
}
.img-circle .et_pb_image_wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.img-circle .et_pb_image_wrap img, .stp-gallery li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.conf-gray {
  background-color:#f9f9f9;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
}
#main-content .et_pb_row.conf-wide {
  max-width:1400px;
}
#main-content .et_pb_row.conf-med {
  max-width:1200px;
}
.stp-gallery ul li {
  list-style: none;
}
.stp-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin:0 -.75em;
}
.stp-gallery li {
  width: 25%;
  padding: .75em;
  font-size: 1em;
  line-height: 1;
}
.stp-gallery li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.stp-gallery li a::after, .stp-gallery li a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.stp-gallery li a::after {
  width: 3em;
  height: 3em;
  background: url('img/icon-expand.svg') no-repeat center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transform:scale(.85);
}
.stp-gallery li a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.stp-gallery li a::before {
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  z-index: 1;
}
.stp-gallery li a:hover::before {
  opacity: 1;
}

/*----MISC---*/
.bwrap {
  margin-top: -1rem;
  font-size: .875em;
}
.bwrap a, .bwrap span {
  color: #929292;
}
.bwrap .curr {
  font-weight: 700;
}
.bwrap .gap {
  margin: 0 .3125em;
}
.stp-crumb {
  height: 0;
}
.gray-crumb .stp-crumb {
  background-color: #f9f9f9;
}
.btn-wrap {
  padding-top: 1.125em;
}
.btn-right a {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding-right: 1.125em;
  background:url('img/arr-rt.svg') no-repeat right center;
  background-size: .88em auto;
}
.stp-btn {
  font-size: 1.125em;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border:0;
  outline:0;
  line-height: 1.2;
  cursor: pointer;
  border-radius: .67em;
  padding: .55em 1em;
  text-align: center;
  color: #fff;
}
.btn-right a:hover {
  background-image: url('img/arr-rt-b.svg');
}
.stp-btn-right.back {
  background: url('img/arr-back-g.svg') no-repeat left center;
  padding-left: 1.125em;
  padding-right: 0;
}
.stp-btn-right {
  background-size: .88em auto;
  border:0;
  background-color: transparent;
}
.single .stp-btn-right {
  background-size: .8em auto;
}
.stp-btn-right.white {
  background:url('img/arr-rt-w.svg') no-repeat right center;
}
.stp-btn-right.white:hover {
  background-image: url('img/arr-rt.svg');
}
.stp-btn-right.back:hover {
  background-image: url('img/arr-back-o.svg');
}
form.submitting input[type=submit] {
  pointer-events: none;
  cursor: not-allowed;
}
input[type], select, .eform #mc_embed_signup .mc-field-group input, .eform #mc_embed_signup .mc-field-group select, textarea {
  color: #333;
  font-size: 1rem;
  border-radius: .75em;
  line-height: 1.375;
  font-weight: 600;
  padding: .625em .875em;
  border: solid 1px #979797;
  text-indent: 0;
}
select, .eform #mc_embed_signup .mc-field-group select {
  background-image: url('img/dn.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - .875em) center;
  background-size: .75em auto;
  width: 100%;
  -webkit-appearance:none;
}
select option { /*non webkit fix*/
  -webkit-appearance:unset;
  color: #333;
  background-color: inherit;
}
.anchor {
  position: relative;
  top: -8em;
}
.eform.long .et_pb_code_inner {
  background-color: #fff;
  border-radius: 1.25em;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  padding: 1.5em;
  margin: auto;
  width: 44em;
  max-width: 100%;
}
.eform #mc_embed_signup {
  width: 100%;
}
.eform #mc_embed_signup form {
  margin: 0;
}
/* .eform #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: none !important;
} */
.eform #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin-bottom: -.5em;
}
.eform #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-width: 1px;
}
.eform #mc_embed_signup .asterisk {
  line-height: 1;
}
.eform #mc_embed_signup .mc-field-group label {
  font-weight: 600;
  margin-bottom: .3125em;
  font-size: .875em;
}
.eform #mc_embed_signup {
  font-family: inherit;
  font-size: 1rem;
}
.eform #mc_embed_signup .optionalParent>div>p {
  display: none;
}
.legal p {
  line-height: 1.7;
}
*:focus-visible { /*global tab selector for accessibility*/
  outline: 2px solid blue;
}
.asw-footer {
  display: none;
}
body .asw-menu {
  left: inherit;
  right: 0;
}
body .asw-widget>a {
  left: inherit !important;
  right: 20px;
  background:#145DA0 !important;
  outline-color: #145DA0 !important;
  width: 38px;
  height: 38px;
}
body .asw-menu-header {
  background-color:#145DA0 !important;
}
.vmid {
	align-items:center;
}
.img-drop .et_pb_image_wrap img {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}
.stp-slider .et-pb-controllers {
  position: relative;
  bottom: inherit;
  top:inherit;
  margin-top:1.5em;
}
.stp-slider .et_pb_button {
  color:#fff;
  border:0;
  font-size:1em;
}
.stp-slider .et_pb_button:hover {
  background-color:#fff !important;
  color:var(--stp-blue);
  border:0;
}
.stp-slider p a {
  color: #fff;
  text-decoration: underline;
}
.stp-slider p a:hover {
  color: var(--stp-orange);
}
.stp-slider h3 a {
  font-size: 1em !important;
}
.prof-list h4 {
  padding-bottom:0;
}
.prof-list .et_pb_blurb_description p {
  padding-bottom: 0;
  line-height: 1.4;
}
.prof-list img, .issue-list img {
  border-radius:1em;
}
.prof-list .et_pb_main_blurb_image {
  margin-bottom:1.5em;
}
.vol-list .et_pb_main_blurb_image>a {
  pointer-events: none;
}
.vol-list .et_pb_blurb_content {
  max-width: 900px;
  background: #f9f9f9;
  border-radius: 1.5em;
  padding: 1.5em;
  display: flex;
  align-items: center;
  column-gap: 1.25em;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22);
}
.vol-list .et_pb_blurb_container {
  border-left:solid 1px rgba(0, 0, 0, .15);
  padding-left:1.25em;
}
.vol-list .et_pb_main_blurb_image {
  margin-bottom:0;
}
.vol-list .et_pb_blurb_content .et-pb-icon {
  font-size:30px;
  color: var(--stp-orange);
}
.blurb-anim-off .et_pb_blurb .et_pb_main_blurb_image, .blurb-anim-off .et_pb_blurb .et-pb-icon, .blurb-anim-off .et_pb_animation_top {
  animation: none !important;
  -webkit-animation: none !important;
}
.vol-list .et_pb_blurb {
  margin-bottom:2.5em;
}
.vol-list .et_pb_blurb_description {
  display: none;
}
.theme-builder-area-content .vol-list .et_pb_blurb_description { /*keep vis in editor*/
  display: block;
}
/* .vol-list .et_pb_blurb {
  width:calc(50% - 1em);
}
.vol-list>.et_pb_column {
  display:flex;
  flex-wrap:wrap;
  column-gap:2em;
  row-gap:2em;
} */
.vol-list .et_pb_blurb_container h3 {
  display: inline-block;
}
.vol-list .et_pb_blurb_container h3 a {
  position: relative;
  padding-right: 1.25em;
  display: block;
}
.vol-list .et_pb_blurb_container h3 a::after {
  font-family: ETmodules;
  content: "3";
  font-size: 1em;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-weight: 800;
}
.vol-list .et_pb_blurb_container.active h3 a::after {
  transform:rotate(180deg);
}
.bar-left {
  padding-left: 1.5em;
  border-left:solid 3px var(--stp-orange);
}
.fin-report .et_pb_text_inner ul {
  padding:1em 0 0;
}
.fin-report .et_pb_text_inner ul li, .issue-list .et_pb_blurb_description ul li {
  list-style:none;
}
.fin-report .et_pb_text_inner li a {
  display: inline-block;
  padding:.375em 1em;
  border-radius:.5em;
  line-height: 1.2;
  margin-bottom:.5em;
  font-size: 1.25em;
  font-weight: 500;
}
.fin-report .et_pb_text_inner li a::after {
  content: "3";
  font-family: ETmodules;
  font-size: 1rem;
  position:relative;
  display:inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}
.fin-report .purp-brand a {
  background-color: rgba(4, 45, 109, .15);
  color: rgba(4, 45, 109, 1);
}
.fin-report .purp-brand h3 {
  color: rgba(4, 45, 109, 1);
}
.fin-report .purp-brand a:hover {
  background-color: rgba(4, 45, 109, 1);
  color: #fff;
}
.fin-report .blue-brand h3 {
  color: var(--stp-blue);
}
.fin-report .blue-brand a {
  background-color: rgba(20, 93, 160, .15);
  color: var(--stp-blue);
}
.fin-report .blue-brand a:hover {
  background-color: rgba(20, 93, 160, 1);
  color: #fff;
}
.issue-list .et_pb_main_blurb_image {
  margin-bottom:0;
}
.issue-list .et_pb_blurb_container {
  margin-top: -2.25em;
  position: relative;
  z-index: 2;
}
.issue-list .et_pb_blurb_description {
  border: solid 1px var(--stp-blue);
  padding:.75em;
  transition: all .25s ease;
}
.issue-list .et_pb_module_header {
  background:var(--stp-blue);
  color: #fff;
  transition: background-color .25s ease;
  padding:.25em .75em;
}
.issue-list .et_pb_blurb_description ul {
  padding: 0;
}
.issue-list .et_pb_blurb_description li {
  font-size: .875em;
  margin-bottom:.25em;
  line-height: 1.3;
}
.issue-list .et_pb_blurb_content:hover .et_pb_module_header {
  background:var(--stp-orange);
}
.issue-list .et_pb_blurb_content:hover .et_pb_blurb_description {
  border-color: var(--stp-orange);
  background-color: rgba(239, 142, 14, .1);
}
.ul-mod ul {
  padding-left:2.5em;
  margin-top:-.5em;
}
.ul-mod ol {
  padding-left:3.5em;
  margin-top:-.5em;
}
.ul-mod ol li {
  text-indent:-1.125em;
}
.ul-mod ul ul {
  font-size: 90%;
}
.ul-mod li {
  font-weight: 400;
}
.ul-mod li:not(:last-of-type) {
  padding-bottom:.25em;
}
.ul-mod ul:last-child, .ul-mod ol:last-child {
  margin-top: 1em;
}
.ul-mod ul ul, .ul-mod ul ul:last-child {
  margin-top:.5em;
  padding-bottom: 0;
}
.grad-bg {
  background-image: linear-gradient(90deg, #0d3457 1%, #145da0 100%);
}
.grad-bg h2, .grad-bg h3, .grad-bg p, .grad-bg li {
  color: #fff;
}
.grad-bg a {
  color: #fff;
  text-decoration: underline;
}
.grad-bg a:hover, a:hover {
  color: var(--stp-orange);
}
ul.topic-list {
  list-style: none;
  padding: 1.5em;
  column-count: 3;
  column-gap: 2em;
}
.topic-list li {
  padding-bottom:.3125em;
  font-weight: 600;
}
li {
  break-inside: avoid-column;
}
/*---gray fill exceptions----*/
.post-1103 .stp-hero::after {
  background-image: url('img/wave2.svg');
}
/*-----END MISC-----*/
/*colors*/
.blue, .bwrap a:hover, h2, .btn-right a:hover {
  color:#145DA0;
}
.blue-bg, .stp-hero h1::after, .atags .dd-wrap, .atags .dd-child, .swpm-submit-btn-default-style:hover, .eform #mc_embed_signup .button:hover, .sub-wrap:hover, .stp-btn:hover {
  background-color: #145DA0;
}
.orange, .btn-right a, .mem-login a:hover, .pbasic a:hover, .stp-mob .current-menu-parent>a, .stp-mob .current-menu-item>a, p a:hover {
  color: #EF8E0D;
}
.orange-bg, .vtags .dd-wrap, .vtags .dd-child, .swpm-submit-btn-default-style, .eform #mc_embed_signup .button, .sub-wrap, .stp-btn {
  background-color: #EF8E0D;
}
.ttags .dd-wrap, .ttags .dd-child {
  background-color: var(--stp-teal);
}
.pslider .psacp-post-slide {
  border-radius: 1.5em;
  overflow: hidden;
}
.pslider h2.psacp-post-title {
  margin-top: 6px !important;
  padding-bottom: 0;
  font-size:  1.375em;
  text-transform: none;
  line-height: 1.25;
}
.psacp-post-carousel-wrap.psacp-design-1.pslider .psacp-post-cats a {
  background-color: #EF8E0D;
}
.psacp-post-carousel-wrap.pslider .owl-nav {
  width: calc(100% + 6.8rem);
  margin-left: -3.4rem;
}
.psacp-post-carousel-wrap.pslider .owl-nav .owl-next, .psacp-post-carousel-wrap.pslider .owl-nav .owl-prev {
  border-radius: 50%;
  color: #EF8E0D;
  background-color: #fff;
  padding: 0 !important;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.75em;
  line-height: 1.5em;
}
.psacp-post-carousel-wrap.pslider .owl-dots .owl-dot.active {
  background:#fff;
}
.pslider.owl-carousel.owl-drag .owl-item {
  padding:0 .5em;
}
.psacp-no-thumb .psacp-post-img-bg {
  background: url('img/blog-tile.png') no-repeat center;
}
.pslider.psacp-post-carousel-wrap .owl-dots .owl-dot {
  background-color: transparent;
  border: solid 1px #fff;
  margin: 0 .25em;
  width: 12px !important;
  height: 12px !important;
}
.pslider.psacp-post-carousel-wrap .owl-dots {
  line-height: 1;
  padding-top: 1.25em;
}
/*--all transitions---*/
.stp-card p em {
  transition: all 0.35s ease;
}

/*--------PAGE Contact--------*/
.cform label {
  display: block;
  font-size: .875em;
  padding-bottom: .25em;
  font-weight: 600;
}
.wpcf7-form-control-wrap {
  display: block;
  padding-bottom: .75em;
}
.cform form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}
.cform form>div {
  width: 100%;
}
.cform form>div.half {
  width: calc(50% - 1em);
}
.cform input, .cform textarea {
  width: 100%;
}
.sub-wrap input[type=submit] {
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  padding: .58em 1em;
  cursor: pointer;
}
.cform form>div.sub-wrap {
  width: 9.5em;
}
.sub-wrap {
  border-radius: 8px;
  margin: .25em auto 0;
  position: relative;
  transition: background-color .5s ease;
  cursor: pointer;
}
.sub-wrap .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 2.75em);
  top: 0;
  bottom: 0;
  margin: auto;
}
form span.wpcf7-not-valid-tip {
  font-size: .75em;
  padding: .425em .425em 0 0;
  margin-bottom: -.5em;
  width: 100%;
  line-height: 1.2;
  text-align: right;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 0 0;
  border: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 1em;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
.wpcf7 form.submitting .sub-wrap input[type=submit] {
  pointer-events: none;
}
form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #454545;
}
input[type].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: red;
}
body .grecaptcha-badge {
  bottom: 76px !important;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
}
.page-id-454 .grecaptcha-badge {
  opacity: 1;
  visibility: visible;
}
/*--------PAGE HOME--------*/
.bot-fade::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 10vw;
  z-index: 0;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.hero-home .et_pb_row {
  height:100%;
}
.home1::after {
  content: " ";
  background: url('img/home-bg1.png') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -6vw;
  width: 100%;
  height: calc(100% + 6vw);
  left: 0;
  z-index: 0;
}
.home-btn-dn.et_pb_button {
  background: url('img/arr-dn-b.svg') no-repeat calc(50% + 3.65em) center #fff !important;
  background-size: .62em auto !important;
}
.home-btn-dn.et_pb_button:hover {
  background-image: url('img/arr-dn.svg') !important;
  background-color: #ef8e0d !important;
}
body #page-container .et_pb_section .home-btn-dn.et_pb_button:after {
  display: none !important;
}
.stp-cards>div {
  display: flex;
  column-gap: 6px;
  row-gap:6px;
}
.stp-card {
  width: calc(25% - 6px);
}
.stp-card .et_pb_main_blurb_image {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stp-card .et_pb_image_wrap, .stp-card .et_pb_main_blurb_image {
  height: 100%;
}
.stp-card .et_pb_main_blurb_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: all 0.35s ease;
}
.stp-card:hover img {
  transform:scale(1.1);
}
.stp-card .et_pb_blurb_container, .stp-card .et_pb_blurb_content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stp-card .et_pb_blurb_content {
  height: 22em;
  overflow: hidden;
}
.stp-card .et_pb_blurb_content::after {
  content: " ";
  background:rgba(0, 0, 0, .65);
  z-index: 2;
}
.stp-card .et_pb_blurb_container {
  z-index: 3;
  display: flex;
  padding: 1.5em 1.75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  right: 0;
}
.stp-card h3 {
  padding-bottom: .875rem;
  line-height: 1.3;
}
.stp-card h3 a {
  font-size: 1em !important;
}
.stp-card .et_pb_blurb_description p {
  font-size: 1.125em;
  line-height: 1.3;
}
.stp-card .et_pb_blurb_description p em {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background: url('img/arr-rt-w.svg') no-repeat center right;
  background-size: 1em auto;
  padding-right: 1.65em;
  display: inline-block;
}
.stp-card.et_clickable:hover p em, .home-tblock a:hover {
  color: var(--stp-orange);
  background-image: url('img/arr-rt.svg');
}
.home-tblock ul li {
  list-style: none;
}
.home-tblock ul {
  padding: 1.25em 0 0;
  display:flex;
  column-gap:1em;
  flex-wrap: wrap;
  row-gap:.75em;
}
.home-tblock li {
  line-height:1.3;
  padding:0
}
.home-tblock a {
  color:#fff;
  text-transform: uppercase;
  padding-right:1.375em;
  background: url('img/arr-rt-w.svg') no-repeat center right;
  background-size: .875em auto;
}
/*--------PAGE CHILD--------*/
.stp-lpic {

}
.dna-over::after {
  content: " ";
  width: 27em;
  height: 39em;
  background: url('img/dna-badge.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1%;
  bottom: -17.55em;
  z-index: 1;
}
.h2-sm h2 {
  font-size: 2rem !important;
}
.stp-text.alt h2 {
  padding-bottom: .75rem;
}
.stp-text h2 em, .h3-mod h3 em {
  color:#5d5d5d;
  font-style:normal;
  letter-spacing:2px;
  padding-bottom:.25em;
  display: block;
}
.h3-mod h3 {
  font-size: 1.5em;
}
.h3-mod h3 em {
  padding-top: .25em;
  font-size:1.1rem;
}
.h3-reg h3 {
  color:var(--stp-blue);
  font-size: 1.5em;
  line-height: 1.3;
}
.stp-text h2 em {
  font-size:.42em;
}
.stp-text.alt h2 em {
  font-size: .56em;
}
.stp-text p {
  font-weight:normal;
}
/*--------RESOURCES--------*/
.filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap:1em;
  align-items: center;
  position: relative;
  min-height: 5.125em;
}
.clear-filter {
  font-size: .875em;
  z-index: 3;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
}
.clear-filter.active {
  opacity: 1;
  visibility: visible;
}
.filters .tags {
  font-weight: 600;
  position: relative;
  z-index: 4;
  max-width: calc(25% - 1em);
  width: auto;
}
.filters .tags .dd-child a {
  display: block;
  font-size: .875em;
  cursor: pointer;
  color: #fff;
  padding-left: 1.5em;
  line-height: 1.2;
  margin: .5em 0;
  position: relative;
}
.filters .tags .dd-child a::before, .filters .tags .dd-child a::after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 2px;
  margin: auto;
  left: 0;
}
.filters .tags .dd-child a::before {
  content: " ";
  background: url('img/icon-check.svg') no-repeat center;
  background-size: contain;
  z-index: 3;
  opacity: 0;
}
.filters .tags .dd-child a.active::before {
  opacity: 1;
}
.filters .tags .dd-child a::after {
  content: " ";
  background: #fff;
  border-radius: 3px;
}
.ddtag.active {
  text-decoration: underline;
}
.dd-wrap {
  border-radius: .625em;
  position: relative;
  min-width: 12em;
  width: auto;
  text-align: center;
}
.filters .dd-wrap {
  width: 100%;
}
.dd-wrap.active {
  border-radius: .625em .625em 0 0;
}
.dd-wrap::before {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 700;
  left: .5em;
  position: absolute;
  bottom: 100%;
  padding-bottom: .25em;
  line-height: 1.2;
  color: #666;
  visibility: hidden;
  opacity: 0;
}
.atags .dd-wrap::before {
  content: "Audience";
}
.bfilters .atags .dd-wrap::before {
  content: "Category";
}
.vtags .dd-wrap::before {
  content: "Variant";
}
.bfilters .vtags .dd-wrap::before {
  content: "Tag";
}
.ttags .dd-wrap::before {
  content: "Topic";
}
.dd-wrap.on::before {
  opacity: 1;
  visibility: visible;
}
.dd-wrap .dd-child {
  position: absolute;
  top: 2em;
  left: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  text-align: left;
  padding: 0 1.5em .5em 1.5em;
  border-radius: 0 0 .625em .625em;
}
.dd-wrap.active .dd-child {
  height: auto;
  opacity: 1;
  visibility: visible;
  max-height: 260px;
  overflow-y: auto;
}
.dd-wrap .dd-tog {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .55rem 1.75rem .55em 1rem;
  font-size: .875em;
  line-height: 1.4;
  position: relative;
}
.dd-wrap .dd-tog::after {
  content: " ";
  position: absolute;
  right: 1em;
  top: 0;
  height: 100%;
  z-index: 1;
  width: .6em;
  background: url('img/arr-dn.svg') no-repeat right center;
  background-size: .6em auto;
}
.dd-wrap.active .dd-tog::after {
  transform: rotate(180deg);
}
.s-clear {
  width: 1.5em;
  height: 1.5em;
  background: url('img/close.svg') no-repeat center;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.s-clear.active {
  opacity: .65;
  visibility: visible;
}
.ps-wrap {
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  border-radius: .75em;
  background-color: #fff;
  overflow: hidden;
  padding: .125em .25em;
  display: flex;
  align-items: center;
  max-width: 31.25em;
  width: 100%;
}
.ps-wrap input[type] {
  border:0;
  font-size: 1em;
  font-weight: 600;
  color: #333333;
  padding: .5em 1em;
  width: calc(100% - 2em);
}
.ps-sub {
  width: 1.5em;
  height: 1.5em;
  background: url('img/search.svg') no-repeat center;
  background-size: 82% auto;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.ps-sub:hover {
  background-image: url('img/search-o.svg');
}
.readout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: .75em;
  row-gap:.75em;
}
.readout a {
  position: relative;
  display: block;
  font-size: .875em;
  font-weight: 600;
  background: rgba(20, 93, 160, .1);
  border-radius: 1em;
  line-height: 1.2;
  padding: .25em .75em;
  border: solid 1px #145da0;
}
.readout a[data-tax="cat"] {
  background: rgba(239, 142, 13, .1);
  border-color: var(--stp-orange);
  color: var(--stp-orange);
}
.readout a[data-tax="topic"] {
  background-color: rgba(0, 128, 128, .1);
  border-color: #008080;
  color: #008080;
}
.readout a::before {
  content: "\2715";
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-right: .5em;
}
.readout a:hover {
  color: #fff;
  background-color: var(--stp-blue);
}
.readout a[data-tax="topic"]:hover {
  background-color: #008080;
}
.readout a[data-tax="cat"]:hover {
  background: rgba(239, 142, 13, 1);
}
.res-grid {
  padding-top: 3em;
}
.ptiles .alm-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.ptiles .ptile {
  width: 50%;
  padding: 1em;
  display: flex;
}
.ptile .inner {
  overflow: hidden;
  border-radius: 1.25em;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2);
  padding: 0 1.5em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.ptile .btn-wrap {
  padding-bottom: 1em;
}
.ptile .tags>span:last-of-type .sep, .ptile .cats>span:last-of-type .sep {
  display: none;
}
.ptile .prebar, .ptile .bar-end {
  margin-left: -1.5em;
  margin-right: -1.5em;
  text-align: center;
}
.ptile .prebar {
  /* background-color: #7A7A7A; */
  background:rgba(239, 142, 13, 1);
  /* color: var(--stp-orange); */
  color: #fff;
  padding: .625em 1em;
  line-height: 1.5;
}
.ptile .bar-end {
  padding: .75em;
  line-height: 1.25;
  margin-top: auto;
  background-color: rgba(0, 128, 128, 1);
  /* color: #008080; */
  color: #fff;
  /* border-top: solid 1px #008080; */
}
.prebar p, .bar-end p {
  font-weight: 600;
  font-size: .875em;
}
.bar-end p span:last-child .sep {
  display: none;
}
.prebar p {
  font-weight: 700;
}
.ptile .cats {
  border-radius: .625em;
  border: solid 1px;
  padding: .375em .72em;
  margin:1.85em 0 1.15em;
  display: inline-block;
  align-self: flex-start;
  text-transform: uppercase;
  color: var(--stp-blue);
  font-size: .875em;
  line-height: 1.2;
}
.ptile h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: .625rem;
  margin-bottom: 0;
}
.ptile .info {
  font-size: 1em;
  line-height: 1.375em;
}
body.ajax-active .alm-load-more-btn.loading {
  visibility: hidden;
  opacity: 0;
}

.ajax-loader {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1em);
}
.ajax-loader::after, .alm-btn-wrap .alm-load-more-btn.loading:before {
  content: " ";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  border: .25em solid #EF8E0D;
  border-color: #EF8E0D transparent #EF8E0D transparent;
}
.ajax-loader::after {
  width: 100%;
  height: 100%;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  background: none;
  animation: ring-spin .75s ease-in-out infinite;
}
.ajax-active .ajax-loader {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.ajax-active  .ajax-loader::after {
  animation: ring-spin 1s ease-in-out infinite;
}
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) scale(.9);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ptiles .alm-btn-wrap {
  margin: 0;
  padding: 1em 0 0;
}
.ptiles .alm-btn-wrap .alm-load-more-btn {
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  background: url('img/more.svg') no-repeat calc(100% - 1.5em) center #EF8E0D;
  background-size: .64em auto;
  padding: .5em 2.75em .5em 1.75em;
  border-radius: .75em;
  box-shadow: none;
  transition: background-color .25s ease;
}
.ptiles .alm-btn-wrap .alm-load-more-btn:hover {
  background: url('img/more.svg') no-repeat calc(100% - 1.5em) center #145DA0;
}
.ptiles .alm-btn-wrap .alm-btn-wrap .alm-load-more-btn.done, .ptiles .alm-btn-wrap .alm-load-more-btn:disabled {
  opacity: .75;
  background-image: none;
  background-color: transparent;
  border:solid 1px #666;
  color: #666;
  padding: .5em 1.75em;
}
.ajax-load-more-wrap[data-total-posts="0"] .alm-load-more-btn {
  display: none;
}
.alm-listing>p {
  font-style: italic;
  padding: 1rem 0 0 1rem;
}
.stp-icon-fam .et-pb-icon {
  display: none;
}
.stp-icon-fam .et_pb_icon_wrap {
  background: url('img/icon-fam.svg') no-repeat center;
  background-size: 55% auto;
  width: 3.875rem;
  height: 3.875rem;
}
@media (min-width: 981px) {
  .ptiles .ptile {
    width: 33.333%;
  }
  .stp-lpic .et_pb_text_inner, .stp-rpic .et_pb_text_inner {
    max-width: 46.25rem;
    width:100%;
  }
  .stp-lpic .et_pb_text_inner {
    padding-right: 2rem;
  }
  .stp-rpic .et_pb_text_inner {
    padding-left: 2rem;
    margin-left:auto;
  }
  .stp-lpic .et_pb_image {
    padding-right:2.125em;
  }
  .stp-rpic .et_pb_image {
    padding-left:2.125em;
  }
  .ps-wrap {
    margin-left: auto;
    width: calc(100% - 40em);
  }
  .clear-filter {
    position: absolute;
    right: .5em;
    bottom: .25em;
  }
  .readout {
    padding-right: 8em;
  }
}

/*-----------MEMBERS----------*/
.swpm-post-not-logged-in-msg {
  min-height: 500px;
  text-align: center;
  padding: 8em 3em;
}
.swpm-edit-profile-form-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap:1em;
  justify-content: space-between;
}
.swpm-login-widget-logged {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}
.swpm-login-widget-logged .swpm-edit-profile-link {
  margin-left: auto;
}
.mem-edit .swpm-form .swpm-form-row {
  margin-bottom: 0;
}
.swpm-edit-profile-form .swpm-form-row {
  width: calc(50% - 1em);
}
.swpm-edit-profile-form .swpm-username-row {
  order: -2;
}
.swpm-edit-profile-form .swpm-membership-level-row {
  order: -1;
}
.swpm-edit-profile-form .swpm-email-row, .swpm-edit-profile-form .swpm-phone-row, .swpm-edit-profile-form .swpm-street-row, .swpm-edit-profile-form .swpm-country-row {
  width: 100%;
}
.swpm-edit-profile-form .swpm-state-row, .swpm-edit-profile-form .swpm-zipcode-row {
  width: calc(24% - 1em);
}
.swpm-edit-profile-form .swpm-company-row {
  display: none;
}
.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"], .swpm-edit-profile-form select {
  width: 100%;
}
.mem-edit .swpm-form-username-input-wrap, .mem-edit .swpm-form-membership-level-input-wrap {
  font-weight:700;
}
.swpm-submit-btn-default-style, input[type=submit].swpm-submit-btn-default-style, .eform #mc_embed_signup .button {
  color: #fff;
  font-weight: 700;
  font-size: 1.0625em;
  padding: .62em 1em;
  border: 0;
  border-radius: .55em;
  line-height: 1.2;
}
.eform #mc_embed_signup .button {
  height: auto;
}
.mem-edit .swpm-edit-profile-submit-section {
  text-align: left;
  width: 100%;
  margin-top: 0 !important;
  padding-top: 1.5em;
}
.swpm-login-widget-form {
  margin: auto;
  width: 16.5em;
  max-width: 100%;
}
/*-----------POST LANDING----------*/
.btile .inner {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.btile .thumb {
  position: relative;
  width: calc(100% + 3em);
  height: 0;
  padding-top: 59%;
  overflow: hidden;
  margin:0 -1.5em 1em;
}
.btile .tlink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.btile .tlink::after, .btile .tlink::before {
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.btile .cats {
  display: inline-block;
  z-index: 8;
  position: absolute;
  margin: 0;
  top: 1.25em;
  left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .65);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border: 0;
  min-width: 8em;
  text-align: center;
}
.btile .tags {
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 1.5em 0 .675em 0;
  margin-top: auto;
  color: #666;
  text-transform: uppercase;
}
.btile .tags label {
  font-weight: 700;
}
.btile .tlink::before {
  width: 3.5em;
  height: 3.5em;
  background: url('img/plus.svg') no-repeat center;
  background-size: contain;
  z-index: 3;
  opacity: 0;
  transform:translateY(1em);
}
.btile .tlink::after {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.btile .tlink:hover::after {
  background: rgba(0, 0, 0, .35);
}
.btile .tlink:hover::before {
  opacity: .5;
  transform:translateY(0);
}
.btile .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btile .thumb .no-img {
  background: url('img/blog-tile.png') no-repeat center;
  background-size: cover;
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
}
.btile .prebar.end {
  margin-top: 1em;
  border-top: solid 1px #ddd;
  background-color: transparent;
  text-align: left;
  padding: .75em 2em;
  margin-top: 0;
}
.btile .btn-right a {
  font-size: 1em;
}
/*-----------POST SINGLE----------*/
.single-post .stp-crumb, .single-resource .stp-crumb {
  padding-top: 6em !important;
}
.ptile.single label {
  font-weight: 700;
}
.ptile.rpost .prebar {
  background-color: transparent;
  border-radius: .625em;
  padding: .5em .72em;
  color:#145DA0;
  border: solid 1px;
  text-align: left;
  margin: 1em 1em 1em 0;
  display: inline-block;
}
.ptile.rpost .cats {
  text-transform: none;
  margin: 0 0 1em;
  padding: .5em .72em !important;
}
.ps-feat {

}
.ps-title {

}
.ps-body {

}
.ptile.rpost .inner {
  box-shadow:none;
  padding: 0;
  border-radius: 0;
  overflow: inherit;
}
.rbody {
  padding: .5em 0 1em 0;
}
.pbasic { /*all blog and resources single formatting*/

}
.pbasic ul, .pbasic ol {
  padding-left: 3em;
}
.pbasic ul ul , .pbasic ol ul, .pbasic ol ol {
  padding-bottom: 0;
}
.pbasic h2 {
  font-size: 1.75em;
  color: inherit;
  text-transform: none;
}
.pbasic h2:not(:first-child) {
  padding-top: .5rem;
}
.pbasic h3 {
  font-size: 1.5em;
  padding-top: .5rem;
}
.pbasic h4 {
  font-size: 1.25em;
  padding-top: .5rem;
}
.stp-text h4 {
  font-size: 1.25em;
  color: var(--stp-orange);
  padding-top: .25em;
}
/*--------MOBILE MENU---------*/
.m-nav {
  display:none;
  z-index:102;
  font-size: 1em;
}
.m-nav, .mob-tog {
  width: 2.25em;
  height: 2.25em;
}
.mob-tog {
  cursor:pointer;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: block;
}
.mob-tog::before, .mob-tog::after {
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mob-tog::before {
  height: calc(100% - 12px);
  border-top: solid 3px #145DA0;
  border-bottom: solid 3px #145DA0;
}
.mob-out .mob-tog::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-out .mob-tog::before {
  height: 3px;
  background: #145DA0;
}
.mob-out .mob-tog:before {
  transform:rotate(-45deg);
}
.mob-out .mob-tog::after {
  transform:rotate(45deg);
}
.stp-mob-wrap {
  display: none;
}
/*-----RESPONSIVE-------*/
@media (max-width: 1550px) {
  .stp-card .et_pb_blurb_container {
    font-size: .92em;
  }
}
@media (max-width: 1300px) {
  .stp-hero {
    min-height: 28em;
  }
  .stp-hero.no-img::before {
    right: 8%;
    width: 50%;
    left: inherit;
    background-position: right center;
  }
  .stp-hero .et_pb_column_0 {
    padding-bottom: 7em;
  }
  .stp-crumb {
    height: auto;
  }
  .bwrap {
    padding-top: 1em;
    margin-top: 0;
  }
  .bcrumb {
    line-height: 1.4;
  }
  .stp-cards>div {
    flex-wrap: wrap;
    padding-left:6px;
    padding-right:6px;
    justify-content: center;
  }
  .stp-card {
    max-width: calc(50% - 6px);
    width:460px;
    margin-bottom: 0!important;
  }
}
@media (max-width: 980px) {
  .entry-content .et_pb_column>div {
    margin-left:auto;
    margin-right:auto;
    max-width: 94%; /*affects all*/
  }
  .stp-mast::after {
    height: 100%;
  }
  .stp-nav {
    display: none;
  }
  .m-nav, .stp-mob-wrap {
    display: block;
  }
  .stp-mob-wrap {
    width: 2.25em;
  }
  .stp-mast .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
  .stp-mast .et_pb_column {
    align-items: center;
    column-gap: 1em;
  }
  .stp-nav  {
    width: 2.25em;
    height: 2.25em;
    padding: 0;
    order: 3;
    margin: 0;
  }
  .stp-nav .et_pb_menu__menu {
    display: none;
  }
  .stp-nav .mobile_menu_bar:before {
    font-size: 2.625em;
  }
  .stp-nav .mobile_nav.opened .mobile_menu_bar {
    background: url('img/close-b.svg') no-repeat center;
    background-size: 70% auto;
    width: 3em;
    height: 2.625em;
    display: block;
    cursor: pointer;
  }
  .stp-nav .mobile_nav.opened .mobile_menu_bar:before {
    display: none;
  }
  .stp-nav .et_mobile_nav_menu {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  #et-main-area {
    margin-top: 6.125em;
  }
  .stp-nav .et_mobile_menu, .stp-mob {
    position: fixed;
    top: 6.125em;
    z-index: 102;
    height: calc(100% - 6.125em);
    overflow-y: auto;
    left: 0;
    width: 100%;
  }
  .stp-mob {
    background: white;
    transform:translateX(100%);
    transition: all 0.75s ease;
  }
  .mob-out .stp-mob {
    transform:translateX(0);
  }
  .stp-mob nav {
    padding: 2em;
  }
  .stp-mob ul li {
    list-style: none;
  }
  .stp-mob .menu {
    padding: 0;
  }
  .stp-mob .menu li {
    line-height: 1.3;
    padding: 0 0 .5em;
  }
  .stp-mob .menu>li>a {
    font-size: 1.375em;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: .125em;
  }
  .stp-mob .menu>.menu-item-has-children>a {
    padding-right: 1.25em;
  }
  .stp-mob .menu-item-has-children>a::after {
    content: " ";
    width: .675em;
    height: .675em;
    background: url('img/dn.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .stp-mob .menu-item-has-children.active>a::after {
    transform:rotate(180deg);
  }
  .stp-mob .menu-item-has-children.current-menu-parent>a::after {
    background-image: url('img/dn-o.svg');
  }
  .stp-mob .sub-menu {
    padding-top: .5em;
    padding-bottom: 0;
  }
  .stp-mob .sub-menu a {
    font-weight: 600;
    font-size: 1.25em;
  }
  .stp-mob .sub-menu li:not(:last-of-type) {
    padding-bottom: .75em;
  }
  .stp-nav .et_mobile_menu li ul a {
    font-size: .9375em !important;
    padding: .5em 0;
  }
  .stp-nav .et_mobile_menu li ul a:hover {
    background-color: transparent;
    opacity: 1;
  }
  .stp-footer .et_pb_row_0_tb_footer {
    width: 24em;
    max-width: 100%;
  }
  .stp-mob .sub-menu {
    /* height: 0;
    opacity: 0; */
    display: none;
  }
  /* .stp-mob li.et-show-dropdown>ul.sub-menu {
    height: auto;
    opacity: 1;
  } */
  .ft-navs {
    justify-content: center;
  }
  .mem-login .swpm-edit-profile-link {
    width: 100%;
    margin-top: 1.5em;
  }
  .mem-login .swpm-logged-logout-link {
    width: 100%;
  }
  .stp-logo {
    box-shadow: none;
    width: 4.375em;
  }
  .stp-logo>a {
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .stp-logo::before {
    display: none;
  }
  .stp-hero h1 {
    font-size: 2em;
  }
  .stp-hero .et_pb_column_0 {
    padding-bottom: 4em;
  }
  .hero-home .et_pb_column_0 {
    margin-bottom: 0;
  }
  .hero-home .et_pb_row {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .stp-gallery li {
    width: 33.333%;
  }
  .filters .tags {
    width: calc(33.333% - 1em);
    max-width: inherit;
  }
  .clear-filter {
    margin-right: auto;
    margin-top: -.75em;
  }
  .stack-fix .et_pb_column:not(:last-of-type) {
    margin-bottom:0;
  }
  ul.topic-list {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.25em;
  }
  .stp-footer::after {
    mask-image:url('img/clip-footer-mob.svg');
  }
  .ft-navs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0 2em 1em 2em;
  }
  .ft-navs .et_pb_text_inner {
    text-align: center;
  }
  .ft-navs ul {
    padding-left: 0 !important;
    text-align: center;
  }
  .fnav-block {
    width:200px;
    max-width: 100%;
  }
  .ft-navs ul {
    padding-left: 0;
    text-align:left;
  }
  .ft-navs h4 {
    font-size: 1em;
    text-align:left;
  }
  .ft-navs li {
    font-size: .875em;
  }
}
@media (max-width: 700px) {
  .ptiles .ptile {
    width: 100%;
  }
  .filters {
    flex-wrap: wrap;
    justify-content: center;
    row-gap:1.25em;
  }
  .filters .tags {
    width: calc(50% - 1em);
    z-index: unset;
  }
  .filters .dd-wrap.active {
    z-index: 6;
  }
  .ps-wrap {
    width: 100%;
    margin-right: auto;
  }
  .stp-cards>div {
    column-gap:1em;
  }
  .stp-card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .stp-hero::after, .hero-home::after {
    left: -1px;
    width: calc(100% + 1px);
  }
  .swpm-edit-profile-form .swpm-form-row {
    width: 100% !important;
  }
  .stp-hero {
    min-height: 16em;
    overflow: inherit;
  }
  .stp-hero.no-img {
    min-height: 15em;
  }
  .stp-hero h1 {
    font-size: 1.625em;
    min-height: 3.125em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 10em;
    padding: .4em .4em .4em 0;
    margin-bottom: -2.75em;
  }
  .stp-hero.no-img h1 {
    margin-bottom: .5em;
  }
  .bwrap {
    padding-top: 4.5em;
    margin-bottom: -2.5em;
  }
  .gen-hero .bwrap {
    padding-top: 2em;
  }
  .h2-sm h2 {
    font-size: 1.675rem !important;
  }
  .stp-hero .et_pb_column_0 {
    padding-bottom: 2em;
  }
  .dna-over::after {
    font-size: .75em;
  }
  .stp-gallery li {
    width: 50%;
  }
  .vol-list .et_pb_blurb_container  {
    flex-grow: 1;
  }
  .filters .tags {
    width: 100%;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 2em;
  }
  ul.topic-list {
    column-count: 1;
  }
  .ul-mod ul {
    padding-left:2em;
  }
  .ul-mod ol {
    padding-left:3em;
  }
}
