h1, h2, h3, h4, h5, h6 {
  font-family: "HP Simplified", arial;
}

a {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  outline: none;
}

a:hover {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  outline: none;
}

a:active, a:visited, a:focus {
  outline: none;
}

/* ===================== BUTTON STYLE  ===================== */
.link-l-primay {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #165DBA !important;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border: none;
  background: none;
}

.link-l-primay:active, .cta-transparent:visited, .cta-transparent:focus {
  text-decoration: none !important;
  outline: 0;
  border-bottom: 3px solid #114284;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  padding-bottom: 5px;
  margin-top: -5px;
}

.link-l-primay:hover {
  text-decoration: none !important;
  outline: 0;
  border-bottom: 3px solid #114284;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  padding-bottom: 5px;
  margin-top: -5px;
}

.btn-primary-go-primary-l {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 52px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
  background-color: #165dba;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-primary-l:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #114284;
  outline: 0;
}

.btn-primary-go-primary-l:active, .btn-primary-go-primary-l:visited, .btn-primary-go-primary-l:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.btn-primary-go-primary-s {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 36px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
  background-color: #165dba;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-primary-s:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #114284;
  outline: 0;
}

.btn-primary-go-primary-s:active, .btn-primary-go-primary-s:visited, .btn-primary-go-primary-s:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.btn-primary-go-dark-l {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 52px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
  background-color: #2C3038;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-dark-l:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #767676;
  outline: 0;
}

.btn-primary-go-dark-l:active, .btn-primary-go-dark-l:visited, .btn-primary-go-dark-l:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.btn-primary-go-dark-s {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 36px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
  background-color: #2C3038;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-dark-s:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #767676;
  outline: 0;
}

.btn-primary-go-dark-s:active, .btn-primary-go-dark-s:visited, .btn-primary-go-dark-s:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.btn-primary-go-white-l {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 52px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #2C3038 !important;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-white-l:hover {
  text-decoration: none !important;
  color: #2C3038 !important;
  background-color: #CCCCCC;
  outline: 0;
}

.btn-primary-go-white-l:active, .btn-primary-go-white-l:visited, .btn-primary-go-white-l:focus {
  text-decoration: none !important;
  outline: 0;
  color: #2C3038;
}

/* .btn-primary-go-primary-l:hover.right-arrow:after {
  left: 50%;
  top: 30%;
  right: 0 !important;
  position: absolute;
  margin-left: 80px;
  text-align: left;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 24px;
  opacity: 0;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
} */

.btn-primary-go-white-s {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 36px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #2C3038 !important;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: none;
}

.btn-primary-go-white-s:hover {
  text-decoration: none !important;
  color: #2C3038 !important;
  background-color: #CCCCCC;
  outline: 0;
}

.btn-primary-go-white-s:active, .btn-primary-go-white-s:visited, .btn-primary-go-white-s:focus {
  text-decoration: none !important;
  outline: 0;
  color: #2C3038;
}

.btn-secondary-go-primary-l {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 52px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #165DBA !important;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: 1px solid #165DBA;
}

.btn-secondary-go-primary-l:hover {
  text-decoration: none !important;
  color: #114284 !important;
  background-color: transparent;
  border-color: #114284;
  outline: 0;
}

.btn-secondary-go-primary-l:active, .btn-secondary-go-primary-l:visited, .btn-secondary-go-primary-l:focus {
  text-decoration: none !important;
  outline: 0;
  color: #2C3038;
}

.btn-secondary-go-primary-s {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 142px;
  height: 36px;
  padding: 0 20px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #165DBA !important;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 3px 3px;
  border: 1px solid #165DBA
}

.btn-secondary-go-primary-s:hover {
  text-decoration: none !important;
  color: #114284 !important;
  background-color: transparent;
  border-color: #114284;
  outline: 0;
}

.btn-secondary-go-primary-s:active, .btn-secondary-go-primary-s:visited, .btn-secondary-go-primary-s:focus {
  text-decoration: none !important;
  outline: 0;
  color: #2C3038;
}


.btn-tertiary-go-leftaligned-pirmary {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #165DBA !important;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border: none;
  background: none;
}

