/* med
 * import url('https://www.alfadocs.com/static/material/css/app.min.1.css');
@import url('https://www.alfadocs.com/static/material/css/app.min.2.css');
@import url('https://www.alfadocs.com/css/material-custom.css'); */

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

/****************************************/
/* Customization - Class overwriting    */
/****************************************/

body, #header, #footer, #footer a, #footer span, #footer p {
  font-family: 'Roboto', sans-serif !important;
}

.header-container.container-fluid, .footer-container.container-fluid {
  margin: 0;
  padding: 0;
}

.body-container {
  padding: 30px 0px;
  background-color: #F5F5F5;
}

.section-header {
  margin-bottom: 30px;
}

.alfa-jumo h1, .page-header h1, .section-header h1 {
  font-size: 2.5rem;
	font-weight: 500;
}

.alfa-jumbo .subline, .page-header p.secondary-header, .section-header p.secondary-header {
  font-weight: 300;
  font-size: 1.8rem;
  display: block;
}

h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}

body.blog .post-body h2 {
  font-size: 2.5rem;
}

body.blog .post-body h3 {
  font-size: 2rem;
}

body.blog .post-body h4 {
  font-size: 1.75rem;
}


.enforcing-statement, .enforce {
  font-weight:100;
  font-size: 1.4rem;
}

/* Tablet - SM */
@media (max-width: 768px) and (min-width: 425px) {
	.alfa-jumo h1, .page-header h1, .section-header h1 {
	  font-size: 2.2rem;
  }
  .alfa-jumbo .subline, .page-header p.secondary-header, .section-header p.secondary-header {
    font-weight: 200;
		font-size: 1.5rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.45rem;
  }
  
  body.blog .post-body  h2 {
    font-size: 2.5rem;
  }
  body.blog .post-body  h3 {
    font-size: 2rem;
  }
  body.blog .post-body h4 {
    font-size: 1.75rem;
  }
}
  
	.enforcing-statement {
    font-size: 1.2rem;
  }
}

/* Phones - XS */
@media (max-width: 425px) {
    .alfa-jumo h1, .page-header h1, .section-header h1 {
    font-size: 1.9rem;
  }
  .alfa-jumbo .subline, .page-header p.secondary-header, .section-header p.secondary-header {
    font-weight: 200;
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  
  body.blog .post-body h2 {
    font-size: 2.5rem;
  }
  body.blog .post-body h3 {
    font-size: 2rem;
  }
  body.blog .post-body h4 {
    font-size: 1.75rem;
  }
}
  
  .enforcing-statement {
    font-size: 1rem;
  }
}

.card {
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    margin-bottom: 2.3rem;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 0px;
    border-radius: 0px;
	  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0;
}
.card .card-body.card-padding {
    padding: 23px 26px;
}
.card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
    padding-top: 0;
}
.card-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: -.35rem;
    margin-bottom: 2.1rem;
}
.card-subtitle {
    color: #9c9c9c;
    font-size: 1rem;
    font-weight: 400;
    margin-top: -1.5rem;
    line-height: 1.5;
}
.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.card-subtitle:not(:last-child) {
    margin-bottom: 2rem;
}

.card-header {
  border-bottom: 0 !important;
  padding: 23px 26px !important;
}

.card .card-header h2 small  {
    color: #616161;
}

.card .form-title {
  display: none;
}

.card .card-header:not([class*="bgm-"]) {
    background-color: #f7f7f7;
}

.card.ad-card-white .card-header {
    background-color: #ffffff;
    margin-bottom: 0 !important;
  	padding-bottom: 0 !important;
}
.card.ad-card-white .card-header h2, .card.ad-card-white .card-header small {
    color: #000000;
}
.card.ad-card-white .card-header small {
    color: #9E9E9E;
}

.top-menu #toggle-width .toggle-switch {
    margin-right: 13px;
    margin-left: 15px;
}

.btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/*
 * Checkbox and Radio
 */
.checkbox label,
.radio label {
  padding-left: 30px;
  position: relative;
}
.checkbox input,
.radio input {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}
.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 1px solid #ccc;
}
.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checkbox input {
  width: 17px;
  height: 17px;
  position: absolute;
}
.checkbox input:checked + .input-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .input-helper:before {
  top: 0;
  width: 17px;
  height: 17px;
}
.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 22px;
  height: 9px;
  border-bottom: 2px solid #009688;
  border-left: 2px solid #009688;
  border-bottom-left-radius: 2px;
  left: -1px;
  top: 1px;
}

