
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<script src="https://kit.fontawesome.com/453da38b68.js" crossorigin="anonymous"></script>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');







:root {
  /* colors */
  --text-light: #6D737D;
  --gray-100: #E2E3E5;
  --gray-bg: rgba(245, 245, 245, 0.96);
  --secondary-base: #8FD815;
  --primary-base: #00AEEF;
}

/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */













/* 1g. Site header */
























/* 1h. Site footer */





/* Custom Theme Settings */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  color: #242d3c;
  position: relative;
  background-color: #FDFFFC;
  line-height: 1.3;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing:0;
  background: #fff ;
  margin:0 auto;
  font-weight: 100;

}

/* Paragraphs */

p {
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 300;
  color: #242d3c;
  line-height:175%;
}

.color_footer-top p {
  color:#FFFFFF; 
}

/* Anchors */

a {
  color: #00aeed;
}

a:hover,
a:focus {
  color: #0086c5;
}

a:active {
  color: #28d6ff;
}
:target {
    display: block;    
    position: relative;  
    top:-250px;
}
:target#form{
  top:0;
}
/* 07262024 testing - works in body copy but breaks the pillar menu
 * a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden; 
}
[id]::before {
  content: '';
  display: block;
  height:      225px;
  margin-top: -225px;
  visibility: hidden;
  position: relative;
}
[id]::before a{  position: absolute;}

.pillar-links {
  position: relative;
} */

/* Headings */

h1, .h1 {
  font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
  color: #00aeef;
  font-size: 45px;

}

h2, .h2 {
  font-family: Roboto; font-style: normal; font-weight: normal; line-height: 54px; text-decoration: none;
  color: #00aeed;
  font-size: 38px;
  letter-spacing: normal;

}

h3, .h3 {
  font-weight: 700; text-decoration: none; font-family: Roboto; font-style: normal;
  color: #00aeef;
  font-size: 30px;
}

h4, .h4 {
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1B365D;
  font-size: 24px;
  margin: 0 0 1.25rem !important;
}

h5 {
  font-family: Roboto; font-style: normal; font-weight: 500; margin-bottom: 10px; text-decoration: none;
  color: #242d3c;
  font-size: 20px;
}

h6 {
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00aeef;
  font-size: 14px;
}
.white-text{color: #ffffff !important;}

.client h2, .client .h2{font-size: 2rem; color: #242d3c; line-height:normal; }
.client h3, .client .h3{font-size: 1.75rem; color: #242d3c; font-weight:bold; line-height:150%; padding-bottom:20px; margin-top:45px;margin-bottom:2px;}
.client h4, .client .h4 {font-size: 1.2rem; color: #00aeef; line-height:125%; font-weight:bold;}
.client p {font-size: 18px;line-height:175%}
.client hs-video-container{border-radius:25px;}

/* Hero Font re: Money20/20 2023 */
  .font-large  {font-size: 4.5rem}

@media(max-width: 767px) {
  .font-large  {font-size:3rem}
}

/* Blockquote */

blockquote {
  border-left-color: #1B365D;
  left:-10;
}
blockquote:before {
    content: '\201C';
    display: block;
    font-size: 4rem;
    line-height: 0.8;
    font-family: Georgia, serif;
    position: absolute;
    left: 0;
    color:#00aeef;
}


/* Bullets */
.white-bullets ul {list-style: none !important; margin-bottom:3em;}
.white-bullets li::before { content: "•"; padding-top:7px;font-weight:bold; color: white; display: inline-block;  width: 1em; }
li {padding-bottom:3px; margin-left:1em;}

/* purchased module -  ROI Calculator */
#hs_cos_wrapper_widget_1739908941413 .calc__field-accent {font-size:14px !important; width:25%} 
#hs_cos_wrapper_widget_1739908941413 .calculator__outputs {height:80%; background-color:#ffffff!important;}
.calc__field .desciption {font-size:12px!important;}
.calculator__sr-calculator .flex-auto {}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 174, 239, 1.0)

;
  border: 0px solid #00aeef;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 15px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 134, 199, 1.0);
  border-color: #0086c7;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: translateY(1px);
  text-decoration: none;
}

button:active,
.button:active {
  background-color: rgba(40, 214, 255, 1.0);
  border-color: #28d6ff;
  color: #FFFFFF;
}

.hs-button {
  background-color: 

  
  
    
  


  rgba(0, 174, 239, 1.0)

;
  border: 0px solid #00aeef;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 15px 25px;
  white-space: normal;
  width:100%;
  display: block;
  text-align:center;
  text-decoration: none;
  font-weight:700;
}
hs-button:hover,
hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
  color: #FFFFFF;
}






form,
.submitted-message {
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #1B365D;
  font-size: 1.5rem;
}

/* Form label */

form label {
  color: #242d3c;
  margin-bottom: 0;
  margin-top:0;
}

/* Form help text */

form legend {
  color: #00aeef;
}
/* Form mini descirpion text*/
hs-field-desc, .hs-field-desc {
  color: #242d3c;
}

/* Form inputs */
.hs-form__field__input {
  border: 1px solid #e2ebef !important;
  background-color: #fbfcfd;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #f3f5fa;
  color: #242d3c;
  width: 100% !important;
  height: 3.3125rem;
  padding: 7px !important;
  border-radius: 6px;
  min-height: 42px;
} 

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #00aeed;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #242d3c;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #00aeed;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00aeed !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #00aeed;
}



/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 174, 239, 1.0)

;
  border: 0px solid #00aeef;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 15px 25px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 134, 199, 1.0);
  border-color: #0086c7;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 214, 255, 1.0);
  border-color: #28d6ff;
  color: #FFFFFF;
}


.hs-form-field {
  margin-bottom: 4px;
  padding: 4px;
}


/* popup background color */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    background-color: #ffffff;
  text-align:center;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    background-color: #ffffff;
  
}

/* pop up padding less space on left edge 
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
    padding: 3em 3.5em 3em 1em;*/


/* pop up padding less space on left edge */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
    padding: 3em 3.25em 3em 3.25em;

}
/* headline text */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    color: #00aeed;
    line-height: 1.1;
    font-size: 23px;
  text-align:center;
}

/* headline text in secondary pop-up*/
.leadinModal .leadinModal-content h1, .leadinModal .leadinModal-content h2, .leadinModal .leadinModal-content h3, .leadinModal .leadinModal-content h4, .leadinModal .leadinModal-content h5, .leadinModal .leadinModal-content h6 {
    color: #00aeed;
    line-height: 1.1;
  text-align:center;    
  font-size: 23px;
}

