/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

a, a:active, a:focus, a:hover {
  outline: none; !important
}
.footer-module-4-flexbox-positioning > div{
  margin-left:auto;
}

.ac-header{
  padding:24px 0;
}
.ac-button.big-cta {
  font-size: 20px;
  padding: 20px 40px;
}
.footer .ac-social-links{
  margin-bottom:0;
}
.footer .ac-social-links a,
.footer .ac-social-links a span {
  display: block;
}
.ac-menu-toggler-wrap .ac-toggler--image img {
  filter: invert(10%) sepia(10%) saturate(10%) hue-rotate(10deg) brightness(0%) contrast(100%);
}

.body-container-wrapper .ac-menu-toggler,
.body-container-wrapper .ac-menu-toggler--close {
  display: none;
}
.body-container-wrapper .ac-lang-switcher .lang_list_class li {
  border:0;
  padding:0;
  pointer-events:all;
  transition:all .3s linear
}
.body-container-wrapper .ac-lang-switcher .lang_list_class li a {
  display:block;
  font-size:14px;
  line-height:21px;
  padding:8px 15px
}
.body-container-wrapper .ac-lang-switcher .lang_list_class li a:hover {
  background-color: rgba(43,78,255,100%);
  color: rgba(255,255,255,100%);
}
.body-container-wrapper .row-fluid-wrapper .row-fluid-wrapper.dnd_area-row-0-padding:first-child {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(8, 51, 66, .1);
}

/* custom-popup start */
.custom-popup {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
}
.custom-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.hs-inline-edit .custom-popup .close-cta {
  display: none;
}
.hs-inline-edit .custom-popup,
.hs-inline-edit .custom-popup.open {
  background-color: transparent;
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.hs-inline-edit .custom-popup .inner,
.hs-inline-edit .custom-popup.open .inner {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.custom-popup .inner {
  background: #fff;
  padding: 50px 30px 30px 30px;
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
}
.custom-popup.open .inner {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.custom-popup form {
  padding: 0;
}
.custom-popup form .hs-button {
  width: 100%;
}
.custom-popup .title {
  text-align: center;
  margin-bottom: 20px;
}
.custom-popup .title h4 {
  margin-bottom: 10px;
}
.custom-popup p:last-child {
  margin-bottom: 0;
}
.close-cta {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
}
.close-cta:hover {
  opacity: .3;
}
.close-cta:before, .close-cta:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close-cta:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-cta:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* custom-popup end */

@media (max-width: 767px) {
  .footer-module-4-flexbox-positioning > div{
    margin-right:auto;
  }
  .apply-img img {
    width: 120px;
  }
  .a-plus img {
    width: 250px;
  }
  .body-container-wrapper .ac-lang-switcher .lang_list_class {
    padding: 0;
  }
  .body-container-wrapper .ac-menu-toggler,
  .body-container-wrapper .ac-menu-toggler--close{
    max-width: 24px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    right: 20px;
    top: calc(50% - 10px);
  }
  .body-container-wrapper .ac-menu-toggler--close {
    display: none;
    position: fixed;
    top: 20px;
  }
  .body-container-wrapper .ac-menu-toggler-wrap.toggle--open .ac-menu-toggler {
    display: none;
  }
  .body-container-wrapper .ac-menu-toggler-wrap.toggle--open .ac-menu-toggler--close,
  .body-container-wrapper .ac-menu-toggler {
    display: block;
  }
  .body-container-wrapper .ac-menu-toggler-wrap {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .body-container-wrapper .row-fluid.show-menu .ac-header__menu-wrap {
    box-shadow: 0 4px 24px 0 rgba(145, 151, 161, 0.08), 0 4px 8px 0 rgba(145, 151, 161, 0.04);
    right: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  } 
  .body-container-wrapper .ac-header--btn.active {
    margin: 20px 15px 0;
    height: auto;
    overflow: auto;
  }
  .body-container-wrapper .ac-header--btn .ac-button {
    width: 100%;
  }
  .body-container-wrapper .ac-header--btn .ac-button {
    margin-bottom: 10px;
  }
  .body-container-wrapper .ac-header--btn .ac-button:last-child {
    margin-bottom: 0;
  }
}