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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/


/* Fonts */
/*@import url('//fonts.googleapis.com/css?family=Raleway|Open+Sans:700');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "Open Sans";
  src: url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-regular-webfont.eot#iefix") format("embedded-opentype"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-regular-webfont.woff") format("woff"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-regular-webfont.ttf") format("truetype"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-bold-webfont.eot#iefix") format("embedded-opentype"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-bold-webfont.woff") format("woff"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-bold-webfont.ttf") format("truetype"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/opensans-bold-webfont.svg#open_sansregular") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Proxima-N-W01-Reg";
  src: url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/Proxima-N-W01-Reg.eot#iefix") format("eot"),
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/Proxima-N-W01-Reg.woff2") format("woff2"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/Proxima-N-W01-Reg.woff") format("woff"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/Proxima-N-W01-Reg.ttf") format("truetype"), 
       url("https://2160999.fs1.hubspotusercontent-na1.net/hubfs/2160999/Kapital_Data_January2019%20Theme/Fonts/Proxima-N-W01-Reg.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}

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

/*
// Variables
*/

/* primary colors */







/* -- font -- */




/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Global Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/**,*:before,*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}*/

/*check here first if something breaks - fix empty modules*/
/*.row-fluid [class*="span"] {
    min-height: 0 !important;
}

img {
	max-width: 100%;
  height:auto;
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Typography
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/


body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;;
  color: #6b6b6b;
  
  overflow-x:hidden;
  line-height:1;
  margin:0;
}
/*

a {
  color: #1C4484;
  text-decoration:none;
}

a:hover,
a:focus,
a:active {
  color:#c89c5c
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:lato;
  letter-spacing:1px;
  font-weight:600;
  line-height:1.25;
  margin:10px 0;
  color:#000000;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.15rem;
}

p {
  font-size: 1rem;
  line-height: 1.75;
}

  @media (max-width:680px){
    h1 {
       font-size:3rem;
    }
  }


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Grid Flex Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/*.grid-flex.row-fluid-wrapper>.row-fluid, 
.grid-flex>.row-fluid-wrapper>.row-fluid, 
.grid-flex>.row-fluid, 
.grid-flex>span,
.row{
    display:inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

	@media (max-width:680px){
    .grid-flex.row-fluid-wrapper>.row-fluid, 
    .grid-flex>.row-fluid-wrapper>.row-fluid, 
    .grid-flex>.row-fluid, 
    .grid-flex>span,
    .row {
      width: 100% !important;
      flex-direction: column;
    }	
    .grid-flex.grid-flex__reverse > .row-fluid {
      flex-direction: column-reverse;
    }
	}

.grid-flex__top>.row-fluid-wrapper>.row-fluid, 
.grid-flex__top>.row-fluid, 
.grid-flex__top>span,
.row__align--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid-flex__middle>.row-fluid-wrapper>.row-fluid, 
.grid-flex__middle>.row-fluid, 
.grid-flex__middle>span,
.row__align--center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-flex__bottom>.row-fluid-wrapper>.row-fluid, 
.grid-flex__bottom>.row-fluid, 
.grid-flex__bottom>span,
.row__align--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* // FOR USE WITH NON HUBSPOT GRID */
/*.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .column:not(:last-child) {
    margin-right: 2rem;
  }
}
.column--first {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.column--span9 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2
}
.column--span3 {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Section Containers Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/*.section-container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: auto !important;
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;
}*/

/*.section-container__wide {
    width: 100% !important;
    max-width: 1340px !important;
    margin: auto !important;
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;
}

.section-container__narrow {
    width: 100% !important;
    max-width: 1040px !important;
    margin: auto !important;
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;  
}

.section-container__extra-narrow {
    width: 100% !important;
    max-width: 950px !important;
    margin: auto !important;
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;
}

.section-container__extreme-narrow {
    width: 100% !important;
    max-width: 700px !important;
    margin: auto !important;
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;  
}
*/
/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Padding Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/*.padding-top__none {
  padding-top:0em;
}
.padding-bottom__none {
  padding-top:0em;
}
.padding-full__none {
  padding:0em;
}


.padding-full__small {
  padding:2em;
}
.padding-top__small {
  padding-top:2em;
}
.padding-bottom__small {
  padding-bottom:2em;
}

.padding-full__medium {
  padding:4em;
}
.padding-top__medium {
  padding-top:4em;
}
.padding-bottom__medium {
  padding-bottom:4em;
}

.padding-full__large {
  padding:6em;
}
.padding-top__large {
  padding-top:6em;
}
.padding-bottom__large {
  padding-bottom:6em;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Alignments Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/*.align__left {
  text-align:left;
}

.align__center {
  text-align:left;
}

.align__right {
  text-align:right;
}
*/
/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Background Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
}

.relative {
  position:relative;
}

/* --- solid colors --- */

.background__black {
  background-color:#000000;
}
.background__blue {
  background-color:#1C4484;
}
.background__white {
  background-color:#ffffff;
}
.background__lightGrey {
  background-color: #f3f3f3;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Button Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.hs-button {
  font-family:lato;
  background-color:#000000;
  border:solid 2px #000000;
  color:#ffffff;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.125;
  -webkit-appearance: none;
  transition:background 0.25s ease-in-out, border 0.25s ease-in-out;
  cursor:pointer;
}
.hs-button:hover {
  background-color:#c89c5c;
  border-color: #c89c5c;
  color:#ffffff;
}

