body, * {
  padding: 0;
  margin: 0;
}
html, body {
  background-color: white;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
body.nav-fixed {
  margin-top: 60px;
}
.p-indent {
  text-indent: 25px;
}
a, a:hover, a:visited, a:focus {
  color: #03c4f8;
}
a {
  color: #03c4f8;
  text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}
.btn.focus, .btn:focus, a.btn.focus, a.btn:focus {
  box-shadow: none;
}
.subtitle {
  font-size: 26px;
}
.menu-mobile {
  position: fixed;
  right: 0;
  top: 0;
  padding: 21px 15px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  overflow: hidden;
}
.menu-mobile.open .btn-ham span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-mobile.open .btn-ham span:nth-child(2) {
  opacity: 0;
  left: -22px;
}
.menu-mobile.open .btn-ham span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu-mobile .btn-ham {
  width: 22px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-mobile .btn-ham span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-mobile .btn-ham span:nth-child(1) {
  top: 1px;
}
.menu-mobile .btn-ham span:nth-child(2) {
  top: 7px;
}
.menu-mobile .btn-ham span:nth-child(3) {
  top: 13px;
}
.menu-mobile-cnt {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  z-index: 9999;
  top: 60px;
  bottom: 0;
  width: 250px;
  right: -250px;
  background-color: rgba(8, 44, 63, 0.81);
}
.menu-mobile-cnt.open {
  display: block;
  opacity: 1;
  right: 0;
}
.menu-mobile-cnt .menu-item {
  color: #fff;
  display: block;
  padding: 12px 10px 12px 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-mobile-cnt .menu-item:hover, .menu-mobile-cnt .menu-itemfocus {
  color: #27cbe0;
}
.menu-mobile-cnt .menu-item.signup {
  color: #fff;
  text-transform: capitalize;
  margin-top: 13px;
  background-color: #03c8f4;
  border: 1px solid #03c8f4;
}
.menu-mobile-cnt .menu-item.signup:hover, .menu-mobile-cnt .menu-item.signupfocus {
  background-color: #03b4dc;
}
.menu-mobile-cnt .menu-item.login {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 13px;
  text-transform: capitalize;
}
.menu-mobile-cnt .menu-item.login:hover, .menu-mobile-cnt .menu-item.loginfocus {
  color: #03b4dc;
  border-color: #03b4dc;
}
body.adminbar #wpadminbar {
  position: fixed !important;
}
/* --- END DEFAULTS --- */
.header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  z-index: 1030;
  background-color: rgba(33,33,34,1.00)
}
.header .navbar {
  max-width: 1750px;
  margin: auto;
  text-transform: uppercase;
  flex-wrap: nowrap;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}
.header .navbar .logo img {
  min-width: 138px;
}
.header .navbar .menu-main {
  flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  .header .navbar .menu-main {
    padding-right: 0;
  }
}
.header .navbar .menu-main a {
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1144px) {
  .header .navbar .menu-main a {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header .navbar .menu-main a {
    padding: 12px 5px;
    font-size: 11px;
  }
}
.header .navbar .menu-main a:hover, .header .navbar .menu-main a:focus {
  color: #27cbe0;
}
.header .navbar > .buttons {
  flex: 0;
}
@media screen and (max-width: 800px) {
  .header .navbar > .buttons {
    padding-left: 0;
  }
}
.header .navbar > .buttons a {
  text-transform: capitalize;
  height: 38px;
  line-height: 20px;
}
.header .navbar a.btn {
  padding: 8px 35px;
}
.header .navbar a.btn.signup {
  padding: 8px 20px;
  margin-left: 10px;
  text-transform: capitalize;
}
body.aboveheader {
  margin-top: 86px;
}
body.aboveheader .header {
  top: 26px;
}
@media screen and (max-width: 782px) {
  body.aboveheader .header {
    top: 26px;
  }
}
body.aboveheader .menu-mobile {
  top: 26px;
}
@media screen and (max-width: 782px) {
  body.aboveheader .menu-mobile {
    top: 26px;
  }
}
body.aboveheader .menu-mobile-cnt {
  top: 86px;
}
body.adminbar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.adminbar .header {
    top: 46px;
  }
}
body.adminbar .menu-mobile {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.adminbar .menu-mobile {
    top: 46px;
  }
}
body.adminbar .menu-mobile-cnt {
  top: 92px;
}
footer {
  background-color: #333;
  color: #fff;
}
footer h1, footer h2, footer h3 {
  color: #fff;
}
footer h2 {
  font-size: 26px;
  white-space: nowrap;
}
footer .contacts h3 {
  margin-top: 0;
}
footer .copyright-line {
  background: #000;
  text-align: center;
  color: #979797;
  font-size: 12px;
  padding: 15px 0;
  margin: 0;
}
footer .copyright-line a, footer .copyright-line a:hover, footer .copyright-line a:visited, footer .copyright-line a:focus {
  color: #979797;
  text-decoration: underline;
}
footer .copyright-line a:hover {
  color: white;
}
footer .first-row {
  padding: 90px 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .first-row {
    padding: 50px 0;
  }
}
footer .first-row ul {
  list-style: none;
}
footer .first-row a, footer .first-row a:visited, footer .first-row a:focus {
  color: #fff;
  text-decoration: none;
}
footer .first-row a:hover, footer .first-row a:visited:hover, footer .first-row a:focus:hover {
  text-decoration: underline;
}
footer .first-row .hbspt-form {
  width: 100%;
}
footer .second-row {
  padding: 75px 0;
  text-align: left;
  width: 100%;
  color: #959595;
  font-size: 12px;
}
footer .second-row a, footer .second-row a:visited, footer .second-row a:focus {
  color: #808080;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .second-row {
    padding: 50px 0;
  }
}
footer .wrapper-social {
  padding-left: 30px;
  border-left: 1px solid gray;
  box-sizing: content-box;
  flex: 1;
}
@media screen and (max-width: 991px) {
  footer .wrapper-social {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .wrapper-social {
    border-left: 0;
  }
}
footer .social-networks {
  list-style-type: none;
  overflow: auto;
  margin: auto;
  width: 145px;
  padding-left: 0px !important;
}
footer .social-networks .social-icon {
  background: url(/wp-content/themes/Alphaflow/res/footer/social-icons.png) no-repeat;
  float: left;
  height: 25px;
  width: 28px;
  background-size: 100%;
}
footer .social-networks .social-icon.facebook {
  background-position: 0px -26px;
}
footer .social-networks .social-icon.linkedin {
  background-position: 0px -51px;
}
footer .hs-form.stacked {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
footer .hs-form.stacked .hs-form-field {
  display: inline-block;
  margin: 0;
  flex: 1;
}
footer .hs-form.stacked .hs_error_rollup {
  display: none;
}
footer .hs-form.stacked .hs_submit {
  display: inline-block;
  margin: 0;
}
footer .hs-form.stacked .hs_submit .actions {
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  footer .hs-form.stacked .hs_submit .actions {
    margin: 0 0 0 8px;
  }
}
footer .hs-form.stacked .hs_submit .actions .hs-button {
  height: 48px;
  padding: 16px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  footer .hs-form.stacked .hs_submit .actions .hs-button {
    padding: 16px 10px;
  }
}
footer .contacts > .row {
  justify-content: center;
}
footer .contacts > .row > .closer {
  max-width: 250px;
}
footer .contacts ul {
  text-align: left;
  width: auto;
  display: inline-block;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  footer .contacts ul {
    text-align: center;
  }
}
footer .contacts ul.title {
  margin-bottom: 0.5rem;
}
footer .contacts h4 {
  font-size: 1.3rem;
}
footer .contacts a, footer .contacts a:visited, footer .contacts a:focus {
  color: #03c4f8;
}
.top-link-block {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
h1, .h1, h2, .h2, h3, .h3 {
  color: #172a3a;
  margin-top: 20px;
  margin-bottom: 10px;
}
section {
  display: block;
  position: relative;
  padding: 60px 0;
}
section.blur::before {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
section.overlay-color::before {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
section .h1, section h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.grey {
  background-color: rgba(237, 237, 237, 0.58);
}
section.light-grey {
  background-color: #f7f8fa;
}
section.light-blue {
  background-color: #03c4f8;
  color: #fff;
}
section.light-blue h1, section.light-blue .h1, section.light-blue h2, section.light-blue .h2, section.light-blue h3, section.light-blue .h3 {
  color: #fff;
}
section.dark-blue {
  background-color: #083d4e;
  color: #fff;
}
section.dark-blue h1, section.dark-blue .h1, section.dark-blue h2, section.dark-blue .h2, section.dark-blue h3, section.dark-blue .h3 {
  color: #fff;
}
section.dark {
  background-color: #172a3a;
  color: #fff;
}
section.dark h1, section.dark .h1, section.dark h2, section.dark .h2, section.dark h3, section.dark .h3 {
  color: #fff;
}
section.triangle {
  background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
  position: relative;
}
section.triangle .container {
  position: relative;
}
section.triangle::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(171deg, white, white 50%, transparent 50%, transparent);
}
section h1 {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  section h1 {
    font-size: 36px;
  }
}
section .container > .title {
  margin-bottom: 40px;
}
section .disclaimer {
  font-size: 10px;
  margin-top: 20px;
  text-align: left;
  color: #95a9b3;
}
@media screen and (max-width: 767px) {
  section .disclaimer {
    margin-top: 0;
  }
}
section.banner {
  padding: 195px 0 0 0;
}
section.banner .btn {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 40px 0 0 0;
  }
}
section.banner h1, section.banner h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.banner h2 {
    font-size: 24px;
  }
}
section.banner .banner-msg {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.banner .banner-msg {
    padding-bottom: 40px;
  }
}
section.banner .banner-msg h2 {
  margin-bottom: 35px;
}
section.banner .btn {
  font-size: 20px;
}
.btn {
  padding: 12px 35px;
  font-size: 16px;
  display: inline-block;
  color: white;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.btn.btn-blue {
  background-color: #03c8f4;
  border: 1px solid #03c8f4;
  color: #fff;
  padding: 13.5px 35px;
  font-weight: bold;
}
.btn.btn-blue:hover {
  background-color: #03b4dc;
}
.btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #34c6ec;
  padding: 13.5px 35px;
  font-weight: bold;
}
.btn.btn-white:hover {
  opacity: 0.8;
}
.btn.btn-white-border {
  color: #fff;
  padding: 13.5px 35px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
}
.btn.btn-white-border:hover {
  border-color: #03b4dc;
  color: #03b4dc;
}
.row.two-column .left {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .row.two-column .left {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
  }
}
.row.two-column .right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .row.two-column .right {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 3rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.fbox {
  display: flex;
}
.fbox.f-column {
  flex-direction: column;
}
.nopadding {
  padding: 0 !important;
}
/* SECTIONS */
.inside-container {
  margin-bottom: 25px;
}
.inside-container .inside-icon {
  max-width: 90px;
  text-align: right;
  padding-right: 0px;
}
.inside-container .inside-title {
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 21px;
}
.inside-container .inside-text {
  margin-bottom: 20px;
}
.blue-highlight {
  font-size: 26px;
  color: #03c8f4;
}
.opaque-white {
  background: rgba(255, 255, 255, .91);
  color: #333;
  padding-top: 15px;
  padding-bottom: 9px;
}
.opaque-white .text-cnt {
  font-size: 14px;
  color: #7d7d7d;
}
.opaque-white .disclaimer {
  color: #607d8b;
  font-size: 12px;
  padding: 0;
  margin: 8px 0 0 0;
}
.opaque-white .disclaimer p {
  margin: 0;
  color: #424242;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .padtop45-xs {
    padding-top: 45px;
  }
}
.container-small {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
}
section.search-header {
  padding: 0;
}
.generic-bg-wrap {
  background: url('https://padcrush.com/images/front_door_img.jpg') no-repeat center center transparent !important;
  background-size: cover !important;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 991px) {
  .generic-bg-wrap {
    background: url('https://padcrush.com/images/front_door_img.jpg') no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.generic-bg-wrap .message-wrap {
  padding: 125px 0;
}
.generic-bg-wrap .message-wrap > .container {
  z-index: 2;
  position: relative;
  background: white;
  max-width: 800px;
  padding: 40px 30px 60px 30px;
}
.generic-bg-wrap::before {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 99, 99, 0.8);
}
div.anchor.tag {
  margin-top: -60px;
  padding-top: 60px;
}
strong, b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