.radio input {
  width: 19px;
  height: 19px;
}
.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.radio .input-helper:after {
  width: 11px;
  height: 11px;
  background: #009688;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.checkbox-inline,
.radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px;
}

/*
 * Select
 */
html:not(.ie9) .select {
  position: relative;
}
html:not(.ie9) .select:before {
  position: absolute;
  top: 3px;
  left: 88%;
  content: "";
  height: calc(100% - 5px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url("https://www.alfadocs.com/static/material/img/select.png");
  pointer-events: none;
  z-index: 5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  html:not(.ie9) .select:before {
    background-image: url("https://www.alfadocs.com/static/material/img/select@2x.png");
    background-size: 12px 12px;
  }
}
html:not(.ie9) .select:not(.fg-line):before {
  right: 0;
}
html:not(.ie9) .select.fg-line:before {
  right: 10px;
}

/*
 * Input Feilds
 */
.fg-line {
  position: relative;
  vertical-align: top;
  /* Validation Stats */
}
.fg-line:not(.form-group) {
  display: inline-block;
  width: 100%;
}
.fg-line .form-control {
  resize: none;
}
.fg-line .form-control:not(:disabled) {
  color: #000;
}
.fg-line .form-control:disabled {
  color: #9d9d9d;
  background: transparent;
}
.fg-line:not(.disabled):after,
.fg-line:not(.readonly):after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.fg-line:not([class*=has-]):after {
  background: #2196f3;
}
.fg-line.input-toggled:after {
  width: 100%;
}
.fg-line.readonly .form-control {
  color: #9d9d9d;
  background: transparent;
}
.fg-line.fg-toggled:after {
  width: 100%;
}
.fg-line.has-success:after {
  background: #4caf50;
}
.fg-line.has-warning:after {
  background: #ffc107;
}
.fg-line.has-error:after {
  background: #f44336;
}
/* Validation Stats for inner fg-line*/
.has-success .fg-line:after {
  background: #4caf50;
}
.has-warning .fg-line:after {
  background: #ffc107;
}
.has-error .fg-line:after {
  background: #f44336;
}
.fg-float {
  margin-top: 2px;
  position: relative;
}
.fg-float .form-control {
  position: relative;
  background: transparent;
  z-index: 1;
}
.fg-float .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.fg-float .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.fg-float .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.fg-float .fg-label {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  position: absolute;
  top: 5px;
  font-weight: 400;
  color: #959595;
  pointer-events: none;
  z-index: 0;
  left: 0;
  white-space: nowrap;
}
.fg-float .input-lg + .fg-label {
  font-size: 17px;
}
.fg-float .input-sm + .fg-label {
  font-size: 11px;
}
.fg-float .fg-toggled + .fg-label {
  top: -20px;
  font-size: 11px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #b4b4b4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-link {
  text-transform: upper;
}

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


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

.card:not(.ad-card-white) {
    padding-top: 0;
}

.ad-card-testimonial {
    position: relative;
}
.ad-card-testimonial img {
    width:53px;
    padding-right: 10px;
  	border-radius: 50%;
}
.ad-card-testimonial i.fa {
    color: #00BCD4;
    font-size: 140%;
}
.ad-card-testimonial i.fa-quote-left {
    position: absolute;
    top:7px; left:7px;
}
.ad-card-testimonial i.fa-quote-right {
    position: absolute;
    bottom:7px; right:7px;
}
.ad-card-testimonial .card-body {
    text-align: justify;
}

.ad-cta span.ad-cta-frame {
		font-size: 120%;
    font-weight: 300;
  	margin-bottom: 10px;
  	display: block;
}

.hero-text {
    margin-bottom: 30px;
    font-size:190%;
    line-height:150%;
}
.heor-text h1, .hero-text p {
    // color: #fff;
}
.hero-text h1 {
    margin-top:0;
    font-size: 51px;
}
.hero-text h2 {
    margin-top:0;
    font-size: 43px;
}
.hero-text p, .text-hero p {
    font-weight: 300;
}

.legal-consent-container p:before {
	font-family: "FontAwesome";
  font-weight: "bold";
  content: "\f05a \00a0";
  color: #00BCD4;
}

/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  border-top-color: #ffffff;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: #ffffff;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: #ffffff;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: #ffffff;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.hs_cos_wrapper.widget-type-language_switcher {
  position: absolute;
}