.button__container .hs-button {
  margin-left:0rem !important;
}
.button__container .hs-button:first-of-type {
  margin-left:0;
}


/* --- background colors --- */

.background__black .hs-button,
.background__blue .hs-button{
  background-color:#ffffff;
  border-color:#ffffff;
  color:#000000;
}
.background__black .hs-button:hover,
.background__blue .hs-button:hover{
  background-color:#c89c5c;
  border-color:#c89c5c;
  color:#ffffff;
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Form Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.form__container .hs-form-field,
.hs-form .hs-form-field {
	margin-bottom: 1rem;
  border: 1px solid #FFFFFF;!important;
  border-color:white;
}

.hs-form fieldset {
  max-width: 100% !important;
  width: 100%;
}

.hs-form textarea,
.hs-form select,
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"] {
	width: 100% !important;
  max-width:100% !important;
	border: 1px solid #FFFFFF;
	padding: 0.5rem 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
  border-radius: 5px;
  background: #f3f3f3;
  height:40px;
}

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE Only */
    .hs-form input[type="file"] {
      width: 100%;
      max-width:100%;
      border: 1px solid #FFFFFF;
      padding: 0.5rem 0.5rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 14px;
      border-radius: 5px;
      background: #f3f3f3;
      height:40px;
      outline: none;
    }
  }

.hs-form input:focus,
.hs-form select:focus,
.hs-form textarea:focus{
	border-color: #FFFFFF;
	outline: 0 none;
}

.hs-form input.invalid,
.hs-form select.invalid,
.hs-form textarea.invalid {
	border-color: red;
}

.hs input[type="radio"],
.hs input[type="checkbox"] {
	line-height: normal;
	cursor: pointer;
}

.hs-form textarea {
	overflow: auto;
	vertical-align: top;
  min-height:200px;
  width:100% !important;
}

.hs-form select {
	background-image: url("https://info.sensiblemicro.com/hubfs/Sensible_Micro_Early2019/Icons/caret-down-solid.svg");
	background-position: calc(100% - 0.5rem) center;
	background-size: 1.6rem 1rem;
	background-repeat: no-repeat;
}

/* HubSpot Form Specific Markup */
.hs-form .hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	opacity: 0.8;
	color: red;
}

.hs-form .hs-error-msgs label {
  color:red;
}

/* --- list items --- */
.hs-form ul.inputs-list.multi-container {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}

.hs-form ul.inputs-list.multi-container li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-form ul.inputs-list.multi-container li label input {
  width: 20px;
}

/* ---- form label ----- */

.hs-form label {
	display: block;
}

.hero__form-container label {
  text-align: left;
}

