/* .global-header-v2 .menu-toggle-open img.fixed-header-icon,.global-header-v2 .header-logo-section .fixed-header-logo, */
/* .global-header-wrapper.global-header-v2 {
margin-bottom: 10px;
} */
.poster-content p {    margin: 0;}
.optimize-banner{    display: flex; font-family:HurmeGeometricSans2-Black;font-size:18px;font-weight:500;line-height:24px;padding:15px 20px;position:relative;text-align:center;z-index:auto;}
.poster-content, .poster-content h1 { font-size: 16px; color: #fff; }
.poster-button { padding-left:25px; }
.outer-poster.d-flex { display: flex; flex-wrap:wrap; justify-content: center; align-items: center; max-width: 1500px; width: 100%; margin: 0 auto; }
.poster-button a {font-size:18px;color:#fff;background-color:#F57E20;border:1px solid #F57E20;  text-decoration: none; padding: 10px 20px; transition: all .4s; display: inline-block; font-family: HurmeGeometricSans2-Black; font-weight: 600; line-height: 25px; letter-spacing: 1.3px; }

@media(max-width:1209px){
  .poster-button {  padding-top:25px;}
}

.global-header-v2 .header-logo-section .normal-logo,.global-header-v2 .menu-toggle-open img.normal-icon{
  display: none;
}
.global-header-v2 .menu-toggle-open img.fixed-header-icon,.global-header-v2 .header-logo-section .fixed-header-logo
{
  display: block;
}
.global-header-v2.fixed-header .header-outer-wrapper {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index:9999;
  background-color: #3c8fc5;
}
.global-header-v2 .menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children>a:after{
  background-image: url('https://2364017.fs1.hubspotusercontent-na1.net/hubfs/2364017/PFX_2022/Home_Page/pfx-dropdown-white.svg');
}
.global-header-v2/*.fixed-header*/ .header-outer-wrapper .header-inner-wrapper {
  background-color: #3c8fc5;
}
.global-header-v2 .menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-menu-item.hs-menu-depth-1>a{
  color: #fff;
}
.global-header-v2 .header-outer-wrapper{
  -webkit-transition: all .6 ease;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all .6s ease;
}
.global-header-v2.fixed-header .header-outer-wrapper{
  -webkit-transition: all .6s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 1.5s ease;
  animation: smoothScroll .8s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}