/* body text */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p {
    line-height: 1.2;
    font-size: 18px;
    text-align:center;
}

.leadinModal .leadinModal-content .secondary-dismiss, .leadinModal .leadinModal-content input[type=checkbox], .leadinModal .leadinModal-content input[type=email], .leadinModal .leadinModal-content input[type=number], .leadinModal .leadinModal-content input[type=tel], .leadinModal .leadinModal-content input[type=text], .leadinModal .leadinModal-content li, .leadinModal .leadinModal-content p, .leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content ul {
text-align:inherit;
}

/* featured image */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 200px;
    margin-right: 3rem;
}
body .leadinModal .dyno-image img {
    max-width: 200px;
}

/* Button placement*/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
text-align:center;
}

/* button */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
    font-weight: bold;
    padding: 1rem 3rem;
  border-radius:65px;
    width:auto;
  text-align:center;
}

/* Pop-up form fill*/
.leadinModal .leadinModal-content .secondary-dismiss, .leadinModal .leadinModal-content input[type=checkbox], .leadinModal .leadinModal-content input[type=email], .leadinModal .leadinModal-content input[type=number], .leadinModal .leadinModal-content input[type=tel], .leadinModal .leadinModal-content input[type=text], .leadinModal .leadinModal-content li, .leadinModal .leadinModal-content p, .leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content ul {}
.leadinModal.leadinModal-v3 .leadin-button {  border-radius:65px;}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #00aeef;
  border-collapse: collapse !important;
}

th,
td {
  border-color: #00aeef;
  color: #242d3c;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 174, 237, 1.0)

;
  border-bottom-color: #00aeef;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(36, 45, 60, 1.0)

;
  color: #ffffff;
}

tbody + tbody {
  border-top-color: #00aeef;
}






body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1B365D;
  font-family: Roboto;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000e35;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #435e85;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #00aeed;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: #ffffff;
    border-radius: 0 !important;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #ffffff;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #1B365D;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1B365D;
  }
}

/* Primary header  */

.header {
  background-color: transparent;
/*   background-color: transparent; */
  border-bottom: px  ;
  box-shadow: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: all 200ms ease-in-out;
  font-size:0.75rem;
  color: #373a3c;
}
.header__main-bar {
  box-shadow:0 0 10px rgba(121,154,167);
  padding: 0.35rem 0;
  position: relative;
}


.header__container {
  max-width: 1240px;
}

/* Header Variations */

.header.sticky {
  background-color: rgba(255,255,255,0.95);
}

.header.sticky .header__menu .header__navigation .menu-link {
  color: #373a3c;
  font-size: 0.75rem;
}


.header .header__logo .logo-on-transparent {
   display: block;  
}

.header .header__logo .logo-on-white {
   display: none;  
}

.header.sticky .header__logo .logo-on-white {
  display: block;
}

.header.sticky .header__logo .logo-on-transparent {
  display: none;
}
/* Logo */

.logo-company-name {
  color: ;
}

.header__logo img {
  max-width: 185px;
}

/* Site Navigation */

.header__navigation {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  transition: all 0.2s ease-in-out;
}

.header__menu .header__navigation .menu-link {
  color: 

  
  
    
  


  rgba(27, 54, 93, 1.0)

;
  ;
  /*text-transform: ;*/
  /*font-size: ; */
  font-size: 1.1rem;
}

.header__menu .header__navigation .menu-link:hover {
/*   color: { header_primary_nav_color_hover }}; */
  
    
  ;
/*   background-color: { header_primary_nav_bg_color_hover }}; */
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: ;
  ;
  text-transform: ;
  font-size: ; 
}

@media screen and (max-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: ;
    ;
    text-transform: ;
  }
  nav {
  background-color: transparent;
}
  .header__container {
  max-width: 1240px;
    display: -webkit-box;
}

}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
    display: list-item;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    border-top: 0;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  color: ;
  ;
  background-color: 

  
  
    
  


  rgba(36, 45, 60, 0.1)

;
  border-radius: 5px;
}

.navigation-primary a {
  ;
  font-size: ;
  color: ;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  ;
  font-size: ;
  color: ;
/*   background-color: rgba({ theme.global.header.primary.menu.hover.bg_color.color|convert_rgb }}, { theme.global.header.primary.menu.hover.bg_color.opacity * 0.01 }}); */
}

.navigation-primary a.active-item {
  ;
  font-size: ;
  color: ;
/*   background-color: rgba({ theme.global.header.primary.menu.active.bg_color.color|convert_rgb }}, { theme.global.header.primary.menu.active.bg_color.opacity * 0.01 }}); */
}





.footer {
  background-color: #1B365D;
}


/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #ffffff;
}





.blog-post__date {
  border-color: #242d3c;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #242d3c;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000514;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4c5564;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #00aeed;
}

.blog-pagination__link {
  color: #242d3c;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #00aeed;
}

.blog-post__title {
  font-family: Roboto; font-style: normal; font-weight: normal; line-height: 54px; text-decoration: none;
  color: #00aeed;
  font-size: 38px;
}

.blog-post__author {
  background-color: #1B365D;
}

#comments-listing .comment-reply-to {
  color: #00aeed;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0086c5;
}

#comments-listing .comment-reply-to:active {
  color: #28d6ff;
}