.globe_class {
    background-image: none;
    position: absolute;
    top: -50px;
    left: 250px;
    width: 100px;
    z-index: 9;
}

.current-language {
    position: absolute;
    top: 24px;
    left: 250px;
    color: #ffffff;
}

.website-2020 .globe_class {
    background-image: none;
    position: absolute;
    top: -50px;
    left: 190px;
    width: 100px;
    z-index: 9;
}

.website-2020 .current-language {
    position: absolute;
    top: 15px;
    left: 190px;
    color: #ffffff;
}

.current-language::after {
    font-family: "FontAwesome";
    content: "\f0d7";
}

.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.z-depth-2 {
    box-shadow: 0 8px 17px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}
.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}

.story-section {
      padding: 80px 0px;
}
.story .story-section:first-child {

}
.story .hs-cos-wrapper .story-section {
    background-color: red;
}

@media (max-width: 767px) {
  .story-section {
      padding: 30px 0px;
  }
  .story .story-section:first-child {
      
  }
}

.container-xs {
    max-width: 360px;
}

.container-sm {
    max-width: 520px;
}

.container-md {
    max-width: 720px;
}

.container-lg {
    max-width: 920px;
}

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.center-inline-block {
  display: inline-block !important;
}

.custom-header-top-menu .hs-menu-depth-1 {
  text-transform: uppercase;
}

.custom-header-top-menu .hs-menu-depth-2 {
   text-transform: none;
}

.rd-thankyou-content {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  float: none !important;
}

.thankyoumsg-module {
  background-color: #E8F5E9;
  border: 1px solid #C8E6C9;
  color: #1B5E20;
  font-size: 15px;
  padding: 15px 44px 15px 30px;
  margin: 0 0 18px;
}