.hs-form form label {
  font-size:12px;
  color:#ffffff;
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Button Advanced Module Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/* -- section title --- */

/* -- right arrow -- */

.adv-button-title__wrapper .title-arrow.arrow-position__right {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: 110px;
  -webkit-animation-name: arrowRightMove;
          animation-name: arrowRightMove;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes arrowRightMove {
  0%   {right:110px; bottom:-40px;}
  50%  {-webkit-transform:rotate(-5deg) translate(0px,15px);transform:rotate(-5deg) translate(0px,15px);}
  100% {right:110px; bottom:-40px;}
}

@keyframes arrowRightMove {
  0%   {right:110px; bottom:-40px;}
  50%  {-webkit-transform:rotate(-5deg) translate(0px,15px);transform:rotate(-5deg) translate(0px,15px);}
  100% {right:110px; bottom:-40px;}
}


/* -- left arrow -- */

.adv-button-title__wrapper .title-arrow.arrow-position__left {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -40px;
  left: 110px;
  -webkit-animation-name: arrowLeftMove;
          animation-name: arrowLeftMove;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes arrowLeftMove {
  0%   {left:110px; bottom:-40px;}
  50%  {-webkit-transform:rotate(-5deg) translate(0px,15px);transform:rotate(-5deg) translate(0px,15px);}
  100% {left:110px; bottom:-40px;}
}

@keyframes arrowLeftMove {
  0%   {left:110px; bottom:-40px;}
  50%  {-webkit-transform:rotate(-5deg) translate(0px,15px);transform:rotate(-5deg) translate(0px,15px);}
  100% {left:110px; bottom:-40px;}
}


/* --- main button styles -- */

.adv-button__row.row {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.adv-button__wrapper .hs-button {
    font-size:1.15rem;
    padding:14px 40px;
}

/* --- extra element --- */

.adv-button__wrapper .button__container.extra-element {
    position: relative;
}

.adv-button__wrapper .button__container.extra-element:not(:first-child):before {
    content: 'or';
    position: absolute;
    left: -47px;
    top: -4px;
    padding: 12px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.adv-button__wrapper .button__container.extra-element:not(:first-child) {
    margin-left: 0px;
}


  @media (max-width:680px){
    .adv-button__wrapper .hs-button {
      width:100%;
      margin:0 !important;
    }
    .adv-button__row .button__container {
      margin-top:0.5rem !important;
    }
    .adv-button__row .button__container:first-of-type {
      margin-top:0 !important;
    }
    
    .adv-button__wrapper .button__container.extra-element:not(:first-child):before {
        content: none;
    }
    .adv-button__wrapper .button__container.extra-element:not(:first-child) {
        margin-left: 0;
    }
  }

/* --- popup --- */
.popup-form.form__container {
    max-width: 700px;
    margin: 0 auto;
    position:relative;
}
.popup-form__embed  button.mfp-close {
    color: #fff !important;
    position:absolute;
}
/*-- selected -- */
.form-selected__container {
    background: #ffffff;
    padding: 2rem 3rem 3rem;
    border-radius: 20px;
}

.popup-form .legal-consent-container {
    font-size: 12px;
    margin: 0 0 2rem;
    border: solid thin #eaeaea;
    padding: 10px;
}

.popup-form .legal-consent-container p {
    font-size: 11px;
    margin:0;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// 2 Column Module Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.dual-column.row .col {
    padding-right: 2rem;
}

  @media (max-width:980px){
    .dual-column.row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .dual-column.row > .col {
        max-width:100% !important;
        width: 100% !important;
    }
    .dual-column.row .col:nth-child(1) {
        margin-bottom:2rem;
    }
  }


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Multi Logo Module Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.multi-logo__row.row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

.multi-logo__wrapper .multi-logo {
    width: 250px;
    height: 100px;
}

.multi-logo__wrapper .multi-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}


/* -- carousel -- */

.multi-logo__row.row.multi-logo__carousel {
    display:block !important;
}

.multi-logo__wrapper .multi-logo__row.row.multi-logo__carousel .multi-logo {
    width:20%;
    margin:0 1rem;
}

  @media (max-width:980px){
    .multi-logo__wrapper .multi-logo__row.row.multi-logo__carousel .multi-logo {
        width:35%;
    }
  }

  @media (max-width:680px){
    .multi-logo__wrapper .multi-logo__row.row.multi-logo__carousel .multi-logo {
        width:60%;
    }
  }

.multi-logo__wrapper .multi-logo__row.multi-logo__carousel .image__container {
    width:230px;
    height:100px;
}

.multi-logo__wrapper .multi-logo__row.multi-logo__carousel .multi-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Landing Page Specific Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

/* --- lp header -- */
.lp-header__wrapper {
    position: fixed;
    min-width: 100% !important;
    background: #fff;
    z-index:50;
}
.lp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
    border-bottom: solid thin #000;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.lp-header__wrapper.fixedHeader .lp-header {
    padding:10px 0;
}
.lp-header__wrapper.fixedHeader .lp-header img {
    max-width:200px;
    width:100%;
}

  @media (max-width:680px){
    .lp-header__wrapper.fixedHeader .lp-header img {
        max-width:120px;
        width:100%;
    }
  }

/* --- lp intro -- */
.lp-intro__wrapper {
    padding-top: 13rem;
}
.lp-intro {
    padding: 50px 40px 70px 40px;
}

  @media (max-width:680px){
    .lp-intro {
      padding: 20px 0 40px;
      padding-right: 0;
    }
    .lp-intro table td {
        width: 100% !important;
        max-width: 100% !important;
        float: left;
        border: solid thin #dedede;
    }
  }

/* --- profile info box --- */
.profile-info-box__wrapper .image-break {
    height: 280px;
}

.profile-info-box {
    background: white;
    border: solid 2px #f3f3f3;
    display: flex;
    flex-direction: row;
    padding: 4rem;
    margin-top: -3rem;
    position: relative;
}

.profile-info-box .col {
    width: 50%;
}
.profile-info-box .col:first-of-type {
    margin-top: -8rem;
}

.profile-info-box .profile__img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.profile-info-box .profile__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius:100%;
}

.profile-info-box .profile__info {
    padding: 2rem;
}

.profile-info-box .profile__name,
.profile-info-box .profile__title {
    font-size: 1.5rem;
    margin: 5px 0;
    color:#000000;
    line-height: 1.25;
}
.profile-info-box .profile__name {
    font-weight:bold;
}

.profile-info-box .profile__title {
    color: #6b6b6b;
}

.profile-info-box svg.social__icon {
    max-width: 30px;
    width:100%;
}

.profile__additional-info {
    margin-top: 15px;
}

.profile__additional-info p {
    margin: 0;
}

  @media (max-width:680px){
    .profile-info-box .col {
        width: 100%;
    }
    .profile-info-box {
        flex-direction: column;
        padding: 2rem;
    }
    .profile-info-box .profile__info {
        padding: 2rem 0 1rem;
    }
  }

/*--- simple footer lp --- */

.simple-footer__lp .info {
    padding: 0;
    text-align: center;
    list-style: none;
    color: #000;
}

.simple-footer__lp .info a {
    color: #000;
    text-decoration: none;
}

.simple-footer__lp .info a:hover {
    color: #1C4484;
    cursor: pointer;
}

.info.info__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}