@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;600;700&display=swap');

html, body{
  background: #FFFFFF;
  color: #04062D;

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body.admin-bar,
body.admin-bar header{ margin-top: 32px; }
body.admin-bar #wrapper { margin-top: -32px; }
body.global_search_active{ overflow: hidden; }
/*
// FONTS
*/
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
h6{
  font-family: 'Open Sans', sans-serif;
}
h1{ font-size: 3.6em; font-weight: 700; line-height: 1.1em;}
h2{ font-size: 2.4em; font-weight: 700; line-height-step: 1.1em}
h3{ font-size: 1.8em; }
h4{ font-size: 1.5em; }
h5{ font-size: 1.2em; }

@media (max-width: 575px) {
  h1{ font-size: 2.4em;}
  h2{ font-size: 1.8em;}
  h3{ font-size: 1.5em; }
  h4{ font-size: 1.2em; }
  h5{ font-size: 1.1em; }
}

.border-rounded,
.child-border-rounded>div{
  -webkit-border-radius: 50px!important;
  -moz-border-radius: 50px!important;
  border-radius: 50px!important;
}

.border-top-rounded,
.child-border-top-rounded>div{
  -webkit-border-top-left-radius: 50px!important;
  -webkit-border-top-right-radius: 50px!important;
  -moz-border-radius-topleft: 50px!important;
  -moz-border-radius-topright: 50px!important;
  border-top-left-radius: 50px!important;
  border-top-right-radius: 50px!important;
}

a{ color: #18E787; }
a:hover{ color: #23C87C; }
.pointer,
.click-child:hover,
.click-child-popup:hover {cursor: pointer;}

.click-child:hover .elementor-widget-wrap{
  box-shadow: 0 10px 20px rgba(4,6,45,0.1);
}

.header_bkg{ background: #09223b; }
.title-underline{
    position: relative;
    display: inline-block;
}
.title-underline:after{
    content: '';
    display: block;
    position: relative;
    left: 0;
    bottom: -5px;
    height: .2em;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

/*
// FONT OVERWRITES
*/

.vc_separator.vc_separator_align_center h4{ font-size: 1.8em; }

@media (max-width: 575px) {
  .vc_separator.vc_separator_align_center h4{ font-size: 1.6em; }
}

/*
// COLOURS
*/

.bg-primary{  background-color: #18E787!important; }
.bg-accent{  background-color: #b9ff2c!important; }
.bg-blue{     background-color: #2A80DC; }
.bg-darkblue{ background-color: #1267C2; }

.bg-success{    background-color: #26ECA1; }
.bg-warning{    background-color: #F6BE62; }
.bg-error{      background-color: #F46074; }

.bg-white{    background-color: #FFFFFF; }
.bg-light{    background-color: #FAFAFA; }
.bg-black{    background-color: #04062D; }

.bg-gradient-grey{  background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(214,223,232,1) 100%); }
.bg-gradient-grey-inv{  background: rgb(255,255,255); background: linear-gradient(180deg, rgba(214,223,232,1) 0%, rgba(255,255,255,1) 100%); }
.bg-gradient-dark-blue{  background: rgb(9,34,59); background: linear-gradient(0deg, rgba(9,34,59,1) -66%, rgba(9,34,59,1) 0%, rgba(0,107,255,1) 100%); }



.text-primary{    color: #18E787!important; }
.text-accent{    color: #b9ff2c!important; }

.text-blue{       color: #2A80DC; }
.text-darkblue{   color: #1267C2; }

.text-success{    color: #26ECA1; }
.text-warning{    color: #F6BE62; }
.text-error{      color: #F46074; }

.text-light_grey{ color: #B9BAD0; }

.text-white{      color: #FFFFFF; }
.text-black{     color: #04062D; }

.text-muted{    color: #9ea8b1!important; }

/*
// UTILITIES
*/
.acqhub .background-top-left { background-position: top left!important; }
.acqhub .background-top-right { background-position: top right!important; }
.acqhub .background-bottom-right { background-position: bottom right!important; }
.acqhub .background-bottom-center { background-position: bottom center!important; }
.acqhub .background-bottom-left { background-position: bottom left!important; }
.acqhub .background-cover { background-size: cover!important; }
.acqhub .background-repeat { background-repeat: repeat!important; }
.acqhub .background-no-repeat { background-repeat: no-repeat!important; }

.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-100{ z-index: 100; }
.z-index-1000{ z-index: 1000; }
.z-index-9999{ z-index: 9999; }

.order-13 { -ms-flex-order: 13; order: 13; }
.order-14 { -ms-flex-order: 14; order: 14; }
.order-15 { -ms-flex-order: 15; order: 15; }
.order-16 { -ms-flex-order: 16; order: 16; }
.order-17 { -ms-flex-order: 17; order: 17; }
.order-18 { -ms-flex-order: 18; order: 18; }
.order-19 { -ms-flex-order: 19; order: 19; }
.order-20 { -ms-flex-order: 20; order: 20; }
.order-21 { -ms-flex-order: 21; order: 21; }
.order-22 { -ms-flex-order: 22; order: 22; }
.order-23 { -ms-flex-order: 23; order: 23; }
.order-24 { -ms-flex-order: 24; order: 24; }

.mt-n10 { margin-top: -6rem!important; }

.d-flex.wpb_column>.vc_column-inner>.wpb_wrapper{ display: flex; }

.acqhub .w-33{ width: 33%; }

.acqhub .acqhub-c-815 div{ max-width: 815px; }

.overflow-visible { overflow: visible!important; }
@media (max-width: 575px) {
 .vc_row.overflow-visible{
   overflow: hidden!important;
 }
}

ul.list-check-outline{
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

ul.list-check-outline li{
  position: relative;
  padding-left: 2em;
  margin: 0 0 1em 0;
}

ul.list-check-outline li:before{
  position: absolute;
  left: 0;
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.1em;
}
ul.list-check-outline.list-blue li:before{    color: #18E787; }
ul.list-check-outline.list-white li:before{   color: #ffffff; }
ul.list-check-outline.list-teal li:before{  color: #00c4d8; }
ul.list-check-outline.list-yellow li:before{  color: #ffb52e; }
ul.list-check-outline.list-purple li:before{  color: #3c0271; }

.vert_text{
  display: block;
  position: absolute;
  transform: rotate(90deg);
  font-size: 100px;
  font-weight: 600;
  font-family: 'Red Hat Display';
  line-height: 1em;
}
.vert_text-right{ top: -220px; right: -220px; }
.vert_text-left{ top: 220px; left: -240px; }
.vert_text::after{
  content: '';
  position: absolute;
  top: 60%;
  right: -170px;
  display: block;
  width: 150px;
  height: 2px;
  background: #FFF;
}
.vert_text.text-light_grey::after{ background: #E9F0F6; }
@media (max-width: 576px) {
  .vert_text{ display: none; }
}
/*
// BUTTONS
*/
.btn,
.gform_button.button{
  padding: .5rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.03em;

  border-radius: .25rem;


  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.btn-primary,
.gform_button.button{
    color: #fff;
    background-color: #18E787;
    border: none;

}
.btn-primary:hover,
.gform_button.button:hover{
    color: #fff;
    background-color: #1142f5;
    border-color: #1142f5;
    box-shadow: 0 0 10px rgba(22,38,99,0.2);
}

.btn-accent{
    color: #04062D;
    background-color: #b9ff2c;
    border: none;

}
.btn-accent:hover{
    box-shadow: 0 5px 10px rgba(22,38,99,0.1);
}

.columns-2{
    columns: 2;
}
@media (max-width: 575px) {
    .columns-2{
        columns: initial;
    }
}
.card{
    border-radius: 0;
}

/*
// ICONS
*/
.wpb_single_image.icon-border-circle-blue{
  position: relative;
  height: 110px;
  width: 110px;
  margin: 0 auto 15px;
}

.wpb_wrapper .icon-border-circle-blue,
a.big_link+.wpb_wrapper .icon-border-circle-blue,
.wpb_single_image.icon-border-circle-blue a{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;

  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: solid 2px #18E787;
  padding: 20px;
  margin: 0 auto 15px auto;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.wpb_single_image.icon-circle-blue{
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto 15px;

  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background-color: #1142f5;
  padding: 15px;
}
.wpb_single_image.icon-circle-blue img{
  width: 44px;
  min-width: 44px;
  height: auto;
}
a.big_link:hover+.wpb_wrapper .icon-border-circle-blue,
.wpb_single_image.icon-border-circle-blue a:hover{
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(9,34,59,.2);
  border-width: 5px;
}
a.big_link:hover+.wpb_wrapper .wpb_text_column{
  color: #1142f5;
}
.spin a{
  position: relative;
  z-index: 999;
}
.spin::before, .spin::after {
  top: 0;
  left: 0;
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  z-index: 0;
}
.spin::before {
  border: 5px solid transparent;
}
.spin:hover::before {
  border-top-color: #ffb52e;
  border-right-color: #ffb52e;
  border-bottom-color: #ffb52e;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after {
  border: 0 solid transparent;
}
.spin:hover::after {
  border-top: 5px solid #ffb52e;
  border-left-width: 5px;
  border-right-width: 5px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.icon-border-circle-blue img{
  width: 50px;
  min-width: 50px;
  height: auto;
}

.icon-list-inline .evc-icon-with-text.evc-iwt-icon-left .evc-iwt-content{
  vertical-align: middle;
}

/* VC Overwrites */


.acqhub .vc_btn3.vc_general{
  padding: .5rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  line-height: 1.5rem;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}

.acqhub .vc_btn3.vc_general.vc_btn3-color-blue,
.acqhub .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{
    color: #fff;
    background-color: #18E787;
    border-color: #18E787;
}

.acqhub .vc_btn3.vc_general.vc_btn3-color-blue:hover,
.acqhub .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover{
    color: #fff;
    background-color: #1142f5;
    border-color: #1142f5;
    box-shadow: 0 0 10px rgba(22,38,99,0.2);
}
.acqhub .vc_btn3.vc_general.vc_btn3-color-blue.vc_btn3-style-outline{
    color: #18E787;
    background-color: inherit;
    border-color: #18E787;
}
.acqhub .vc_btn3.vc_general.vc_btn3-color-blue.vc_btn3-style-outline:hover{
    color: #fff;
    background-color: #1142f5;
    border-color: #1142f5;
}

.acqhub .vc_btn3.vc_btn3-color-white,
.acqhub .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{
  color: #0E0E4E;
}
.acqhub .hover-bkg_blk.vc_column_container .vc_column-inner{
  position: relative;
}
.acqhub .hover-bkg_blk.vc_column_container a.big_link+.wpb_wrapper .wpb_text_column{
  position: relative;
  top: 0;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.acqhub .hover-bkg_blk.vc_column_container a.big_link:hover+.wpb_wrapper .wpb_text_column{
  top: -5px;
}
.acqhub .hover-bkg_blk.vc_column_container a.big_link+.wpb_wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.acqhub .hover-bkg_blk.vc_column_container:hover a.big_link+.wpb_wrapper::after{
  opacity: 0.5;
}

@media (max-width: 766px) {
  .acqhub .vc_row.vc_row-o-full-height{ min-height: 50vh!important; }

  .acqhub .vc_row[class*="vc_custom_"] {
    margin-top: inherit!important;
    padding-top: 2em!important;
    margin-bottom: inherit!important;
    padding-bottom: 2em!important;
  }
  .acqhub .vc_column-inner[class*="vc_custom_"]{
    margin-top: inherit!important;
    padding-top: inherit!important;
    margin-bottom: inherit!important;
    padding-bottom: inherit!important;
  }

  .acqhub .wpb-content-wrapper>.vc_row[class*="vc_custom_"]:first-child {
    margin-top: -3em!important;
  }
  .acqhub .wpb-content-wrapper>.vc_row[class*="vc_custom_"]:first-child+div+.vc_row[class*="vc_custom_"].vc_row-fluid{
    margin-top: -32px!important;
    margin-bottom: 0!important;
    padding: 0!important;
  }
  .acqhub .wpb-content-wrapper>.vc_row[class*="vc_custom_"]:first-child+div+.vc_row[class*="vc_custom_"].vc_row-fluid .vc_column-inner[class*="vc_custom_"],
  .acqhub .wpb-content-wrapper>.vc_row[class*="vc_custom_"]:first-child+div+.vc_row[class*="vc_custom_"].vc_row-fluid .vc_row.vc_inner[class*="vc_custom_"]{
    margin: 0!important;
    padding: 0!important;
  }
}
/*
// BADGES
*/

.badge-primary.badge-inverse{
    color: #18E787;
    border: solid 1px #18E787;
    background-color: #007bff1a;
}

/*
// HEADER
*/
header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;

  opacity: 1;
  transition: all 1s ease-in-out;
}
header.header_hide{
  opacity: 0;
}

header.fixed_header{
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 1;
  background: #FFFFFF;
  animation: headerActive 1s forwards;
}
.header_top{
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .header_top{
    display: none;
  }
}

header .custom_logo {
  display: none;
  visibility: hiddden;
  opacity: 0;
}
header .custom-logo-link{
  display: inline-block;
  padding: 16px 0;
}
header.fixed_header .custom_logo-white {
  display: none;
  visibility: hidden;
  opacity: 0;
}
header.fixed_header .custom_logo {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.header-resources{
  padding-top: 10rem;
  padding-bottom: 10rem;

  background-repeat: no-repeat;
  background-size: cover;
}


/*
// MENUS
*/

#menu-main-menu,
#menu-header-top-menu{
  /* reset */
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#menu-main-menu li,
#menu-header-top-menu li{
  position: relative;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#menu-main-menu li{
  margin: 15px 5px;
}
#menu-main-menu li a{
  color: #FFFFFF;
  display: block;
  font-size: 0.95em;

  margin: 0;
  padding: 10px;
}

#menu-main-menu li.btn{
  border-radius: 25px; 
}
#menu-main-menu li.btn.btn-accent:hover{
  background-color: #18E787!important;
}
#menu-main-menu li.btn.btn-accent a{
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
#menu-main-menu li.btn.btn-accent:hover a{
  color: #04062d!important;
}
#menu-main-menu li.btn a{
  color: #04062D;
}

#menu-main-menu li.menu-item-has-children .sub-menu{
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  width: 240px;
  list-style: none;
  background: #FFFFFF;
  border-top: solid 1px #3D474F;
  border-radius: 30px;

}
#menu-main-menu li.menu-item-has-children:hover >.sub-menu{
  display: block;
}
#menu-main-menu li.menu-item-has-children .sub-menu li{
  margin: 0 5px;
}
#menu-main-menu li.menu-item-has-children .sub-menu li a{
  color: #3D474F;
}
#menu-main-menu li.menu-item-has-children .sub-menu li a:hover{
  text-decoration: none;
  color: #18E787;
}

header.fixed_header #menu-main-menu li a{
  color: #3D474F;
}
header.fixed_header #menu-main-menu li a:hover,
#menu-main-menu li a:hover{

  text-decoration: none;
  color: #18E787;
}


#menu-header-top-menu li a{
  display: block;

  margin: 0;
  padding: 10px;

  font-size: 13px;
  color: #FFFFFF;
}

#menu-header-top-menu li a:hover{
  text-decoration: none;
  color: #18E787;
}
.menu,
.menu li,
.menu li a,
.acqhub_breadcrumbs,
.acqhub_breadcrumbs li,
.acqhub_breadcrumbs li a{
  color: #FFFFFF;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.mobile-nav_toggle{
    font-size:26px;
    color: #FFF;
}
.fixed_header .mobile-nav_toggle{
  color: #18E787;
}
.fixed_header .mobile-nav_toggle .fa-times{
  color:  #FFF;
}

#mw-terms_menu ul.menu li{
    display: inline-block;
    margin-right: 10px;
}
.blog-categories-wrapper{
  width: 100%;
}
.blog-categories{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.blog-categories a{
  display: block;
  background: #EDEEF5;
  color: #04062d;
  margin:  0 15px 15px 0;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85em;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.blog-categories a:hover{
  background: #18E787;
  color: #04062d;
  text-decoration: none;
}
#menu-blog-categories.menu{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  background: #09223B;
  border-radius: 4px;
}
#menu-blog-categories.menu li a{
  display: block;
  margin: 10px 15px;

  background-image: linear-gradient(#ffb52e, #ffb52e);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 8px;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
#menu-blog-categories.menu li a:hover{
    text-decoration: none;
    background-size: 100% 8px;

}
#menu-blog-categories.menu li.current-menu-item{
  background-color: #22384E;
  border-radius: 22px;
}

@media (max-width: 992px) {
    #mw-main_menu{
        display: none;
    }
    #mw-main_menu-wrapper{
      opacity: 0;
    }
    #menu-main-menu li.menu-item-has-children .sub-menu{
      position: relative;
      width: 100%;
    }
    #mw-main_menu-wrapper.show{
      display: block;
      position: fixed;
      opacity: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #04062D;

      -webkit-transition: all ease-out 300ms;
      -moz-transition: all ease-out 300ms;
      -o-transition: all ease-out 300ms;
      transition: all ease-out 300ms;
    }
    #mw-main_menu-wrapper.show .invisible{
        visibility: visible!important
    }
    #mw-main_menu-wrapper.show #mw-main_menu{
      display: block;
    }
    #mw-main_menu-wrapper.show #menu-main-menu{
      width: 66%;
      margin: 30px auto;
      flex-flow: column;
      text-align: center;
    }
    .header_nav .mobile-nav_toggle{
      display: inline-block;
    }
    .header_nav .nav_toggle-close{
      position: absolute;
      top: 15px;
      right: 30px;
    }
    header.fixed_header #menu-main-menu li a{
      color:  #FFFFFF;
    }
    header.fixed_header #menu-main-menu li.btn.btn-accent a{
      color: #3D474F;
    }
}
@media (max-width: 766px) {
  .blog-content img{ max-width:100%!important; height:auto!important; }
}


@keyframes headerActive {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}

@keyframes headerHide {
  from {
    top: 0px;
  }
  to {
    top: -80px;
  }
}

/*
// BREADCRUMB
*/

.acqhub_breadcrumbs{
  display: flex;

  margin: 0;
  padding: 0;

  list-style: none;
  font-size: 12px;
}

.acqhub_breadcrumbs li{
  margin: 0 10px 0 0;
}
.acqhub_breadcrumbs li.separator{
  opacity: 0.5;
}

.acqhub_breadcrumbs li a{
  padding: 0 0 3px 0;
  border-bottom: solid 1px transparent;
}
.acqhub_breadcrumbs li a:hover{
  text-decoration: none;
  border-color: #18E787;
}

/*
// PAGINATION
*/
.pagination{
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.pagination a, .pagination span{
  display: block;
  min-width: 36px;
  margin: 0 5px;
  padding: 6px 10px;
  border-radius: 4px;

  -webkit-transition: all ease-out 500ms;
  -moz-transition: all ease-out 500ms;
  -o-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}
.pagination a{
  background: #FAFAFA;
  border: none;
}
.pagination a:hover{
  background: #18E787;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(40, 40, 72, .3)
}
.pagination span.current{
  background: #18E787;
  border: none;
  color: #FFFFFF;
}

.pagination .nav-links{
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}

/*
// LINKS
*/
.right-arrow-link{
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.right-arrow-link:hover{
  text-decoration: none;
}
.right-arrow-link:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;

  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.right-arrow-link:hover:after{
  right: 0;
}

/*
// FORMS
*/



/*
// MODALS / POPUPS
*/

.acqhub .dialog-type-lightbox{
  z-index: 999999;
}


/*
// MAIN
*/


/*
// SECTIONS
*/


/*
// Subscription
*/


/*
// ADS
*/
.ads_row .widget.widget_media_image{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 575px) {
    .ads_row .widget.widget_media_image{
        margin-bottom: 30px;
    }
}

/*
// FAQs
*/
.acqhub .vc_toggle{
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px rgba(10,34,59,0.1);
  border-radius: 0.25em;
}
.acqhub .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
  padding: 1.5em 1.5em 1.5em 3em;
  padding-left: 3eml;
}
.acqhub .vc_toggle .vc_toggle_title>h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.acqhub .vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{
  width: 16px;
  height: 2px;
  left: 12px;
}
.acqhub .vc_toggle.vc_toggle_default .vc_toggle_icon{
  background: #006BFF;
  border:  solid 1px #006BFF;
}
.acqhub .vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before{
  height: 16px;
  width: 2px;
  background: #006BFF;
  border:  solid 1px #006BFF;
}
.acqhub .vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{
  width: 16px;
  height: 2px;
  background: #006BFF;
  border:  solid 1px #006BFF;
}
.acqhub .vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
  margin-top: 0;
  padding-left: 1.5em;
}

/*
// TABS
*/
.acqhub .elementor-widget-tabs .elementor-tabs-content-wrapper{
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.acqhub .elementor-tabs .elementor-tab-content{
  padding: 40px;  
}

.acqhub .elementor-tabs .elementor-tab-title{
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

  border: solid 1px #edeef7;    
  margin-bottom: 4px;
}

.acqhub .elementor-tabs .elementor-tab-title.elementor-active{
  background-color: #18E787!important;
}

@media (max-width: 766px) {
  .acqhub .elementor-widget-tabs .elementor-tabs-content-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .acqhub .elementor-tabs .elementor-tab-content{
    padding: 20px;  
  }
  .acqhub .elementor-tabs .elementor-tab-title{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: none;
    margin: 0 20px 10px 20px;
    text-align: center;
    background: #FFFFFF;
  }
}

/*
// RESOURCES
*/


/*
// FOOTER
*/
footer{
  color: #FFFFFF;
  font-size: 0.85em;
  line-height: 1.6em;
}

.footer_top{
  border-top: solid 50px #FFFFFF;
  background-color: #e3eaf1;
}
@media (max-width: 575px) {
    footer .footer_subscription .btn-primary{
        display: block;
        width: 100%;
        margin: 10px 0 0 0!important;
    }
}
footer ul.menu{
    list-style: none;
    margin: 0;
    padding: 0 0 1.5em 0;
}
footer ul.menu li{
    margin-bottom: 0px;
}
footer ul.menu a{
    color: #fff;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
}

footer ul.menu a:hover{
    text-decoration: none;
    border-bottom-color: #18E787;
}

/*
// MOBILE
*/

@media (min-width: 576px) {
  [class^="mobile-"] {
    display: none;
  }
}

.distribution_map img{ height: auto;max-width:170px;}