.theme-system-gradient {
  background: linear-gradient(100.46deg, #00aeef 7.79%, #005577 92.21%); 
}

.system-page {
   display: flex;
  background-image: url(https://lp.performline.com/hubfs/Kraken-wavey-background.jpg);
  background-size:cover;
  min-height: 100vh;
}

.system-page .content-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.error-page h5, .error-page h1, .error-page p {
  color: #fff; 
}

.error-page p {
  max-width: 75%; 
}

.content-wrapper .error-page {
   flex: 1;
  text-align: left;
   padding-left: 50px;
  flex-grow: 50%;
}

.content-wrapper .error-page-img {
   flex: 1;
  margin-right: 50px; 
  height:275px;
}

.content-wrapper .error-page-img img{
   width: 100%;
  height: auto;
}

.content-wrapper .systems-page.card {
  background-color: #fff; 
}

.content-wrapper .error-page-img .section-img-behind {
    position: absolute;
    z-index: 2;
    top: -75px;
}

.hs-search-results__title {
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: none;
}

@media ( max-width: 768px) {
  .content-wrapper .error-page {
  }

  .content-wrapper .error-page-img {

  }
  
/*    .row-fluid .tabservices_area .tabservices_textitem {
      position: relative;
      height: 650px;
      height:auto;
      background-size: contain !important;
      display: none;
    padding-bottom:10px;
  }*/
  
}







body .icon svg {
  fill: #00aeed;
}

body .tns-nav button.tns-nav-active {
  background-color: #00aeed;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #00aeed;
}

body .team-member__description {
  background-color: #1B365D;
}





.cursor-circle {
  position: absolute;
  width: 14px; 
  height: 14px; 
  border-radius: 50%;
  background-color: rgba(0,0,0,0.7);
  pointer-events: none;
  z-index: 999;
}

.ml11 {
  
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #011627;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #011627;
  transform-origin: 0 50%;
}

.line1 { 
  top: 0; 
  left: 0;
}

.letter {
  display: inline-block;
  line-height: 1em;
}
.letter {
  display: inline-block;
  line-height: 1em;
}

.theme-scroll-reveal {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
.theme-scroll-reveal.visible {
  opacity: 1;
  -webkit-transform: none;
    -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
          transform: none;
}





.hero-section {
  position: relative;
  padding-top: 125px;
  padding-bottom: 250px;
  padding-left: 0px;
  padding-right: 0px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  height: auto;
}

.hero-section.interior {
  position: relative;
  padding-top: 175px;
  padding-bottom: 95px;
  padding-left: 50px;
  padding-right: 50px;
}



/*h1.mobile-title{
  display: none; 
}*/

.mobile-title{
  display: none; 
}

.hero-section.demo {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  height:auto !important;
  /*min-height: 1080px;*/
}

.hero-section.lp {
/*   height: 2400px; LP is short/tight spacing */
  position: relative;
  padding-top: 120px;
  padding-bottom: 25px;
  height: auto !important;
}

.hero-section-overlay:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
/*   background-color: rgba(248,112,96,0.65); */
/*background-color: #0031E6; 
  background-color: #242d3c;
    opacity: 0.65;*/
}

.hero-section-background-container {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.hero-section-background-container img{
  width: 100%;
  height: auto;  
  min-width:1024px;
  min-height: 100%;
  left:0%;
  top:0;
  background-position: center center;
  position: relative;
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero-section.interior {
  padding-top: 175px; /*previously 225px*/
    padding-left:10px;
    padding-right:10px;
   height:auto !important;
  }
    
    .hero-section.lp {
  height: auto !important;
  padding-top:5rem;
  padding-bottom:13%;
}
  
.hero-section.demo {
  padding-top: 150px;
  padding-bottom: 16rem;
  height: auto !important;
  padding-left: 15px;
  padding-right:15px;
}
  }
  
.hero-section-background-container img{
 width: 100%;
  height: auto;  
  min-height:100%;
  left:0%;
  top:0px;
  overflow:hidden;
  background-size:cover;
  background-position: center center;
  }
  .hero-section-background-container {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: auto;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  overflow: hidden;
}
}


.hero-section-background-container-short {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 70%;
  width: 100%;
  overflow: hidden;
}

.hero-section-background-container-short img{
  width: 100%;
  height: auto;  
  min-width:1024px;
  min-height: 700px;
  left:0;
  top:0;
  bottom: 0;
  text-align:center;
  background-position: center center;
  position: relative;
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/** MOBILE RESPONSIVE **/
@media (max-width: 320px) {
  .hero-section-background-container img{
 width: 100%;
  height: auto;  
  min-height:100%;
  left:0;
  top:0px;
  overflow:hidden;
  background-size:cover;
  background-position: center center !important;
  }
  .hero-section-background-container {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: auto;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  overflow: hidden;
}
.hero-section-background-container-short img{
 width: 100%;
  height: auto;  
  min-height:700px;
  left:0;
  top:0;
  bottom: 10;
  text-align:center;
  background-position: center center;
  position: relative;
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
  .hero-section-background-container-short {
  position: absolute;
  content: "";
  z-index: 1;
  left:0;
  top: auto;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  overflow: hidden;
}
}
/* End of Mobile Responsive for Hero Section */

.hero-content {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 10;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
} 

.hero-content-wide {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 10;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
} 


@media ( max-width: 768px) {
  .hero-content {
    margin-top:10%;
  }
}

/* WEBSITE font sizing for LP Hero - Form */
.website h1, .h1 {
  color:#ffffff; 
  font-weight: lighter; 
  font-size: 270%; 
  margin: 0; 
  margin-bottom:5px;
  line-height:normal;
}
.website  h2, .h2 {
  font-weight: 300;
    font-size: 2.40rem;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 1.5rem} 
.website h3, .h3 {
  font-weight: 300;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 1.5rem}
.website  h4, .h4 {
  font-size: 24px; 
  font-weight: bold; 
  color: #242d3c; 
  margin: 0 0 2.5rem; 
  line-height: normal;
}





.lp-form-container {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 20;
  position: relative;
  width: 100%;
  text-align: center;
  height: 500px;
}


.lp-form-container .lp-form-card {
  background-color: #fff;
    height: auto;
    width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    padding: 25px 50px;
}

.lp-form-container-2 {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 20;
  position: relative;
  width: 100%;
  min-height: 450px;
  height: auto !important;
  padding-bottom:40px;
}

.lp-form-container-2 .lp-form-card {
  background-color: #fff;
    height: auto;
    max-width: 650px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto 90px auto;
    padding: 3% 25px;
}

.hero-section.lp .hero-section-background-container video{
    width:auto !important;
  height: 100% !important;
}



@media (min-aspect-ratio: 16/9) {
    .hero-section.lp .hero-section-background-container video {
        width:auto !important;
        height: 100% !important;
    }

}
@media (max-aspect-ratio: 16/9) {
    .hero-section.lp .hero-section-background-container video { 
        width:auto !important;
        height: 100% !important;
    }
}

.cta-container .button{
  max-width: fit-content;
}

.section-bg-fixed {
  background-attachment: fixed;
}

.section-base {
  padding: 100px 20px 150px 20px;
  position: relative;
  overflow: hidden;
}

.section-base.lead-magnet {
  padding: 150px 20px;
   
}

.section-base.testimonial {
  padding: 100px 10px 0px 10px;
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
}

.section-base.section-faq{
  padding: 50px 20px 0px 20px;
}

.section-row {
  margin-bottom: 100px;
  display: flex;
}

.section-base button, .section-base .button {
  display: table;
}

.section-row.slider-row {
  margin-bottom: 100px;
  display: block;
  
}



.section-background-container {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

.section-background-container img{
  width: 100%;
  height: auto;
}

.section-base.lead-magnet .section-background-container img{
  width: auto;
  height: 100%;
}

.section-background-overlay:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #00aeef;
    opacity: .35;
}

.section-info-card {
  background-color: #fff;
  padding: 50px 35px 35px 35px;
}

.section-info-card.vertical-buffer {
  margin: 100px 0;
}

.section-img-container {
  position: relative;
}

.section-img {
/*   box-shadow: 0 10px 36px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.06); */
  position: relative;
  z-index: 3;
}

.section-img-behind {
  position: absolute;
  z-index: 2;
}

.row-fluid .section-img-container.mobile {
  width: 100%;
  height: auto;
  display: none; 
}


.column-flex {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.text-centered {
  text-align: center;
}

.center-subtext {
  text-align: center;
  max-width: 45%;
  margin: 0 auto;
}





.theme-border-radius {
  border-radius: 10px;
  overflow: hidden;
}

/* .theme-shadow {
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
} */

.theme-shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
} 

.theme-shadow-card-flat {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 200ms ease-in-out;
}

.theme-shadow-card-flat:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.theme-color-primary-bg {
  background-color: #00aeed;
}

.theme-color-secondary-bg {
  background-color: #1B365D;
}

.theme-color-tertiary-bg {
  background-color: #242d3c;
}

.theme-hero-gradient {
  background: linear-gradient(100.46deg, #00aeef 7.79%, #005577 92.21%); 
}

.module-hero-gradient {
  height: 100%; 
}

/* WP Header CSS Override */
.w-toplink:not(.w-btn) {
text-decoration: none;
}

/* Theme Dependent Colors*/


footer .footer__container .footer__top-section .footer__info .social-links__icon {
    background-color: #1B365D;
  transition: all .2s ease-in-out;
  text-align:center;
}

.img-info-container:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #242d3c;
    opacity: .35;
    transition: all .2s ease-in-out;
}

/* HERO SECTION */

.hero-section-divider-angle-2 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 102%;
  height: 200px;
  background: url(//410211.fs1.hubspotusercontent-na1.net/hubfs/410211/raw_assets/public/PerformLine-Theme%202021/images/section_angle_3.svg) no-repeat bottom center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-divider-angle-1 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  top: -1px;
  width: 102%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section_angle_2.svg) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-divider-wave-1 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 102%;
  height: 125px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section-wave-1.svg) no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
}

.hero-section-divider-wave-2 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  top: -1px;
  width: 102%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section-wave-2.svg) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-jobbies-1 {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 102%;
  height: 200px;
  pointer-events: none;
}

.hero-section-jobbies-3 {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: -80px;
  width: 100%;
  height: 512;
  pointer-events: none;
}

.hero-section-jobbies-4 {
  position: relative;
  z-index: 100;
  left: 0px;
  right: 0px;
  top: 5px;
  bottom: 0;
  width: 100%;
  height: 375;
  margin-bottom: 0px;
}
.hero-section-jobbies-4 img{
  width: 100%;
  height: auto;
  text-align:center;
}


.hero-section-jobbies-1 img{
  width: 100%;
  height: auto;
}

.accordion_area .accordion_box {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.accordion_area .accordion_fifty {
    width: 50%;
    float: left;
}

.accordion_area .accordion_box .accordion_boxinner {
    position: relative;
    padding: 30px 30px 30px 70px;
/*     background-color: { primary_color }} !important; */
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 27px;
}

.accordion_area .accordion_box .accordion_boxtext {
    display: none;
    padding-top: 20px;
    color: #00aeed;
    padding-right: 4%;
}

.accordion_area {
    position: relative;
    padding: 50px 0 250px 0;
}

.accordion_area .accordion_box .accordion_boxinner h4 {
    position: relative;
    margin: 0;
    cursor: pointer;
    color: #00aeed;
/*     font-size: 24px;
    letter-spacing: 0.01rem; */
}

.accordion_area .accordion_box .accordion_boxinner h4:after {
  position: absolute;
  content: "+";
  left: -46px;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 100;
  transition: all .2s ease-in-out;
  opacity: 1;
  background-size: 100% 100%;
  color: #858B9B;
}

.accordion_area .accordion_box:hover > .accordion_boxinner h4:after {
  transition: all .2s ease-in-out;
  color: #1B365D;
}

.accordion_area .accordion_box .accordion_boxinner h4.active:after {
  transform: rotate(45deg) scale3d(1.05, 1.05, 1.05) translateX(-1px);
  color: #1B365D;
  
}
.accordion_area .accordion_box .accordion_boxinner li{
    color: #242d3c;
    font-family: Roboto;
}



video {
  /* override other styles to make responsive */
  width: auto    !important;
  height: 100%   !important;
}

::marker {

  font-size: 1.2em;
}

.card-horizontal {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(77,77,77,0.3);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px 30px; 
}

.card-icon {
    float: left;
    width: 50px;
}

.card-icon img {
    max-width: 42px;
  width: 100%;
  height: auto;
}

.card-horizontal-title {
    float: left;
    width: calc(100% - 55px);
    font-size: 22px;
    line-height: 24px;
    padding-left: 32px;
}

.quote-icon-container svg {
    max-width: 48px;  
}

.testimonial-container {
  width: 100%; 
  padding: 0px 0px 100px 0px;
    font-family: Roboto;
}

.testimonial-container-1-quote {
padding: 0px;
}

.testimonial-quote-text {
  font-family: Roboto;
  font-size: 18px;
  color: #858b9b;
}
.author-name {
  margin-bottom: 30px;
  font-family: "Roboto";
  color: #858b9b;
}

.author-title {
  font-family: "Roboto";
  font-weight: 300;
  color: #aeaeae;
  font-size: 14px;
}

.slick-dots li button:hover,.slick-dots li button:focus, .slick-dots li button:active {
     box-shadow: none;
}

.slick-dots {
    margin-top: 50px; 
}

.slick-list {
    overflow: visible; 
}

.cta-section {
  position: relative; 
  height: 500px;
  display: flex;
}

.split-bg {
  position: absolute; 
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.top {
  position: absolute; 
  height: 50%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fdfffc;
}

.bottom {
  position: absolute; 
  height: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #242d3c;
}

.cta-container {
  position: absolute;
  padding: 3%;
  display: inline-block;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 30px;
/*   background-color: { tertiary_color }}; */
  background: linear-gradient(98.47deg, #00aeef 0%, #005577 100%);
  height: fit-content;
}


.cta-container h2, .cta-container p{
   color: #fff;
}

.stat-container {
/*  position: absolute;*/
  padding: 30px ;
  display: inline-block;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 80px;
  margin: auto;
/*   background-color: { tertiary_color }}; */
  background: linear-gradient(98.47deg, #00aeef 0%, #005577 100%);
  max-width: 90%;
  height: fit-content;
  justify-content: center;
}

/* Mobile stat container */
@media(max-width: 767px) {
  .stat-container {
    max-width:100%;
    bottom:0;
}
}

.hero-btn, .section-cta-btn {
  width: max-content; 
  margin: 25px auto 0 auto;
}

.section-cta-btn {
}

.cta-btn {
  width: max-content; 
  background-color: #fff;
  margin: 25px auto 0 auto;
  color: #242d3c;
  border: none;
}

.cta-btn:hover {
  background-color: #f7f7f7;
  color: #242d3c;
  
}




.row-fluid .icon-box-main { padding: 60px 0px; }

.row-fluid .icon-box-main .icon-boxes { display: flex; margin: 0px -15px; }
.row-fluid .icon-box-main .icon-boxes .icon-box { width: calc(33.33% - 30px); transition: all 400ms ease; margin: 15px; background: #FFFFFF; box-shadow: 0px 4px 10px #D6D6D6; border-radius: 10px; padding: 18px 20px 17px 30px; }
.row-fluid .icon-box .icon-box-inner { display: flex; }
.row-fluid .icon-box .icon-box-inner .icon-icon { width: 40px; float: left; padding-top: 10px; text-align: center; }
.row-fluid .icon-box .icon-box-inner .icon-text { width: calc(100% - 40px); padding-left: 20px; }
.row-fluid .icon-box .icon-box-inner .icon-text p { margin: 0;}
.row-fluid .icon-box-main .icon-boxes .icon-box:hover { background: #F0F2FE; }
.icon-slider-main .heading-main .heading-text { max-width: 768px; margin-left: auto; margin-right: auto; }

.row-fluid .icon-slider-main { padding: 100px 0 75px; overflow: hidden;}
.row-fluid .icon-slider-main .title{ color: #fff; margin-bottom: 100px; }
.row-fluid .icon-slider { padding: 40px 0px 15px 0px; }
.row-fluid .icon-slider .icon-slide-img { width: 200px; height: 200px; display: inline-block; position: relative; margin-bottom: 50px;}
.row-fluid .icon-slider .icon-slide-img img.img-foreground { max-height: 100%; object-fit: contain; width: 100%; position: absolute; z-index: 1;}
.row-fluid .icon-slider .icon-slide-img img.img-background { max-height: 100%; object-fit: contain; width: 100%; position: absolute; z-index: -1; transform: scale(2);}
.row-fluid .icon-slider .icon-slide { text-align: center; transition: all 400ms ease; cursor: grab;}
.row-fluid .icon-slider h3 { max-width: 550px; line-height: 38px; margin: 0 auto 25px auto; transition: all 400ms ease; text-align: center; color: #fff; }
.row-fluid .icon-slider p { padding: 0 25%; margin: 0 auto 40px auto; transition: all 400ms ease; text-align: center; color: #fff; }
.row-fluid .icon-slider .slick-dots { margin-top: 0px; }
.row-fluid .icon-slider .slick-dots li button:before { color: #fff; }


@media (min-width:768px) {/*hover event for desktops*/
    
    .row-fluid .icon-slider .icon-slide:not(.slick-center) h3 { opacity: 0; visibility: hidden;}
    .row-fluid .icon-slider .icon-slide:not(.slick-center) p { opacity: 0; visibility: hidden;}
    .row-fluid .icon-slider .icon-slide:not(.slick-center) img { opacity: 0.3; }
    .row-fluid .icon-slider .icon-slide.slick-center.slick-current ~ .icon-slide { transform: scale(0.6) translateX(-600px); }
    .row-fluid .icon-slider .icon-slide:not(.slick-center) { transform: scale(0.7) translateX(600px); }
  
  .row-fluid .tabservices_area .tabservices_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #1B365D;
    transition: all .3s ease-in-out;
  
}



.quote-icon-container {
  max-width: 50px;
    height: 60px;
  
}

.quote-icon-container img {
  width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}


.row-fluid .tabservices_area {
    padding: 50px 0;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_img_box {
    width: 50%;
    float: left;
}

.row-fluid .tabservices_area .tabservices_right {
    width: 50%;
    float: left;
    padding-left: 80px;
}

.row-fluid .tabservices_area .tabservices_right_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.row-fluid .tabservices_area .tabservices_boxcover {
    margin-bottom: 30px;
}

.row-fluid .tabservices_area .tabservices_box {
    padding: 20px 35px 20px 0px;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_box.current {
    padding: 20px 35px 20px 35px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #1B365D;
    transition: all .3s ease-in-out;
  
}

.row-fluid .tabservices_area .tabservices_box.current:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
  background-color: #1B365D;
}

.row-fluid .tabservices_area .tabservices_box .tabservices_inner {
    display: flex;
    align-items: center;
}

.row-fluid .tabservices_area .tabservices_box .tabservices_icon {
    width: 100%;
    max-width: 35px;
    float: left;
}

.row-fluid .tabservices_area .tabservices_box_text {
    margin-top: 10px;
    color: #00aeef;
}

.row-fluid .tabservices_area2 .tabservices_box:hover, .row-fluid .tabservices_area .tabservices_box.current {
    background: #fff;
    transition: all .4s ease;
}

.row-fluid .tabservices_area #srevtab1.tabservices_img {
    display: block;
}

.row-fluid .tabservices_area .tabservices_imgitem {
    position: relative;
  min-height:650px;
    background-size: contain !important;
}

.row-fluid .tabservices_area .tabservices_img {
    display: none;
}

.row-fluid .tabservices_area .tabservices_text {
    display: none;
}
.row-fluid .tabservices_area .tabservices_textitem {
    position: relative;
    height: 650px;
    background-size: contain !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 767px) {
  .row-fluid .tabservices_area .tabservices_textitem {
    height:100%;
    min-height:900px;
  }
  
  .tabservices_inner h4{font-size:1.2rem;}
}

.row-fluid .tabservices_area .tabservices_box .tabservices_icon_hover {
    display: none;
}

.tabservices_box:not(.current) {
    box-shadow: none;
    opacity: 0.4;
}

.row-fluid .tabservices_area .tabservices_box h4 {
    width: calc(100% - 40px);
    padding-left: 50px;
    float: left;
    margin: 0;
}

.row-fluid .tabservices_area .tabservices_box h4.no-icon {
    width: 100%;
    padding-left: 0px;
    float: left;
    margin: 0;
}


/* MENU STYLE OVERRIDES */

.submenu {
    transition: all 0.2s ease-in-out;
}


/* mobile nav */
/* .header .header__logo .logo-on-white {
  display: none;
} 

.header .header__logo .logo-on-transparent {
  display: block;
}  */

/* Active Menu Item Styles */

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255,255,255,0);
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 1170px) {
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > a.active-branch:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > a.active-branch:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-out;
    width: auto;
    padding: 5%;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
/*    transform: perspective(200px) rotateX(-15deg) rotateY(0) rotateZ(0) translateX(-50%);*/
    transform-origin: top left;
    opacity: 0;
    pointer-events: none;
    left: 80%;
    margin: 0px auto;
    float: none;
    min-width: 220px;
  }
  
  
  .submenu.level-1 > li.has-submenu:hover .submenu.level-2, .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
      pointer-events: auto;
     /* transform: rotateX(0) translateX(-50%);*/
      opacity: 1;
    left:0;
    padding:10px;
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    
  }
  .header__menu .header__navigation .menu-link {
    padding: 7px 3px;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #3D3E40;
    background-color: #ffffff;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .submenu.level-3 {
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    left: 95%;
    top: 5%;
    width: 100%;
  }

  .submenu.level-2 .menu-item:hover .submenu.level-3 {
    visibility: visible;
    z-index: 1;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 5%;
    
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #FFFFFF;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }
  .header__menu .header__navigation .submenu.level-2 > li {
      border-bottom: none !important;
      background-color: #FFFFFF;
      padding: 0;
      margin: 0;
  }
  .header__menu .header__navigation .submenu.level-1 > .menu-item {
    margin: 0;
    padding: 5px 15px;
    border-top: none;
    
  }
  .header__menu .header__navigation .submenu:after {
  }
  
  .header__menu .header__navigation .submenu:not(.level-1) .menu-item {
      border-radius: 5px;
      margin-bottom: 5px;
  }
  
  .header__menu .header__navigation .submenu:not(.level-1) .menu-item:last-child {
      margin-bottom: 0px;
  }
  
  .header.sticky .header__menu .header__navigation .menu-link:hover {
    color: #00aeed;
  }

}

@media screen and (max-width: 767px) {
  .header .header__mobile-menu-icon, .header  .header__mobile-menu-icon:after, .header .header__mobile-menu-icon:before {
      background-color: #fff;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .header.sticky .header__mobile-menu-icon, .header.sticky  .header__mobile-menu-icon:after, .header.sticky .header__mobile-menu-icon:before {
      background-color: #00aeed;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .header.sticky .header__menu .header__navigation .menu-link {
      color: #00aeed;
      
  }
}


/* CONTENT LAYOUTS */

.row-fluid .content-layouts-main {
    padding: 100px 0 0px;
    overflow: hidden;
}

.row-fluid .content-layouts-main h2{
    color: #fff;
    margin-bottom: 25px;
}

.single-card {
  padding: 25px;
  margin: 15px auto;
  width: 100%;
  min-height: 355px;
  border-radius:15px;
}

.single-card.no-card {
  background-color: transparent !important;
}

.flex-content-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%; 
}


.single-card.two-col {
  padding: 35px;
  border: solid 1px rgba(0,0,0,0.1);
  margin: 25px;
  flex: 0 0 26% 0;
  width: auto;
  max-width: 40%;
}

.single-card.three-col {
  padding: 25px;
  border: solid 1px rgba(0,0,0,0.1);
  margin: 25px;
  flex: 0 0 26% 0;
  width: auto;
  max-width:30%;
}

@media ( max-width: 1080px) {
  .single-card{width:100%;}
  

}
@media ( max-width: 768px) {
  .row-fluid .tabservices_area .tabservices_imgitem {
      background-color:#00aeef;
  }
}

@media ( max-width: 320px) {
  
}

.single-card .card-content {
  text-align: center; 
  padding-left:0;
}



/* FOOTER */

.footer__navigation li {
    margin: .7rem 0;
    text-align: left;
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 0px !important;
    text-decoration: none;
  transition: all .2s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
  color: #1B365D;
}
.footer__bottom-section p {
  font-weight: 300;
  font-size: 14px;
}

.footer__container {
    margin: 0 auto;
    max-width: 1340px;
    padding: 3.8rem 2.8rem 0 2.8rem;
}

.footer__container .footer__navigation h3 {
    white-space: nowrap;
}






.lashback-red {color: #b72527 !important;}
.lashback h1{}
.lashback h2, .lashback.h2 {color: #51aadf;}
.lashback h3, .lashback.h3 {color: #51aadf;}
.lashback p, .lashback.p {font-size:  18px;}
  .lashback li, .lashback.li {font-size:  18px;}

.lashback button,
.lashback .button,
.lashback .demo-cta {
  background-color: #b72527;
  border: 0px solid #00aeef;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 15px 25px;
}

.lashback button:hover,
.lashback button:focus,
.lashback demo-cta:hover,
.lashback demo-cta:focus,
.lashback .button:hover,
.lashback .demo-cta a:hover,
.lashback .button a:focus,
.lashback .demo-cta:focus,
.lashback.demo-cta a:hover{
  background-color: #6b1517;
  background-image: linear-gradient(100.46deg,#b72527 0%,#6b1517 100%);
  border-color: #0086c7;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: translateY(1px);
}

.lashback button:active,
.lashback .button:active
.lashback .demo-cta:active {
  background-color: rgba(#51aadf 40)|convert_rgb , 1.0);
  border-color: #28d6ff;
  color: #FFFFFF;
}

.lashback .hs-button {
  background-color: #51aadf;
  border: 0px solid #00aeef;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 15px 25px;
  white-space: normal;
  width:100%;
  display: block;
  text-align:center;
}


/* LB Site Navigation */

.lashback .header__navigation {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  transition: all 0.2s ease-in-out;
}

.lashback .header__menu .header__navigation .menu-link {
  color: #51aadf;
  ;
  text-transform: uppercase; 
  /*text-transform: ;*/
  font-size: ; 
}
 .lashback .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #51aadf;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }



/* MAIN NAV */
/*.widget-type-menu.main-nav {
    float: right;
    width: auto;
    margin: 28px 0 0;
}*/
.widget-span.main-nav {
    float: none;
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
}
.main-nav .hs-menu-depth-1 {
    margin: 0 0 0 47px;
}
.main-nav .hs-menu-depth-1:first-child {
    margin: 40;
}
.main-nav .hs-menu-depth-1 > a {
    color: #00aeef;
    text-transform: uppercase;
    outline: none;
    margin: 0 0 6px;
    position: relative;
}
body.main-nav-shadow .main-nav .hs-menu-depth-1 > a, body.systemp .main-nav .hs-menu-depth-1 > a {
    text-shadow: 0 0 3px #333;
}
body.systemp.color .main-nav .hs-menu-depth-1 > a, body.systemp.custom-color .main-nav .hs-menu-depth-1 > a {
    text-shadow: none;
}
.main-nav .hs-menu-depth-1.hs-item-has-children:hover > a {
    display: inline-block;
}
.main-nav .hs-menu-depth-1 > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-nav .hs-menu-depth-1:hover > a:after, .main-nav .hs-menu-depth-1.active-branch > a:after {
    left: 0;
    width: 100%;
}
.main-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
    left: -30px !important;
}
.main-nav .hs-menu-depth-2 .hs-menu-children-wrapper {
    top: -9px !important;
    left: 99% !important;
}
.main-nav .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 40px;
    width: 13px;
    height: 7px;
    background: url(//59252.fs1.hubspotusercontent-na1.net/hubfs/59252/images/menu-dropdown-arrow.png) no-repeat;
}
.main-nav .hs-menu-children-wrapper {
    background: url(//59252.fs1.hubspotusercontent-na1.net/hubfs/59252/images/menu-dropdown.png) repeat;
    padding: 9px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.main-nav .hs-menu-children-wrapper a {
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px 7px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.main-nav .hs-menu-children-wrapper a:hover, .main-nav .hs-menu-children-wrapper .active-branch > a {
    background: #000;
}
.main-nav .hs-menu-depth-3 > .hs-menu-children-wrapper {
    display: none !important;
}


/* LashBack Form Single-email form */
.lashback-form  {
  position:relative;
  left:15%;
}

.lashback-form submitted-message {
  left:0;
}

.lashback-form input[type=text],
.lashback-form input[type=email],
.lashback-form input[type=password],
.lashback-form input[type=tel],
.lashback-form input[type=number],
.lashback-form input[type=file],
.lashback-form select,
.lashback-form textarea {
  border-color: #f3f5fa;
  color: #242d3c;
  padding: 15px; !important;
  border-radius: 3px;
  min-height: 55px;
  max-width:45%;
  float:left; 
  margin-top:10px;
}

.lashback-form input[type=text]:focus,
.lashback-form input[type=email]:focus,
.lashback-form input[type=password]:focus,
.lashback-form input[type=tel]:focus,
.lashback-form input[type=number]:focus,
.lashback-form input[type=file]:focus,
.lashback-form select:focus,
.lashback-form textarea:focus {
  border-color: #00aeed;
}

.lashback-form input[type=text]:after {
margin:10px;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #242d3c;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #00aeed;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00aeed !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #00aeed;
}

/* Submit button */

.lashback-form form input[type=submit],
.lashback-form form .hs-button {
  background-color: #b72527;
  border: 0px solid #00aeef;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  width: 220;
  max-width: 195px;
  padding-bottom:10px;
  margin:6px 10px 6px 10px;
  min-height: 56px;
  left:25px;
  right:5px;
  font-size:16px;
}

.lashback-form form input[type=submit]:hover,
.lashback-form form input[type=submit]:focus,
.lashback-form form .hs-button:hover,
.lashback-form form .hs-button:focus {
  background-color: rgba(0, 134, 199, 1.0);
  border-color: #0086c7;
  color: #FFFFFF;
}

.lashback-form form input[type=submit]:active,
.lashback-form form .hs-button:active {
  background-color: rgba(40, 214, 255, 1.0);
  border-color: #28d6ff;
  color: #FFFFFF;
}


.lashback-form .hs-form-field {
  margin-bottom: 4px;
  padding: 4px;
}
.lashback-form .hs-error-msg {
    /* clear: both; */
    position: absolute;
    margin-top: 60px;
    left: 0;
}






@media (max-width: 980px) {
  .footer .footer__top-section {
      text-align: left;
  }
  .footer .footer__navigation {
      margin-bottom: 15px;
  }
  /*h1.mobile-title{
      display: block; 
  }*/
  .mobile-title{
      display: block; 
  }
  h1.ml11{
      display: none; 
  }

}

@media (max-width: 768px) {
  h1, .h1 {
/*     font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.01rem; */
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
  }

  h2, .h2 {
    line-height:125%;
/*     font-size: 32px;
    letter-spacing: -0.1rem;
    line-height: 32px; */
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5 {
    font-family: Roboto; font-style: normal; font-weight: 500; margin-bottom: 10px; text-decoration: none;
    font-size: 20px;
  }

  h6 {
    font-size: 14px;
  }

 .client h2, .client .h2 {
   font-size: 1.5rem; 
   padding-top:10px;
  }
  
  .hero-btn, .section-cta-btn {
    width: auto;
    margin: 0px auto 50px auto;
  } 
  
  .hero-btn-secondary {
  background-color: #ffffff !important;
    border: 1px solid #00aeef;
    color: #00aeef !important;
    font-weight: bold;
  }
  .hero-btn-secondary a:hover {
  background-color: #005577 !important;
    border: 1px solid #00aeef;
    color: #00aeef !important;
  }
  .hero-btn-secondary a:focus {
  background-color: #005577 !important;
    border: 1px solid #00aeef;
    color: #00aeef !important;
  }
  
  .ml11 .letter {
      display: inline-block;
      line-height: 1.2em;
  }
  
  .single-card.three-col {
    flex-basis: 34%;
  }
  
  .row-fluid .tabservices_area .tabservices_img_box {
      width: 100%;
      float: none;
  }
    .row-fluid .tabservices_area .tabservices_text_box {
      width: 100%;
      float: none;
  }
  
  
  .row-fluid .tabservices_area .tabservices_right {
      width: 100%;
      float: none;
      padding-left: 0px;
  }
  
  .row-fluid .section-img-container.mobile {
    display: none; 
  }
  
  .section-base {
      padding: 25px 20px 25px 20px;
      position: relative;
      overflow: hidden;
  }
  
  .hero-section {
      padding-top: 175px;
      padding-bottom: 50px;
      padding-left: 25px;
      padding-right: 25px;
      
  }
  
  .hero-section.lp {
    padding-top: 175px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
}

.hero-section.demo {
  padding-top: 90px;
  padding-bottom: 26rem;
  height: auto !important;
  padding-left: 15px;
  padding-right:15px;
}

  
  .row-fluid .icon-slider-main .title {
      margin-bottom: 0px;
  }
  .row-fluid .icon-slider p {
      padding: 0px;
  }
  
  .row-fluid .tabservices_area .tabservices_imgitem {
      position: relative;
      height:auto !important;
      min-height: 650px;
      background-size: contain !important;
      display: none;
  }
  
    
  .row-fluid .tabservices_area .tabservices_textitem {
      position: relative;
      height: 650px;
      height:auto;
      background-size: contain !important;
      display: none;
      padding-bottom:10px;
  }
  
  
  .single-card.three-col {
      padding: 35px;
      border: solid 1px rgba(0,0,0,0.1);
      margin: 25px 0;
      flex: 0 0 26%;
      width: auto;
  }
  .single-card {
      padding: 35px 35px 20px 35px;
        margin: 25px 0;
      /* width: 100%; */
      min-width: 100%;
  }
  .cta-container {
      padding: 35px;
      display: inline-block;
      margin: auto;
      max-width: 100%;
      border-radius: 0px;
    
  }
 @media (max-width: 768px) {
    .cta-container {
      padding: 15px;
      margin-top:10px;
      max-width: 100%;
      margin: 10px 10px auto 10px;
  }
  
  
  .section-background-container img {
      width: auto;
      height: 100%;
  }
  
  .section-base.lead-magnet {
      padding: 25px;
  }
  
/*   .testimonial-container .dnd-column.slick-slide.slick-current.slick-active {
    display: block; 
  }
  
  .testimonial-container .dnd-column.slick-slide {
    display: none;
  } */
  
  .testimonial-container {
      width: 100%;
      padding: 0px 0px 0px 0px;
  }
  
  .section-base .testimonial-container .hs_cos_wrapper_type_inline_rich_text {
    text-align: left; 
  }
  
  .section-img-container {
    display: block;
    height: 250px;
    position: relative;
  }
  
  .section-base .hs_cos_wrapper_type_inline_rich_text {
    text-align: center; 
  }
  
  .section-base a.button{
    margin: 0 auto; 
  }
  
  .accordion_area .accordion_fifty {
      width: 100%;
  }
  .img-info-container {
      margin-bottom: 25px;
  }
  .lp-form-container .lp-form-card {
    max-width: 800px;
    width: auto;
    top: 0px;
    padding: 25px 25px;
  }
  .lp-form-container-2 {
  justify-content: center !important;
  position: relative;
  width: 100%;
  min-width: 450px;
  height: auto !important;
  padding-bottom:40px;
  margin: 5px;
}
    .lp-form-container-2 .lp-form-card {
    top: 0px;
    bottom:0;
    padding: 10% 10px;
    margin: 10px 15px;
    position:relative;
  }

  
  .header__menu .header__navigation .menu-link {
    color: #00aeed;
      
  }
  .timeline-container .timeline-row {
      padding: 50px 0px 0px 0px;
  }
  
  .section-base.testimonial {
    padding: 0px 20px 0px 20px;
  }
  .section-info-card {
    padding: 25px;
  }
  .section-info-card h2 {
    line-height: 40px;
    font-size: 36px;
    white-space: break-spaces;
  }
  .section-info-card ul li {
    text-align: left;
  }
  .testimonial-container .slick-list {
      overflow: hidden;
  }
  .tabservices_right_title h2, .tabservices_right_title h5 {
      text-align: center; 
  }
  .testimonial-container .slick-list .section-img-container {
      display: none;
  }
  .section-row.slider-row {
      margin-bottom: 0px;
  }
  .tabservices_area .tabservices_right .back_style {
      text-align: center;
  }
  .header.mobile-nav-open {
      background-color: rgba(255,255,255,1.0); 
  }
  
  .header__navigation {
      /* background-color: #34b5e5; */
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      opacity: 0;
      pointer-events: none;
  }
  
  #nav-toggle:checked ~ .header__navigation {
      opacity: 1;
      pointer-events: auto;
  }
  
  .header.mobile-nav-open .header__logo .logo-on-white {
    display: block;
  } 
  
  .header.mobile-nav-open .header__logo .logo-on-transparent {
    display: none;
  } 
  
  .header.mobile-nav-open .header__mobile-menu-icon, .header.mobile-nav-open .header__mobile-menu-icon:after, .header.mobile-nav-open .header__mobile-menu-icon:before {
      background-color: #3a3a3a;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .row-fluid .tabservices_area .tabservices_box.current .tabservices_inimg {
      display: block;
        height: 250px;
    background-size: contain !important;
    margin-top: 25px;
  }
    .row-fluid .tabservices_area .tabservices_box.current .tabservices_text {
      display: block;
      min-height: 250px;
      height:100%;
      padding-bottom:10px;
      background-size: contain !important;
      margin-top: 25px;
  }
  
.lashback-red {color: #b72527 !important;}
  .lashback-form input[type=text],
  .lashback-form input[type=email],
  .lashback-form input[type=password],
  .lashback-form input[type=tel],
  .lashback-form input[type=number],
  .lashback-form input[type=file],
  .lashback-form select,
  .lashback-form textarea {
    max-width:70%;
    margin-bottom: 10px;
    left:0;
    right:0;
    position:relative;
  }
  
/* Submit button */

.lashback-form form input[type=submit],
.lashback-form form .hs-button {
  background-color: #b72527;
  border: 0px solid #00aeef;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  max-width:66%;
  margin-top: 10px;
  min-height: 50px;
  left:0;
  right:0;
  float:center;
  position:relative;
}
  
}

@media (max-width: 39.99875em) {
.cta-container {
      padding: 15px;
      display: inline-block;
      margin: 10px 10px auto 10px;
      max-width: 100%;
  }
  }
  
  
@media ( max-width: 320px) {
  .single-card.three-col {
    flex-basis: 51%;
  }
  .mobile-padding {
    padding-left: 55px;
    padding-right: 55px;
    margin-left: 10px;
    margin-right:10px;
}
   .h1, h1 {
     font-weight:bold; 
     padding-bottom: 2px;
  }
  .mobile-hide {
    display:none;
  }
  .lashback-red {color: #b72527 !important;}
 
  
  .cta-container {
      padding: 15px;
      display: inline-block;
      margin: 10px 10px auto 10px;
      max-width: 100%;
      border-radius: 0px;
    
  }
}