.close {
  float: right;
  font-size: 19.5px;
  line-height: 1;
  opacity: .5;
  filter: alpha(opacity=50);
  font-weight: 400;
  text-shadow: none;
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.thankyoumsg-module h3 {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 9px;
}

.thankyoumsg-module p {
  margin: 0;
}

.thankyoumsg-module a {
  cursor: pointer;
}

.custom-advideo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.custom-advideo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-thankyou-row1 .hs_cos_wrapper_type_header {
  background: #0097A7;
  display: block;
  overflow: hidden;
  padding: 20px;
  color: #FFF;
}

.rd-thankyou-row1 .hs_cos_wrapper_type_header h1 {
  color: #FFF;
  font-weight: 400;
  margin: 0 0 2px;
  line-height: 100%;
  font-size: 21px;
}

.rd-thankyou-rows-group {
  box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
  position: relative;
  background: #fff;
  margin: 0 0 53px;
}

.rd-thankyou-row2 {
  padding: 20px;
}

.rd-thankyou-row2 p {
  color: #0097A7;
}

.rd-thankyou-row2 p i.fa {
  float: left;
  margin-top: 3px;
}

.rd-thankyou-row2 p span {
  display: block;
  margin-left: 20px;
  line-height: 1.42857143;
}


@media (max-width: 767px) {

  .rd-thankyou-rows-group {
    margin: 0 0 93px;
  }

}

.close:hover {
  color: #1B5E20;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

ul.list-checked {
   list-style: none;
   padding-left: 20px;
}
ul.list-checked li {
  position: relative;
  padding-left: 25px;
}
ul.list-checked li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: ' ';
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z' fill='%234CAF50' /></svg>") no-repeat;
}

ul.list-checked-lg {
  font-size: 120%;
  line-height: 200%;
}
ul.list-checked-lg li:before {
  top: 10px;
}

.blog .blog-content ul {
  margin-top: -20px;
}

.text-bg-transparent-30 {
  padding: 5px;
  background: rgba(255,255,255,0.3);
}

.pricing-table-module-2020 {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  overflow: visible;
}

.recommended-plan {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 155px;
    z-index: 1;
}

div.cta p {
  font-size: 120%;
  font-weight: 200;
  text-align: center;
  margin-bottom: 0;
}

.customer-proof {
  background-color: #ECEFF1;
  padding: 40px;
  text-align: center;
}

.customer-proof p {
  margin-bottom: 10px;
}

.customer-proof p span {
  font-size: 18px;
  font-weight: 200;
}

.customer-proof-logos img {
  margin: 10px;
  height: 30px;
  width: auto;
}

.story-section-copy span.pre-header {
  font-size: 20px;
  text-transform: uppercase;
  color: #BF360C;
}

.story-section-copy h1 {
  font-size: 40px;
  color: #424242;
  margin-top: 5px;
  margin-bottom: 20px;
}

.story-section-copy h2 {
  font-size: 32px;
  color: #424242;
  margin-top: 5px;
  margin-bottom: 20px;
}

.story-section-copy p {
  font-size: 20px;
  font-weight: 200;
  color: #424242;
}

.story-section-space-1 {
  margin-top:20px;
}
.story-section-space-2 {
  margin-top:40px;
}
.story-section-space-3 {
  margin-top:80px;
}

@media (max-width: 767px) {
  .story-section-copy span.pre-header {
    font-size: 17px;
  }

  .story-section-copy h1 {
    font-size: 34px;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .story-section-copy h2 {
    font-size: 27px;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .story-section-copy p {
    font-size: 17px;
    font-weight: 200;
    color: #424242;
  }  
  .story-section-space-1 {
    margin-top:10px;
  }
  .story-section-space-2 {
    margin-top:20px;
  }
  .story-section-space-3 {
    margin-top:40px;
  }
}

.story-section-copy-left {
  text-align: left;
}

.story-section-copy-right {
  text-align: right;
}

@media (min-width: 768px) {
  .website-2020 .mobile-trigger {
      display: none !important;
  }
}

@media (max-width: 427px) {
  .website-2020 .globe_class {
      left: 255px;
  }
  .website-2020 .current-language {
      left: 255px;
  }
}

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li.accedi {
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 5px 0 5px;
}

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li.videovisita {
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 5px 0 5px;
  font-weight: 700;
}

.page-center-header {
  float: none !important;
  max-width: 1170px !important;
  margin: 0 auto !important;
}

.buttons-inline .btn, .buttons-inline .cta_button {
  margin-bottom: 5px;
  margin-right: 3px;
}

/*
 * Link coloring
 * 
 */
body:not(.blog) .body-container a:not(.btn):not(.custom-blue-button):not(.custom-btn),
body:not(.blog) .body-container a:not(.btn):not(.custom-blue-button):not(.custom-btn):focus,
body:not(.blog) .body-container a:not(.btn):not(.custom-blue-button):not(.custom-btn):visited
{
  color: #00B8D4;
}
body:not(.blog) .body-container a:not(.btn):not(.custom-blue-button):not(.custom-btn):hover, 
body:not(.blog) .body-container a:not(.btn):not(.custom-blue-button):not(.custom-btn):active
{
  color: #006064;
}
body:not(.blog) .footer-container a:hover, .footer-container a:focus, .footer-container a:active, .footer-container a:visited {
  color: #ffffff; 
}

.blog .post-item {
  background-color: #ffffff;
}


/* Hide chevron down arrows in top navigation - compatibility to old website navigation */
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: none;
}

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul {
  min-width: 190px;
}

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
    content: "";
    margin-right: 3px;
}


.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.agenda > a:before {
  content: "\f274";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.prenotazione-online > a:before {
  content: "\f245";
}
/* Icons in Top Navigation Drop-Down */
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.agenda-e-prenotazione > a:before {
    content: "\f274";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.firma-automatica > a:before {
  content: "\f040";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.relazione-e-automazione > a:before {
    content: "\f0d0";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.cartelle-e-radiografie > a:before {
    content: "\f07c";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.documenti-e-firme > a:before {
   /* Font-awesome 5 required ->    content: "\f573"; */
  content: "\f56c";
}
.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.analisi-e-fatturazione > a:before {
   /* Font-awesome 5 required -> content: "\f571"; */
  content: "\f0c3";
}

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.automazione-pagamenti > a:before {
  content: "\f013";} 

.website-2020 .custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li.videovisita- > a:before {
  content: "\f03d";
}

.custom-product-opener-grp .custom-bg-grp {
  background-position: top right;
  width: 57%;
  height: auto;
  position: absolute;
  right: 0;
}
.custom-product-opener-grp .custom-bg-grp .custom-bg {
  background-position: top left;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}
.custom-product-opener-grp .custom-content-grp.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-left-col {
  max-width: 33.33333333%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-left-col .custom-card-grp {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  margin-bottom: 30px;
  border-radius: 3px;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-left-col .custom-card-grp .custom-card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-left-col .custom-card-grp .custom-card-header {
  background-color: #ffffff;
  margin-bottom: 0!important;
  padding: 23px 25px;
  position: relative;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-left-col .custom-card-grp .custom-card-body.card-padding {
  padding: 23px 26px;
  padding-top: 0;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-right-col img {
  box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
  display: none!important;
}
.custom-product-opener-grp .custom-content-grp.clearfix .custom-right-col {
  max-width: 66.66666667%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

p.video-description {
  font-size: 120%;
  max-width: 90%;
}

.story-section .section-header h1 {
  margin-top: 0px;
}

/*
 * Material Background Colors
 */
.bgm-white {
  background-color: #ffffff !important;
}
.c-white, .c-white h2, .c-white span {
  color: #ffffff !important;
}
.bgm-black {
  background-color: #000000 !important;
}
.c-black {
  color: #000000 !important;
}
.bgm-brown {
  background-color: #795548 !important;
}
.c-brown {
  color: #795548 !important;
}
.bgm-pink {
  background-color: #e91e63 !important;
}
.c-pink {
  color: #e91e63 !important;
}
.bgm-red {
  background-color: #f44336 !important;
}
.c-red {
  color: #f44336 !important;
}
.bgm-blue {
  background-color: #2196f3 !important;
}
.c-blue {
  color: #2196f3 !important;
}
.bgm-purple {
  background-color: #9c27b0 !important;
}
.c-purple {
  color: #9c27b0 !important;
}
.bgm-deeppurple {
  background-color: #673ab7 !important;
}
.c-deeppurple {
  color: #673ab7 !important;
}
.bgm-lightblue {
  background-color: #03a9f4 !important;
}
.c-lightblue {
  color: #03a9f4 !important;
}
.bgm-cyan {
  background-color: #00bcd4 !important;
}
.c-cyan {
  color: #00bcd4 !important;
}
.bgm-teal {
  background-color: #009688 !important;
}
.c-teal {
  color: #009688 !important;
}
.bgm-green {
  background-color: #4caf50 !important;
}
.c-green {
  color: #4caf50 !important;
}
.bgm-lightgreen {
  background-color: #8bc34a !important;
}
.c-lightgreen {
  color: #8bc34a !important;
}
.bgm-lime {
  background-color: #cddc39 !important;
}
.c-lime {
  color: #cddc39 !important;
}
.bgm-yellow {
  background-color: #ffeb3b !important;
}
.c-yellow {
  color: #ffeb3b !important;
}
.bgm-amber {
  background-color: #ffc107 !important;
}
.c-amber {
  color: #ffc107 !important;
}
.bgm-orange {
  background-color: #ff9800 !important;
}
.c-orange {
  color: #ff9800 !important;
}
.bgm-deeporange {
  background-color: #ff5722 !important;
}
.c-deeporange {
  color: #ff5722 !important;
}
.bgm-gray {
  background-color: #9e9e9e !important;
}
.c-gray {
  color: #9e9e9e !important;
}
.bgm-bluegray {
  background-color: #607d8b !important;
}
.c-bluegray {
  color: #607d8b !important;
}
.bgm-indigo {
  background-color: #3f51b5 !important;
}
.c-indigo {
  color: #3f51b5 !important;
}

.card-header:not(.ch-alt):not([class*="bgm-"])+.card-padding {
  padding-top: 20px !important;
}

/* Remove chat shadow
   ========================================================================== */
.shadow {
  background: none!important;
  box-shadow: none!important;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.bg-transparent-white-3 {
    background: rgba(255,255,255,0.3);
}
.bg-transparent-white-7 {
    background: rgba(255,255,255,0.7);
}
.bg-transparent-white-8 {
    background: rgba(255,255,255,0.8);
}

.cta .pre-cta {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

.dnd-column {
  justify-content: flex-start !important;
}

.card-top-icon {
  color: #0097A7;
  text-align:center;
  margin-bottom: 10px;
}

#hubspot-messages-iframe-container {
  z-index: 999999!important;
}

/*Freemium registration form*/
#hs_cos_wrapper_widget_1604574302946 {
  box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 20px rgba(0,0,0,0.12);
}