.btn-tertiary-go-leftaligned-pirmary:active, .btn-tertiary-go-leftaligned-pirmary:visited, .btn-tertiary-go-leftaligned-pirmary:focus {
  text-decoration: none !important;
  outline: 0;
}

.btn-tertiary-go-leftaligned-pirmary:hover {
  text-decoration: none !important;
  outline: 0;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}

.btn-arrow-link {
  position: relative;
  overflow: inherit;
  min-width: unset;
}

.btn-arrow-link.right-arrow-link span:after {
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  top: 1px;
  opacity: 0;
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
  width: 20px;
  height: 20px;
  background-image: url(https://au-files.apjonlinecdn.com/landingpages/content-pages/smb-about-the-program/images/icon_arrow_right_s.png);
}

.btn-arrow-link:hover.right-arrow-link span:after {
  right: -25px;
  opacity: 1;
  transition: .3s ease-out;
 -webkit-webkit-transi: ;
 -moz-webkit-transi: ;
 -ms-webkit-transi: ;
 -o-webkit-transi: ;
 webkit-transi: ;tion: .3s ease-out;
}

.btn-arrow-link.right-arrow-link span {
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
}

.btn-arrow-link:hover.right-arrow-link span {
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
  margin-left: -5px;
}


.btn-arrow {
  position: relative;
  /* overflow: inherit; */
}

/* .btn-arrow.right-arrow span {
  color: #FFFFFF !important;
} */

.btn-arrow.right-arrow span:after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
  width: 20px;
  height: 20px;
}

.btn-arrow:hover.right-arrow span:after {
  opacity: 1;
}

.btn-arrow:hover.right-arrow span:after {
  opacity: 1;
  right: 5px;
  top: 30%;
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
}

.btn-secondary-go-primary-s.btn-arrow:hover.right-arrow span:after, .btn-primary-go-primary-s.btn-arrow:hover.right-arrow span:after, .btn-primary-go-white-s.btn-arrow:hover.right-arrow span:after, .btn-primary-go-dark-s.btn-arrow:hover.right-arrow span:after {
  top: 25%;
}

.btn-primary-go-primary-l.btn-arrow:hover.right-arrow span:after {
  right: 8px;
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
}

.btn-secondary-go-primary-l.blue-arrow.btn-arrow:hover.right-arrow span:after {
  right: 8px;
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
}

.blue-arrow.btn-arrow:hover.right-arrow span:after {
  background-image: url(https://au-files.apjonlinecdn.com/landingpages/hero-carousel/images/icon_arrow_right_s.png);
}

.white-arrow.btn-arrow:hover.right-arrow span:after {
  background-image: url(https://au-files.apjonlinecdn.com/landingpages/hero-carousel/images/icon_arrow_right_s_white.png);
}

.btn-arrow.right-arrow span {
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
}

.btn-arrow:hover.right-arrow span {
  transition: .3s ease-out;
 -webkit-transition: .3s ease-out;
  margin-left: -15px;
}

.btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

/* .btn-wrapper a:first-child {
  margin-right: 10px;
} */

.clear_112h {
  height: 112px;
  clear: both;
}

.clear_56h {
  height: 56px;
  clear: both;
}

.clear_28h {
  height: 28px;
  clear: both;
}

@media screen and (max-width: 767px) {
  .btn-primary-go-primary-l.mobile, .btn-primary-go-primary-s.mobile, .btn-primary-go-dark-l.mobile, .btn-primary-go-dark-s.mobile, .btn-primary-go-white-l.mobile, .primary-go-white-s.mobile, .btn-secondary-go-primary-l.mobile, .btn-secondary-go-primary-s.mobile {
    min-width: 280px !important;
  }

  .btn-primary-go-primary-l, .btn-primary-go-primary-s {
    height: 36px;
    line-height: 36px;
    width: 100%;
  }

  .btn-secondary-go-primary-s, .btn-secondary-go-primary-l {
    width: 100%;
  }

  .clear_112h {
    height: 56px;
    clear: both;
  }

  .clear_56h {
    height: 28px;
    clear: both;
  }

  .clear_28h {
    height: 16px;
    clear: both;
  }
}
