/****************************************************************************/
/* This is the main CSS file of the 3YOURMIND EDGE Theme.                   */
/* @author: Florian Strasser                                                */
/* @date_created: 12-2017                                                   */
/****************************************************************************/

/* Colors */



/* Typography */







/* Containers */



/* Diagonal Sections */





/* ###################################### */
/*          General Formatting            */
/* ###################################### */

html {
	scroll-behavior: smooth;
}

body {
  font-family: 'proxima-nova', sans-serif;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

section{
  padding: 25px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center center;
}

section p a:not(.btn), section.read-more-section li a:not(.btn), footer a:not(.btn), header p a, .event-details a, h2 a{
  color: inherit;
  padding: 1px 2px;
  margin: -1px -2px;
  text-decoration: none;
  background-image: linear-gradient(#f51555, #f51555);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
  transition: background-size .1s;
}

a:hover{
  color: inherit;
  text-decoration: none;
}

section p a:not(.btn):hover, footer a:not(.btn):hover,  header p a:hover, .event-details a:hover, h2 a:hover{
  background-size: 100% 50%;
}
section.read-more-section li:before{
  display: none; 
}
section.read-more-section li a:not(.btn), footer li a:not(.btn){
  background-size: 5px 5px;
  margin: 0;
  padding: 3px 3px 3px 10px;
  background-position: left center;
  transition: background .2s;
}
section.read-more-section li a:not(.btn):hover, footer li a:not(.btn):hover{
  background-size: 100% 2px;
  background-position: left bottom;
}
section.dark .footer-sm-logos a:not(.btn), .footer-sm-logos a:not(.btn){
  color: #fff;
  background-image: none;
  transition: color .1s;
}
section.dark .footer-sm-logos a:not(.btn):hover,.footer-sm-logos a:not(.btn):hover{
  color: #f51555; 
}

/* ------------ Headings ------------- */
/* Title */
h1 {
  font-weight: 800;
  line-height: 1.3;
}

/* Section Header */
h2, .h2 {
  margin-bottom: 35px;
  line-height: 1.3;
}

/* Header */
h3, .h3 {
  font-weight: 500;
  margin-bottom: 30px;
}

/* Header */
h4, .h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #989898;
}

/* Header */
h5, .h5 {
}

p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

p:last-child{
  margin-bottom: 20px; 
}

header h1{
  margin: 0px 0px 30px;
  font-size: 25px;
  line-height: 1;
}
header h1 strong{
  font-size: 50px;
  font-weight: 800;
}

header h2, header p{
  margin-bottom: 15px;
  font-weight: 200;
}

header p{
  font-size: 110%; 
}

header .btn{
 margin-top: 55px; 
}

section p { line-height: 1.6em; }

img { max-width: 100%; }

a { color: #333333; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

section li {
  list-style: none;
  margin-bottom: 10px;
}

section .dropdown-menu li {
  text-indent: initial;
  margin-bottom: initial;
}

section li::before {
  display: inline-block;
  content: '';
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  margin-bottom: .1rem;
  margin-right: 0.75rem;
  border: 2px solid #18386c;
}

section .dropdown-menu li::before {
  display: none;
}

section.dark li::before {
  border-color: #fff;
}

.carousel-indicators li::before,
.hs-error-msgs li::before {
  display: none;
}

.glyphicon,                     /* Bootstrap Icons   */
i.fas, i.far, i.fal, i.fab {    /* FontAwesome Icons */
  margin: 0 5px;
}
nav .glyphicon{
  font-size: 15px;
}


.dark .dropdown-menu {
    background-color: #4d4d4d;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .6);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.modal .modal-content {
	color: #4f4f4f;
}

.small-content p{
    font-size: 14px; 
    margin-bottom: 14px;
}
.small-content h3{
    font-size: 20px;
    margin-bottom: 14px;
}


/* ------------ Hubspot Forms ------------- */
form ul {
  padding: 0;
  margin-bottom: 0;
}

form li {
  list-style: none;
  text-indent: 0;
}

form li::before {
  display: none !important;
}

form li input {
  float: left;
  max-width: 20px;
}

form a, .hero-header.dark form a{
  color: #20498c;
}

.field > label {
  font-size: 14px;
  font-weight: 500;
}

label {
  font-size: 13px;
  font-weight: 300;
}

.hs-form .field, .hs-form .hs-richtext {
  margin-top: 15px;
  font-size: 75%;
}

.hs-form > .hs-richtext:first-child,
.hs-form > .field:first-child,
.hs-form > fieldset:first-child > .hs-richtext,
.hs-form > fieldset:first-child > .field {
  margin-top: 0;
}

.hs-input {
  width: unset !important;
}

.hs-form-field, .hs-submit {
  padding: 0px 8px;
}

.input > input:not([type="file"]), .input > textarea {
  width: 100% !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea, select {
  min-height: 40px;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
}

input[type="checkbox"] {
    margin-right: 10px;
}

input.hs-button.primary {
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 2px;
  margin: 30px auto 10px;
  display: block;
}

      legend{
        font-size: inherit;
      }
      fieldset{
        max-width: none !important; 
      }


/* ###################################### */
/*         Custom Helper Classes          */
/* ###################################### */

/* Navbar */
.navbar {
  margin-bottom: 0;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  line-height: 0;
  padding: 0;
}


nav.navbar, nav.navbar-top {
  background-color: #1c345c;
}

nav.navbar-top {
  position: absolute;
}

.navbar-right > a {
  padding-right: 15px;
}

.navbar-sticky {
  position: fixed;
  top: -60px;
  transition: top 300ms ease;
  z-index: 1029;
}

.navbar-brand-logo {
  height: 25px;
  margin-top: -2px;
  width: auto;
}

.navbar-nav ul {
  display: inline-block;
  margin: 0;
}

.navbar-nav li {
  position: relative;
  display: block;
  float: left;
  padding: 0;
}

.navbar-nav li a {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(#204b8f,#204b8f);
  background-position: top center;
  background-size: 100% 0px;
  background-repeat: no-repeat;
  transition: background .2s;
}

.navbar-nav li:first-child ul li:nth-child(1) a{
  background-image: linear-gradient(#654ABA,#654ABA);
}
.navbar-nav li:first-child ul li:nth-child(2) a{
  background-image: linear-gradient(#2C66C4,#2C66C4);
}
.navbar-nav li:first-child ul li:nth-child(3) a{
  background-image: linear-gradient(#00839E,#00839E);
}
.navbar-nav li:first-child ul li:nth-child(4) a{
  background-image: linear-gradient(#8C428C,#8C428C);
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.navbar-nav li.active-branch.hs-menu-depth-1>a{
   background-size: 100% 100%;
}

.navbar-nav li.active-branch.hs-menu-depth-1>a::after{
  position: absolute; content: ''; display: block;
  width: 100%; height: 2px; left: 0px; bottom: 0px;
  background-color: #f51555;
  pointer-events: none;
}


.navbar-nav li ul {
  display: inline-block;
  overflow: auto;
  left: 0;
  margin: 0;
  background-color: #1c345c;
  padding: 0;
  font-size: 16px;
}

.navbar-sticky .navbar-nav li ul {
  background-color: #1c345c;
}

.navbar-nav li ul li {
  min-width: 100%;
}
.navbar-nav li ul li:last-of-type {
  border-bottom: none;
}

.navbar-nav li.hs-menu-depth-2 a{
  padding: 10px 15px;
  background-size: 0% 100%;
  background-position: left bottom;
}
.navbar-nav li.active-branch.hs-menu-depth-2 a{
  background-size: 100% 2px;
}

.navbar-nav li.hs-menu-depth-2 a:hover{
  background-size: 100% 100%; 
}


/* Navbar Collapsing */
.navbar-fixed-top .navbar-collapse {
  max-height: unset;
}

.navbar-collapse.in {
  overflow-y: unset;
  padding-bottom: 60px;
}

.navbar-collapse.in li.active-branch.hs-menu-depth-1.hs-item-has-children>a::after{
  display: none; 
}

.navbar-collapse.collapse.in .navbar-nav li,
.navbar-collapse.collapsing .navbar-nav li {
  float: none;
}

.navbar-collapse.collapse.in .navbar-nav li ul,
.navbar-collapse.collapsing .navbar-nav li ul {
  position: unset;
  visibility: visible;
  display: block;
  top: 0px;
  background-color: transparent;
  border: none;
  padding-left: 25px;
}

/* Submenu */
nav.submenu{
  width: 100%;
  z-index: 10;
  text-align: right;
  font-size: 16px;
}
      
nav.submenu>div.container, nav.submenu>div.container-fluid{
  padding-top: 52px;
  color: #fff;
}
nav.submenu ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.submenu li{
  display: inline-block;
  position: relative;
  padding: 0;
  border-bottom: rgba(255,255,255,0) 1px solid;
}
nav.submenu a{
  position: relative;
  display: inline-block;
  padding: .5em;
  color: rgba(255,255,255,.7);
  transition: color .2s;
  white-space: nowrap;
}
nav.submenu a:hover, nav.submenu a:active, nav.submenu a:focus, nav.submenu li.active a{
  text-decoration: none;
  color: rgba(255,255,255,1);
}      
nav.submenu li.active{
  border-bottom-color: rgba(255,255,255,1);
}
nav.submenu li::after{
  position: absolute;
  left: 100%;
  top: .5em;
  color: rgba(255,255,255,.7);
  content: "";
}
nav.submenu li.hs-menu-depth-1.hs-item-has-children>ul::before{
  position: absolute;
  right: 100%;
  top: .5em;
  color: rgba(255,255,255,.7);
  content: "";
}
nav.submenu li.hs-menu-depth-1:first-child{
  margin-right: .4em; 
}
nav.submenu li.hs-menu-depth-1.hs-item-has-children>ul{
  position: relative;
  margin-left: .4em;
}

nav.submenu li.hs-menu-depth-1:first-child::after, nav.submenu li.hs-menu-depth-1.hs-item-has-children>ul::before{
  content: ">";
}
nav.submenu li:last-child::after{
  content: "";
}




/* ------------------------------- */
.hero-header {
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg-vertical-top { background-position: top center !important; }
.bg-vertical-center { background-position: center center !important; }
.bg-vertical-bottom { background-position: bottom center !important; }

.hero-header .container{
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 0px;
}



.hero-header.dark a { color: #fff; }

.overlay-10 { background-color: rgba(0, 0, 0, 0.1); }
.overlay-20 { background-color: rgba(0, 0, 0, 0.2); }
.overlay-30 { background-color: rgba(0, 0, 0, 0.3); }
.overlay-40 { background-color: rgba(0, 0, 0, 0.4); }
.overlay-50 { background-color: rgba(0, 0, 0, 0.5); }
.overlay-60 { background-color: rgba(0, 0, 0, 0.6); }
.overlay-70 { background-color: rgba(0, 0, 0, 0.7); }
.overlay-80 { background-color: rgba(0, 0, 0, 0.8); }
.overlay-90 { background-color: rgba(0, 0, 0, 0.9); }

/* ------------------------------- */
.dark {
  background-color: #3a3a3a;
  color: #ffffff;
}

.dark a {
  color: #fff;
}

.dark blockquote .small, .dark blockquote footer, .dark blockquote small {
    color: #ddd;
}

.blue {
  background-color: #18386c;
}

.grey {
  background-image: radial-gradient(circle, #fff, rgba(0, 0, 0, 0.03));
}

.intro-section { border-bottom: 1px solid #e1e1e1; }

.three-features-section .row > div {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}

/* ------------------------------- */



.edge-bottom, .hero-header, .diagonal, .diagonal-bottom{
  padding-bottom: 350px;
}
.edge-bottom::after, .hero-header::after, .diagonal::after,.diagonal-bottom::after{
  content: "";
  background-image: url('https://www.3yourmind.com/hubfs/2-Layout/real-edge.svg');
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}




.diagonal-skew{
  padding: 8vw 0;
}

.diagonal-skew>.background{
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  transform: skewY(-7deg);
  transform-origin: center center;
}

.diagonal-skew>.background>div{
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  width: 100%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: skewY(7deg);
  transform-origin: center center;
}

.diagonal-skew.dark{
  background: transparent; 
}

.final-cta-section{
  padding: 150px 0 100px;
}

section.cardbox-menu{
  padding: 0 0 250px;
  margin-top: 210px;
}

section.cardbox-menu>div.container{
  position: relative;
  top: -200px;
  z-index: 10;
}


/* ------------------------------- */
.inline-button-md {
  margin: 5px 30px;
}

.inline-button-lg {
  margin: 13px 30px;
  font-size: 17px;
}

.inline-button-md a,
.inline-button-lg a {
  color: inherit;
}

/* ------------------------------- */
.carousel-indicators { bottom: -20px; }

.carousel-indicators .active { background-color: #666; }
.carousel-indicators li { border-color: #666; }

.dark .carousel-indicators .active { background-color: #FFF; }
.dark .carousel-indicators li { border-color: #FFF; }


/* ------------------------------- */
.container {
  max-width: 1080px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.section-header {
}

.section-description {
  max-width: 730px;
  margin: 0 auto 50px;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-footer {
  padding: 85px 0;
  background-color: #222222;
}

/* ------------------------------- */
.country-flag {
    display: inline-block;
    width: 22px;
    height: 14px;
    background-image: url('https://www.3yourmind.com/hubfs/2-Layout/flags-sprite.png');
    background-position: 0 0;
    margin-right: 5px;
}

.country-flag.flag-en-us { background-position: 0 0; }
.country-flag.flag-de { background-position: 0 -100%; }
.country-flag.flag-pl { background-position: 0 -200%; }
.country-flag.flag-fr { background-position: 0 -300%; }
.country-flag.flag-us { background-position: 0 -400%; }
.country-flag.flag-uk { background-position: 0 -500%; }

/* ------------------------------- */
.edge-space-25 {
  display: block;
  margin: 12.5px 0;
  height: 1px;
  width: 100%;
}

.edge-space-50 {
  display: block;
  margin: 25px 0;
  height: 1px;
  width: 100%;
}

.edge-space-100 {
  display: block;
  margin: 50px 0;
  height: 1px;
  width: 100%;
}

.edge-space-200 {
  display: block;
  margin: 100px 0;
  height: 1px;
  width: 100%;
}

.shadow {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-radius: 2px;
}

.shadow.hover-shadow:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.card-shadow {
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  border-radius: 2px;
  transition: all 300ms cubic-bezier(.25,.8,.25,1);
}

.card-shadow.elevate:hover {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.narrow .container {
  max-width: 800px;
}

.text-bigger p {
  font-size: 20px;
}

/* ------------------------------- */
.filter-blue-to-purple {
  filter: hue-rotate(108deg) saturate(90%) brightness(81%);
}

.filter-blue-to-green {
  filter: hue-rotate(-58deg) saturate(126%) brightness(60%);
}

/* Webkit only: */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  .filter-blue-to-purple {
    -webkit-filter: hue-rotate(108deg) saturate(90%) brightness(81%);
    filter: hue-rotate(108deg) saturate(90%) brightness(81%);
  } 
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  .filter-blue-to-green {
    -webkit-filter: hue-rotate(-58deg) saturate(126%) brightness(60%);
    filter: hue-rotate(-58deg) saturate(126%) brightness(60%);
  } 
}


/* ###################################### */
/*             Custom Modules             */
/* ###################################### */

/* ------------ Iframe Modal ------------- */

.iframe-modal .modal-content {
  background-color: #eee;
}

.iframe-modal .modal-content iframe {
  width: 100%;
  min-height: 350px;
  padding-top: 50px;
}

/* ------------ Form Modal ------------- */

.form-modal .modal-dialog {
  max-width: 440px;
  margin-top: 100px;
}

.form-modal .modal-content {
  border-radius: 0;
  background-color: #f7f7f7;
}

.form-modal .modal-body {
    padding: 20px;
}

.form-modal h3.form-title {
    padding: 20px;
    margin: -20px -20px 20px;
    background-color: #444;
    color: #fff;
    border-bottom: 10px solid #165cc1;
    text-align: center;
}

.modal .close {
  position: absolute;
  top: -17px;
  right: -17px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #2c66c4;
  color: #fff;
  opacity: .9;
  border: 2px solid #fff;
  font-size: 31px;
  text-shadow: none;
  font-weight: 500;
  z-index: 5;
}

.modal .close:hover { opacity: 1; }

.modal .close span {
  margin-top: -2px;
  display: block;
}

/* ------------ Video Modal ------------- */
.video-modal .modal-body {
  padding: 5px;
}
.modal-open .video-modal.in{
  background-color: rgba(28, 52, 92,.9);
}

.modal-backdrop.in, .modal-backdrop.fade{
  display:none;
}

/* ------------ 3YD Icons ------------- */
.icon-circle-wrapper {
  border-radius: 50%;
  height: 145px;
  width: 145px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  margin: 0 auto 25px;
}

/* ------------ Cardbox ------------- */
.cardbox {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 100%;
  transition: all 200ms ease;
}

.cardbox:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }

.cardbox-header {
  height: 150px;
  background-color: #bbb;
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding: 20px 30px;
  display: flex;
	align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

section:not(.narrow) .col-sm-6 .cardbox-header {
  height: 220px;
}

.cardbox h3 { margin: 5px 0 10px; }

.cardbox-content { padding: 20px 30px; }

.cardbox-link a {
  padding: 10px 30px;
  border-top: 1px solid #d8d8d8;
}

.cardbox-link a {
  display: block;
  width: 100%;
  color: #18386c;
}

.cardbox-link:hover {
  background-color: #F8F8F8;
}

.cardbox.boxes-4 .cardbox-header { height: 110px; }
.cardbox.boxes-4 .cardbox-content { padding: 15px 22px; }
.cardbox.boxes-4 h3 { font-size: 18px; }
.cardbox.boxes-4 p { font-size: 14px; }

.cardbox p:last-child { margin-bottom: 0; }

.cardbox-wrapper-col{
   margin-bottom: 50px; 
}

/* ------------ Client Logos ------------- */
.client-logos {
  margin-top: 80px;
}

.client-logos-5 {
  text-align: center;
}

.client-logos-5 .client-logo {
  width: 32%;
  display: inline-block;
}

.client-logo {
    height: 50px;
    padding: 0 30px;
    vertical-align: middle;
    text-align: center;
  	margin-bottom: 50px;
    transition: all 200ms ease;
}

.client-logo:hover { transform: scale(1.1, 1.1) }

.client-logo::before {
    content: "";
    display: inline-block !important;
    height: 100%;
    min-height: inherit;
    vertical-align: middle;
}

.client-logo > img {
    max-height: 100%;
    display: inline;
}

/* ----------- Testimonial Carousel ------------ */
.testimonial-carousel {
  max-width: 770px;
}

.testimonial-carousel .item {
  min-height: 300px;
}

.testimonial-photo {
  max-width: 190px;
  max-height: 190px;
}

.testimonial blockquote {
  border-left-color: #18386c;
}

.testimonial-logo {
  margin: 10px 0 0 15px;
  max-height: 20px;
  max-width: 100px;
}

/* ----------- Colored Ribbon ------------ */
.colored-ribbon {
  background-image: linear-gradient(90deg, #2b5aa0 50%, #8bb01a);
  text-align: center;
}

.colored-ribbon p {
  margin: 15px 0;
}

.colored-ribbon .btn {
  margin: 20px 20px 0 20px;
}

.colored-ribbon a {
  text-decoration: underline;
  color: #FFFFFF;
}

/* ----------- Read More Section ------------ */
.read-more-section {
  padding-bottom: 60px;
  list-style: none;
}

.read-more-section .icon {
  max-height: 20px;
  max-width: 20px;
  margin-top: 5px;
  float: left;
}

.read-more-section h3 {
  display: inline-block;
  margin: 0 0 20px 10px;
}

.read-more-section .row ul {
  padding-left: 30px;
  margin-bottom: 45px;
}

.read-more-section .row li {
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
}

.read-more-section hr {
  opacity: 0.2;
  margin-bottom: 45px;
}

/* ----------- Footer Newsletter Form ------------ */
.footer-newsletter-form {
    position: relative;
}

.footer-newsletter-form form {
  position: relative;
}

.footer-newsletter-form label {
  font-weight: 300;
  font-size: 16px;
}

.footer-newsletter-form .hs-form-required {
    display: none;
}

.footer-newsletter-form .input > .hs-input {
  margin: 10px 15px 20px 20px;
  min-height: 32px;
  border: none;
  border-radius: 2px;
  background-color: #545454;
  padding: 0 10px;
  font-size: 16px;
  width: unset !important;
}

.footer-newsletter-form .hs_error_rollup {
  display: none;
}

.footer-newsletter-form .hs-error-msgs {
  position: absolute;
  top: 60px;
  width: 574px;
  z-index: 1;
}

.hs-error-msgs {
  padding: 0;
	margin: 7px 0 0;
}

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  padding: 5px 15px;
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 0.25rem;
  position: relative;
  font-size: 13px;
}

.hs-error-msgs label::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #f8d7da transparent;
}

.footer-newsletter-form input.hs-button {
  margin-top: -5px;
  padding: 6px 18px;
  font-size: 14px;
}

.footer-newsletter-form * {
    display: inline-block;
}

.read-more-section .hs_gdpr_newsletter_consent * {
  display: unset;
  margin: 0 10px 0 0;
  padding: 0;
}

.read-more-section .hs_gdpr_newsletter_consent {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  text-align: left;
}

.read-more-section .hs_gdpr_newsletter_consent label {
  font-size: 85%;
}

/* ----------- Main Footer ------------ */

footer li { list-style: none; }

.footer-left {
  width: 100%;
  padding-right: 60px;
  margin-bottom: 30px;
}

.footer-left p {
  font-size: 12px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-sm-logos {
  margin-bottom: 35px;
}

.footer-sm-logos i {
  margin: 0 28px 0 0;
}

.footer-eu-logo {
  max-width: 90%;
  margin-bottom: 15px;
}

.footer-sitemap {
  width: 100%;
  margin-bottom: 30px;
}

.footer-sitemap h5 {
  margin-bottom: 5px;
}

.footer-sitemap ul {
  padding-left: 10px;
  margin-bottom: 20px;
}

.footer-sitemap li {
  font-size: 14px;
}

.footer-info {
  clear: both;
}

.footer-info p,
.footer-info a  {
  font-size: 14px;
  margin-bottom: 10px;
}


/* ###################################### */
/*               Buttons                  */
/* ###################################### */

a.btn { text-decoration: none !important; }

.btn {
  padding: 6px 18px;
  border-radius: 2px;
  white-space: normal;
  transition: all .2s;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.btn:hover{
  transform: translate(2px,5px);
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 12px 24px;
}

.btn-hg{
  padding: 15px 30px;
  font-size: 20px;
}

input[type="button"],
input[type="submit"] {
  white-space: normal;
}

.btn,
.btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn.no-margin,
.btn-group .btn {
  margin-top: 0;
  margin-bottom: 0;
}

/* ------------ Blue ------------- */
.btn-blue,
.hs-form input.hs-button.primary,
.modal.form-modal .hs-form input.hs-button.primary,
.dark .hero-form-wrapper .hs-form input.hs-button.primary {
  background-color: #18386c;
  color: #fff !important;
  border: none;
}

.btn-blue:hover,
.hs-form input.hs-button.primary:hover,
.modal.form-modal .hs-form input.hs-button.primary:hover,
.dark .hero-form-wrapper .hs-form input.hs-button.primary:hover {
  background-color: #f51555 !important;
  color: #fff !important;
}

.btn-blue-inverse {
  background-color: transparent;
  color: #18386c !important;
  border: 1px solid #18386c;
}

.btn-blue-inverse:hover {
  background-color: #18386c !important;
  color: #FFFFFF !important;
}

.btn-blue-text {
  color: #18386c !important;
  background: transparent;
}

.btn-blue-text:hover {
  background: rgba(44, 102, 196, 0.16);
}

/* ------------ Black ------------- */
.btn-black {
  background-color: #4f4f4f;
  color: #FFFFFF !important;
}

.btn-black:hover {
  background-color: #686868 !important;
}

.btn-black-inverse {
  background-color: transparent;
  color: #4f4f4f !important;
  border: 1px solid #4f4f4f;
}

.btn-black-inverse:hover {
  background-color: #4f4f4f !important;
  color: #FFFFFF !important;
}

.btn-black-text {
  color: #4f4f4f !important;
  background: transparent;
}

.btn-black-text:hover {
  background: rgba(79, 79, 79, 0.16);
}

/* ------------ White ------------- */
.btn-white,
.dark .btn-blue {
  background-color: #FFFFFF;
  color: #4f4f4f !important;
}

.btn-white:hover,
.dark .btn-blue:hover {
  background-color: #E9E9E9 !important;
}

.btn-white-inverse,
.dark .btn-blue-inverse,
.dark .hs-form input.hs-button.primary {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}

.btn-white-inverse:hover,
.dark .btn-blue-inverse:hover,
.dark .hs-form input.hs-button.primary:hover  {
  background-color: #FFFFFF !important;
  color: #4f4f4f !important;
}

.btn-white-text,
.dark .btn-blue-text,
.dark .btn-black-text {
  color: #FFF !important;
  background: transparent;
}

.btn-white-text:hover,
.dark .btn-blue-text:hover,
.dark .btn-black-text:hover {
  background: rgba(255, 255, 255, 0.16);
}

.btn-pink{
  position: relative;
  top:0px;left:0px;
  background-color: #f51555;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 15px 15px 30px rgba(0,0,0,.2);
  transition: all .1s;
}
.btn-pink:focus {
  outline: none;
}
.btn-pink:hover{
  top:3px;left:3px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.btn-pink:active{
  top:5px;left:5px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}

/* ------------ Grey ------------- */
.btn-grey {
  background-color: #f7f7f7;
  color: #18386c;
  border: 1px solid #dadada;
}


/* ----------- PRODUCT COLORS ------------ */
body.edge-ampi section.blue, body.edge-ampi section>.background>.blue{
  background-color: #654aba;
}
body.edge-ampi .btn-blue{
  background-color: #654ABA;
}
body.edge-ampi .btn-blue:hover{
  background-color: #31235d !important;
}
body.edge-ampi .btn-grey{
  color: #31235d;
}
body.edge-ampi nav.submenu{
  background-color: #654ABA;
}
body.edge-ampi section li::before {
  border-color: #654ABA;
}
body.edge-ampi .testimonial blockquote {
    border-left-color: #654ABA;
}


body.edge-mes section.blue, body.edge-mes section>.background>.blue{
  background-color: #00839E;
}
body.edge-mes .btn-blue, body.edge-mes .hs-form input.hs-button.primary, body.edge-mes .modal.form-modal .hs-form input.hs-button.primary, body.edge-mes .dark .hero-form-wrapper .hs-form input.hs-button.primary{
  background-color: #00839E;
}
body.edge-mes .btn-blue:hover{
  background-color: #004e5e !important;
}
body.edge-mes .btn-grey{
  color: #004e5e;
}
body.edge-mes nav.submenu{
  background-color: #00839E;
}
body.edge-mes section li::before {
  border-color: #00839E;
}
body.edge-mes .testimonial blockquote {
    border-left-color: #00839E;
}



body.edge-am-services section.blue, body.edge-am-services section>.background>.blue{
  background-color: #8C428C;
}
body.edge-am-services .btn-blue, body.edge-am-services .hs-form input.hs-button.primary, body.edge-am-services .modal.form-modal .hs-form input.hs-button.primary, body.edge-am-services .dark .hero-form-wrapper .hs-form input.hs-button.primary{
  background-color: #8C428C;
}
body.edge-am-services .btn-blue:hover{
  background-color: #482248 !important;
}
body.edge-am-services .btn-grey{
  color: #482248;
}
body.edge-am-services nav.submenu{
  background-color: #8C428C;
}
body.edge-am-services section li::before {
  border-color: #8C428C;
}
body.edge-am-services .testimonial blockquote {
    border-left-color: #8C428C;
}




/* ###################################### */
/*          	   Home Page                */
/* ###################################### */
.edge-home .navbar-nav li.active-branch {
  border-bottom-color: transparent;
}

.edge-home .solution-cards {
  margin-bottom: -340px;;
}

.edge-home .customers-section {
  padding-top: 270px;
  z-index: -10;
}

/* ---------- Hero Form Wrapper ---------- */
.hero-form-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  margin-bottom: -230px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.hero-form-wrapper .hs_cos_wrapper_type_form {
	color: #4f4f4f;
}

.hero-form-wrapper h3.form-title {
  padding: 30px 20px;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
  font-size: 34px;
}

.hero-form-wrapper .hs-form input.hs-button.primary {
  width: 100%;
}

/* ###################################### */
/*            About Us Page               */
/* ###################################### */

.mission-section .container {
  border-radius: 2px;
  padding: 40px 60px 25px;
}

.timeline-circles-wrapper {
  margin-left: 40px;
}

.timeline-circle {
  width: 80px;
  height: 80px;
  margin: 0 15px 25px 15px;
  border: 2px solid #18386c;
  border-radius: 50%;
  line-height: 80px;
  vertical-align: middle;
}

.timeline-line,
.timeline-line-continue {
  width: 106px;
  height: 1px;
  float: left;
  border-bottom: 2px solid #18386c;
	margin: 41px 0 0;
}

.timeline-vertical .timeline-line,
.timeline-vertical .timeline-line-continue {
    width: 81px;
    height: 1px;
    float: left;
    border-bottom: 2px solid #2c66c4;
    margin: 28px 14px 0;
    transform: rotate(90deg);
}

.timeline-line-continue {
  width: 40px;
  border-bottom-style: dashed !important;
}

.timeline-item-wrapper {
  float: left;
  padding-right: 15px;
	padding-left: 15px;
}

.timeline-item {
  padding: 20px;
}

.timeline-item h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.timeline-item p {
  font-size: 14px;
  margin: 0;
}

.timeline-vertical .row {
  margin-bottom: 50px;
}

.about-company {
  background-image: linear-gradient(90deg, #bdc6d1, #fff);
}

.edge-about .about-company .img-aleks {
  height: 520px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -85px;
}

.about-team {
  background-size: 1400px auto;
	background-position: top right;
	background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #fff, #bdc6d1);
}

/* --------- EU Cookie Disclaimer --------- */
#eu-cookie-disclaimer {
  position: fixed;
  bottom: -120px;
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.85);
}
#eu-cookie-disclaimer p { font-size: 14px; }

/* ---------- */

#hs-eu-cookie-confirmation {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

#hs-eu-cookie-confirmation-inner {
  max-width: 1080px !important;
  padding: 40px 15px 20px !important;
}

/* ---------------------------------------- */

/* ###################################### */
/*           Meadia Queries               */
/* ###################################### */

/*  xs  */

@media (max-width:767px) {
  nav.submenu li:first-child{margin-right: 0;text-transform: uppercase;}
	nav.submenu li::after, nav.submenu li:first-child::after{content: "";}     
  nav.submenu ul{display: block;}
  nav.submenu li{display: block;}
  nav.submenu a{display: block;padding: .2em 1em;}
}


@media (min-width:768px) { 
  .client-logos-5 .client-logo { width: 19%; }
  section { padding: 100px 0; }
  .carousel-indicators { bottom: -40px; }
  .colored-ribbon .btn { margin: 0 20px; }
  .three-features-section .row > div { margin-bottom: 0; }
  .mission-section .container {
    border-radius: 2px;
    padding: 80px 120px 50px;
  }
  header h1{ font-size: 30px;}
  header h1 strong{ font-size: 60px; }
  .navbar-toggle { display: block; }
  .vcenter{ display: flex; align-items: center;}
  .row.equal{ display: flex; flex-wrap: wrap;}
  .row.equal::before, .row.equal::after{content: normal;}
}

/*  sm  */
@media (min-width:992px) {
  .navbar-nav li ul {padding: 50px 0 0; position: absolute; top: -100px; visibility: hidden; z-index:-1; opacity: 0; transition: opacity .2s ease .2s, top .4s , visibility 0s linear .1s;}
  .navbar-nav li:hover ul { top: 0px; opacity: 1; visibility: visible;}
  .edge-bottom, .hero-header {margin-bottom:-100px;}
  .hero-header, section {background-attachment: fixed;}
  header h1{ font-size: 35px;}
  header h1 strong{ font-size: 70px; }
  section { padding: 150px 0; }
  .footer-left { width: 34% }
  .footer-sitemap { width: 65% }
  .navbar-toggle { display: none; }
  nav.navbar{transition: background-color .3s;}
  nav.navbar.transparent{background-color: transparent;}
}

/*  md  */
@media (min-width:1200px) {
  nav{ font-size: 20px;}
  .navbar{ padding: 0 30px;}
  .navbar-nav li a {padding: 25px 15px;}
  .navbar-nav li ul {padding: 70px 0 0;}
  nav.submenu>div.container, nav.submenu>div.container-fluid{padding-top: 72px; padding-right: 30px;}
  .navbar-brand-logo {height: 32px; margin-top:2px;}
  header h1{ font-size: 40px;}
  header h1 strong{ font-size: 80px; }
  .edge-bottom, .hero-header, .diagonal, .diagonal-bottom {margin-bottom:-250px; padding-bottom: 550px;}
  .edge-bottom::after, .hero-header::after, .diagonal::after, .diagonal-bottom::after{ height: 400px;}
  .hero-form-wrapper { float: right; }
  .timeline-item-wrapper { width: 20% }
  .timeline-circle { float: left; }
  .edge-about .about-company .img-aleks { background-image: url(/hubfs/1-Website/About/Images/aleksander-ciszek.png) }
  .edge-about .about-team { background-image: url(/hubfs/1-Website/About/Images/stephan-kuehr-with-team.jpg); }
}

/*  lg  */
@media (min-width:1921px) {
  
}


