.navigation-primary {
  display: inline-block;
}
.navigation-primary .submenu.level-1{
  display: inline-block;
  vertical-align: top;
}
.navigation-primary .submenu.level-1 > li {
  float: left;
}
.navigation-primary .submenu.level-1 > li:last-child{
  margin: 0 0 0 1.875rem; 
}
.navigation-primary .submenu.level-1 > li > a {
  padding: 0 1.875rem;
  display: block;
  font-size: 1rem;
  line-height: 4.375rem;
  font-weight: 400;
  font-family: 'supria-sans','Arial',sans-serif;
  position: relative;
}
.navigation-primary .submenu.level-1 > li:last-child > a{
  font-weight: 500;
}
.navigation-primary .submenu.level-1 > li:last-child > a:after {
  position: absolute;
  content: '';
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: .75rem;
  bottom: .75rem;
  left: 0;
  right: 0;
  border: .125rem solid;
  pointer-events: none;
  z-index: -1;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}
.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-2 {
  width: 51.4375rem;
  min-height: 24.125rem;
  top: 4.5rem;
  left: calc(50% - 200px);
  opacity: 0;
  visibility:hidden;
  position: fixed;
}
.submenu.level-2:before {
  position: absolute;
  content: '';
  top: 0;
  left: -312.5rem;
  height: 100%;
  width: calc(100% + 10000px);
  background: #fff;
  border: .125rem solid;
  z-index:1;
}
.submenu.level-2 > li {
  z-index:2;
  position:relative;
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
  margin: 0 0 .3125rem;
}
.submenu.level-2 > li:first-of-type {
  position: absolute;
  top: 3.75rem;
  left: -26.4375rem;
}
.submenu.level-2 > li:first-of-type > a{
  font-size: 2.25rem;
  font-family: 'supria-sans','Arial',sans-serif;
  font-weight: 500;
  line-height: 1.136363636;
  margin: 0 0 1.25rem;
  padding: 0;
}
.submenu.level-2 > li > a {
  display: block;
  padding: 1.25rem 0;
  font-weight: 700;
  font-size: 16px;
  font-family: 'supria-sans','Arial',sans-serif;
  line-height: 1.625;
}
.submenu.level-2 > li > a span{
  display:block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.submenu.level-2:after {
  content: " ";
  position: absolute;
  top: -6px;
  height: 10px;
  width: 100%;
  left: -180px;
}
.submenu.level-1 > li:nth-child(5) > .submenu.level-2 > li > a span {
  font-weight: 300;
}
.submenu.level-1 > li:nth-child(6) > .submenu.level-2 {
  position: absolute;
  background: #FFF;
  top: calc(100% - 3px);
  left: 0px;
  width: 100%;
  min-width: 250px;
  height:auto;  
  margin-top: .3125rem;  
  min-height: unset !important;
}
.submenu.level-1 > li:nth-child(6) > .submenu.level-2:before{
  display:none;
}
.submenu.level-1 > li:nth-child(6) > .submenu.level-2:after{
  content:" ";
  position:absolute;
  top:-5px;
  height:8px;
  width:100%;
  left: 0;
}
.submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li{
  position:static;
  font-size: 1.125rem;
  line-height: 1.5555555;
  margin: 0 0 .3125rem;
  width: 100%;
  float: none;
}
.submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li > a {
  padding: 0 1.875rem;
  display: block;
  font-size: 1rem;
  line-height: 4.375rem;
  font-weight: 400;
  font-family: 'supria-sans','Arial',sans-serif;
  position: relative;
  margin:0;
}

.submenu.level-2 > li:nth-of-type(2), 
.submenu.level-2 > li:nth-of-type(3) {
  margin-top: 2.5rem;
}
.submenu.level-2 > li > a .text {
  overflow: hidden;
}
.submenu.level-2 > li > a svg,
.submenu.level-2 > li > a img{
  float: left;
  display: block;
  margin: 0 1.25rem 0 0;
  position: relative;
  top: .1875rem;
  max-width: 45px;
  width: 100%;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2{
  position: fixed;
  width: 85.375rem;
  height: auto;
  top: 4.4875rem;
  left: calc(50% - 683px);
  padding: 2.5rem 10px 0;
  border-top: none;
  background: #fff;
  zoom: 1;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li {
  float: left;
  width: calc(20% - 16px);
  margin: 0 .5rem 2.25rem;
  padding: 0;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child {
  position: relative;
  top: 0;
  left: 0;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a,
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a{
  display: block;
  padding: 0;
  line-height: 15px;
  color: #2455cb;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  font-family: 'supria-sans','Arial',sans-serif;
  position: relative;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a span,
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a span{
  font-size: .875rem;
  font-weight: 700;
  color: #2455cb;
  line-height: 1.5;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li >:hover .img {
  border-top-color: #001931;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a:hover span {
  color: #001931;
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a .img {
  border-top: .3125rem solid #2455cb;
  height: 9.0625rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 .625rem 0;
  -webkit-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a .img img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(.11);
  -moz-transform: scale(.11);
  -o-transform: scale(.11);
  -ms-transform: scale(.11);
  transform: scale(.11);
  max-width: 10000%;
  object-fit: cover;  
}




.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (max-width: 1300px) {
  .navigation-primary .submenu.level-1 > li > a{
    padding: 0 1rem;
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li > a {
    padding: 0 1rem;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 {
    width: calc(100% - 120px);
    left: 3.75rem;
  }
}


@media only screen and (max-width: 87.5rem){
  .submenu.level-2{
    width: calc(50% + 200px);
  }
  .submenu.level-2 > li:first-of-type {
    left: calc(-100% + 480px);
    max-width: 302px;
  }
}


@media (max-width: 1200px) {
  .navigation-primary .submenu.level-1 > li:last-child {
    margin: 0 0 0 1.25rem;
  }
}

@media only screen and (max-width: 75rem){
  .submenu.level-2{
    left: calc(50% - 100px);
    width: calc(50% + 100px);
  }
  .submenu.level-2 > li:first-of-type {
    left: calc(-100% + 260px);
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 {
    width: calc(100% - 80px);
    left: 2.5rem;
  }
}

@media only screen and (max-width: 62.5rem){
  .navigation-primary .submenu.level-1 > li:last-child{
    margin: 0 0 0 .9375rem;
  }
}
@media (min-width: 980px) {
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li:first-child{
    display:None;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li.extra-li.dl-back {
    display: none;
  }
}

@media (max-width: 979px) {
  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 {
    display: block;
    vertical-align: top;
    position:relative;
    left:0;
    transition: all 0.5s;
    height:calc(100vh - 172px);
    overflow-y:auto;
  }  
  .navigation-primary .submenu.level-1.child-open-main{
    left:-100%;
  }
  .navigation-primary .submenu.level-1 > li {
    float: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 .3125rem;
    position:static !important;
  }
  .navigation-primary .submenu.level-1 > li > a {
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem;
    display: block;
    line-height: 1.555555556;
    font-family: 'pragmatica';
    color: #001931 !important;
  }
  .navigation-primary .submenu.level-1 > li > a{
    color: #001931 !important;
  }
  .navigation-primary .submenu.level-1 > li > a:before {
    position: absolute;
    content: '';
    top: 1.5rem;
    right: 30px;
    width: .75rem;
    height: .75rem;
    border: .125rem solid #001931;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation-primary .submenu.level-1 > li:last-child > a:before{
    display:None;
  }
  .navigation-primary .submenu.level-1 > li:last-child {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 1.5625rem;
    left: 100% !important;
    margin: 0;
    transition: all .2s ease-in-out;  
  }
  .menu-open .navigation-primary .submenu.level-1 > li:last-child {
    left: 0 !important;
  }
  .navigation-primary .submenu.level-1 > li:last-child > a {
    border: .125rem solid #2455cb;
    text-align: center;
    font-weight: 700;
    color: #2455cb !important;
    padding: .5rem;
  }
  .navigation-primary .submenu.level-1 > li:last-child > a:after{
    display:None;
  }
  .submenu.level-2:after,
  .submenu.level-2:before{
    display:None;
  }
  .submenu.level-2{
    position: fixed !important;
    left: 100% !important;
    transition: all 0.5s !important;
    top: 70px !important;
    min-height: unset;
    height: calc(100vh - 172px) !important;
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    min-width: 100%;
    z-index: 99;
    background: #ecf1f7 !important;
    display: block !important;
    overflow-y: auto !important;
  }
  .navigation-primary .submenu.level-1 > li.child-open > .submenu.level-2{
    left:0 !important; 
  }
  .submenu.level-2 > li:first-of-type {
    position: relative;
    top: 0;
    left: 0;
  }
  .submenu.level-2 > li {
    border-bottom: 1px solid #fff;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 .3125rem;
    max-width:100%;
  }
  .submenu.level-2 > li:first-of-type {
    max-width: 100%;
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li > a,
  .submenu.level-2 > li:first-of-type > a,
  .submenu.level-2 > li > a {
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem;
    display: block;
    line-height: 1.555555556;
    color: #485662  !important;
    font-family: 'pragmatica';
    margin: 0 0 1.25rem;
    font-weight: 400;
  }
  .submenu.level-2 > li > a:before {
    position: absolute;
    content: '';
    top: 1.5rem;
    right: 30px;
    width: .725rem;
    height: .725rem;
    border: .125rem solid #001931;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li:first-of-type > a,
  .submenu.level-2 > li:first-of-type > a{
    background: #fff;
    color: #2455cb !important;
    margin: 0;  
    border-top: .125rem solid #ecf1f7;
  }
  .submenu.level-2 > li:first-of-type > a:before {
    border: .125rem solid #2455cb;
    border-top: none;
    border-right: none;
    top: 1.6875rem;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a .img,
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li:not(:first-child) > a:before,
  .submenu.level-2 > li > a span,
  .submenu.level-2 > li > a svg,
  .submenu.level-2 > li > a img{
    display:None;
  }
  .submenu.level-2 > li:nth-of-type(2), 
  .submenu.level-2 > li:nth-of-type(3) {
    margin-top: 0;
  }
  .submenu.level-2 > li > a .text {
    font-size: 18px;
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li > a{
    margin:0;
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li > a .text{
    font-size: 1.25rem;
    color: #001931;
  }
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2{
    margin:0;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li {
    float: none;
    width: 100%;
    margin: 0 0 .3125rem;
    padding: 0;
    border-bottom: 1px solid #fff;
  }

  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a,
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a {
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem;
    display: block;
    color: #001931 !important;
    border: 0;
    background: transparent;
    font-family: 'pragmatica';
    line-height: 1.555555556;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a span,
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a span{
    font-size: 1.25rem;
    font-weight:400;
    color: #001931 !important;
    line-height: 1.555555556;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a span,
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a .text span{
    display:block;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 {
    padding: 0;
  }
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li.dl-back > a{
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem;
    display: block;
    line-height: 1.555555556;
    font-family: 'pragmatica';
    margin: 0 0 1.25rem;
    font-weight: 400;
    background: #fff;
    color: #2455cb !important;
    margin: 0;
    border-top: .125rem solid #ecf1f7;
  }
}

@media only screen and (max-width: 48rem){
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a span, 
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a span,
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li.dl-back > a,
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li:first-child > a, 
  .submenu.level-1 > li:nth-child(3) > .submenu.level-2 > li > a,
  .submenu.level-1 > li:nth-child(6) > .submenu.level-2 > li:first-of-type > a, 
  .submenu.level-2 > li:first-of-type > a,
  .navigation-primary .submenu.level-1 > li > a{
    line-height: 1.75;
  }
  .submenu.level-2 > li > a .text {
    font-size: 1rem;
    line-height: 1.75;
  }
}




.right-top-strip {padding: 7px 0;}

.right-top-strip ul {
    margin: 0;
    padding: 0;
}

.right-top-strip ul {
    justify-content: flex-end;
}

.right-top-strip ul li a {
    display: block;
    color: #999;
    font-size: 13px;
    padding: 0 20px;
}

.r-topMain {     border-bottom: 1px solid #efefef; }


@media screen and (max-width: 1440px) and (min-width: 981px)  {
  .navigation-primary .submenu.level-1 > li > a { padding-left: 15px; padding-right: 15px; font-size: 14px; }

}

@media screen and (max-width: 1080px) and (min-width: 981px)  {
  .navigation-primary .submenu.level-1 > li:last-child { margin-left: 0 }

}




@media(min-width: 980px){
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul  > li.dl-back,
 body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul  > li.dl-back { display: none; }
.submenu.level-2 { top: 6.9rem;  }
.submenu.level-1 > li:nth-child(3) > .submenu.level-2 { top: 6.8rem; }
.forCol { width: 43%; }
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul{ width: 85.375rem; height: auto; left: calc(50% - 683px); padding: 2.5rem 10px 0; display: flex; }
.listLi { width: 33.33%; }
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul > li:last-child{ width: 24%; }  
.listLi { position: relative; z-index: 50; }
.listLi > li { display: inline-block; vertical-align: top; width: 50%; margin-right: -4px; padding: 0 17px; }
.listLi > li a { font-size: .875rem; font-weight: 700; color: #2455cb; line-height: 1.5; border-top: 1px solid #2455cb; min-height: 67px; display: block;    padding: 8px 0 15px 0; }  
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul > li:last-child{ margin-top: 0; padding-right: 30px; padding-left: 50px; }
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child > a,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul > li:last-child > a{
    background-color: #2455cb; color: #fff; padding: 20px 20px; height: 100%; position: relative; font-size: 24px; line-height: 1.2; height: auto; height: 280px; font-weight: 700 }

body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child > a:after,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul > li:last-child > a:after{
    content: ''; background-image: url(https://f.hubspotusercontent20.net/hubfs/8302174/icon-arrow.png); 
    background-repeat: no-repeat; background-position: center center;
    background-size: 58px auto; position: absolute; bottom: 20px; left: 20px; z-index: 99; width: 58px; height: 40px; }  
.forCol {  position: relative;  z-index: 20; }
.forCol { display: flex; flex-wrap: wrap; }
.forCol > * { width: 50%; padding: 0 10px 10px; }        
.forCol > * .imgbx { border-top: .3125rem solid #2455cb; height: 9.0625rem; position: relative; overflow: hidden; margin: 0 0 .625rem 0; -webkit-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); -ms-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }  
  .imgbx img { position: absolute; left: -10000%; right: -10000%; top: -10000%; bottom: -10000%;
    margin: auto auto; min-width: 1000%; min-height: 1000%; -webkit-transform: scale(.11); -moz-transform: scale(.11); -o-transform: scale(.11);
    -ms-transform: scale(.11); transform: scale(.11); max-width: 10000%; }
.forCol li a { font-size: .875rem; font-weight: 700; color: #2455cb; line-height: 1.5; -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.forCol > * { margin-bottom: 1.25rem; }
.forCol { padding-right: 40px; }
body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child > a:hover,
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) > ul > li:last-child > a:hover  { background-color: #001931 }
  
}



@media (max-width: 1300px){
  body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul  {
    width: calc(100% - 120px);
    left: 3.75rem;
  }

}


@media only screen and (max-width: 75rem) {
  body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul  {
    width: calc(100% - 80px);
    left: 2.5rem;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(4) > ul > li:last-child { padding-left: 10px; padding-right: 0 }
  .listLi > li { padding-left: 5px; padding-right: 5px }  
  
  
}
@media(max-width: 980px){
  .r-topMain { display: none }
}





