/*
 * Globals
 */

 body {
  font-family: 'Work Sans', 'Khula', sans-serif;
  color: #555;
  margin: 0px;
  padding: 0px;
  min-width: 90%;
}

img {
  height: auto;
  width: 100%;
  padding: 25px;
}
#content {
  min-height: calc(100vh - 40px);
}
/* body {
  padding: 0; margin:0;
} */
#bgalign {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bgheight { height: 100%; }
.bgwidth { width: 100%; }


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Work Sans', 'Khula', sans-serif;
  font-weight: normal;
  color: #333; 
}



/*
 * Override Bootstrap's default container-fluid 
 */

 .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
 }
@media (min-width: 1200px) {

}

#flexible-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
/*
 * Masthead for nav
 */

.blog-masthead {
  padding-bottom: 100px;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  background-size: 100% auto;
  /* background-color: #428bca; */
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: 100% auto;
          -moz-background-size: 100% auto;
          -o-background-size: 100% auto;
          background-size: 100% auto;
}


/* Nav links */
.blog-nav {
  position: relative;
  line-height: 145px;

}
.blog-nav-item {
  /* height: 21px; */
  position: relative;
  display: inline-block;
  padding-left: 25px;
  /* padding: 10px;
  font-weight: 500;
  color: #cdddeb; */

  height: 21px;
  /* width: 115px; */
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 21px;

}

h1, .h1 {
  font-family: "Work Sans";
  font-size: 40px;	
  font-weight: bold;
  letter-spacing: 0.43px;
  line-height: 45px;
}

h2, .h2 {
  
  font-weight: 300;

}
p, .p {
  font-family: Khula;
  font-size: 16px;

}

.small-hex-classic {
  width: 96px;
  height: 92px;
  left: 10%;
  top: -10%;
  transform: translateX(-75%)translateY(-65%)rotateZ(90deg);
}

#mercator-light {
  color: #3C3D3F;
  text-align: center;  
}

.mercator-header h1 {
	color: #FFFFFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1.91px;
	line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.mercator-header#blue p, .mercator-header#blue h1 {
  text-align: left;
}
.mercator-header#blue h1 {
  color: #13ADB8;
  margin: auto;
  padding-bottom: 5px;
}
.mercator-header#blue a {
  color: #13ADB8;
  margin: auto;
  text-decoration: none;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
  line-height: 21px;
}
.mercator-header#blue p {
	color: #3C3D3F;
	font-family: Khula;
	font-size: 16px;
	letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: none;
}

.container-promo {
  display: flex;
  height: 575px;
  color: #FFFFFF;
  background: url('/wp-content/themes/mercator/assets/backgrounds/simple-dark.jpg') no-repeat center center; 
  -webkit-background-size: 185% auto;
  -moz-background-size: 185% auto;
  -o-background-size: 185% auto;
  background-size: 185% auto;
  object-fit: fill;
  align-items: center;
}

.container-promo h1, h2 {
  color: #FFFFFF;
}

.container-promo h2 {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 27px;
}

.container-promo h1 {
  padding-bottom: 20px;
}

.mercator-header h2 {
  margin-top: 20px;
  height: 55px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}

.mercator-promo p {
  margin-top: 10px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-align: center;
}
.m-delmiter {
  border-left: 2px solid #FFFFFF;
}
  
.mercator-promo {
  /* height: 65vh; */
  padding: 85px 0 85px 0;
  background: linear-gradient( rgba(38,50,62,0.75), rgba(38,50,62,0.75)), url('/wp-content/themes/mercator/assets/backgrounds/blue.jpg') no-repeat center top;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  -webkit-background-size: 110% auto;
  -moz-background-size: 110% auto;
  -o-background-size: 110% auto;
  background-size: 110% auto;
}
.mercator-promo#dark{
  height: auto;
  background-image: none;
  padding: 85px 0 85px 0;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  -webkit-background-size: 130% auto;
  -moz-background-size: 130% auto;
  -o-background-size: 130% auto;
  background-color: #2C3B4A;
}

.blog-nav-headliner {
  color: #FFFFFF;
  font-family: "Work Sans";
  margin-bottom: 30px;
}

.blog-nav-headliner h2 {
  font-size: 22px;
  letter-spacing: 1.91px;
  line-height: 24px;
  text-transform: uppercase;
}

.btn-headline {
  background-color: #13ADB8;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px 0 40px;
}

.medium-hex-classic {
  width: 270px;
  height: 270px;
  
}


.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;	
}
.blog-nav li a {
    color: #fff;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.service-menu {
  position: absolute;
  height: 60px;
  background-color: #18212B;
  margin-right: -100px;
  margin-left: -100px;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.service-menu a, .a {
  color: #13ADB8;
	font-family: Khula;
	font-size: 13px;
	letter-spacing: 0.24px;
	line-height: 23px;
  text-align: center;
  margin: auto;
}

div.service-menu .col-md-1:hover {
  /* color: #FFFFFF; */
  border-bottom: 8px solid #2C3B4A;; 
}
div.service-menu .col-md-1 a:hover {
  color: #FFFFFF; /*That needs to be jQuery script...*/
}
div.service-menu .col-md-1 {
  display: flex;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
  color: #3C3D3F;
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
  text-align: left;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  position: relative;
  padding-left: 50px;
  height: 79px;
  color: #3C3D3F;
  text-align: center;
  background-color: #F0F0F0;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.btn.btn-custom-lg,
.btn.btn-custom-sm,
.btn.btn-custom-xs {
  border-radius: 0;
  height: 50px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 300;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;  
}

.btn.btn-custom-lg,
.btn.btn-custom-sm,
.btn.btn-custom-xs {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;

  
}
/*Global*/

.btn.btn-square {
  border-radius: 0;
}

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

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}
.btn-group {
    width: 30%;
    position: relative;
    /* display: inline-block; */
    vertical-align: middle;

    font-family: "Work Sans";
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 0.69px;
}



/* Box pricings style */

.price {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 50%; */
    /* margin-left: 37px; */
    margin: auto;
    position: relative;
    width: 230px;
    list-style-type: none;
    /* border: 1px solid #eee; */
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  /* font-size: 25px; */
}

.price li {
  /* border-bottom: 1px solid #eee; */
  padding: 20px;
  text-align: center;
}

.price .grey {
  /* background-color: #eee; */
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-family: "Work Sans";
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 25px;
  color: #3C3D3F;
  line-height: 25px;
  text-align: center;
  text-transform: none;
}

.price .tag {
  /* background-color: #eee; */
  border-top: 1px solid  #E9E9E9;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  font-family: "Work Sans";
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 25px;
  color: #3C3D3F;
}

.price .tag .small {
    font-size: 25px !important;
    position: relative;
    top: -17px;
    left: 2px;
    border-top: none;
}

.price .blue {
  /* background-color: #1B75BC; */
  background-color: #2C3B4A;
  font-family: "Work Sans";
  font-weight: 500;
  text-transform: uppercase;
}

.price .green {
  background-color: #13ADB8;
  /* font-size: 20px; */
}



.button {
  /* background-color: #4CAF50; */
  border: none;
  color: white;
  /* padding: 10px 25px; */
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 600;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  /* line-height: 21px; */
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.a:hover{
  color: #fff !important;
}

#grid {
  display: grid;
  grid-template-columns: 45%;
  grid-auto-columns: 50%;
  /* grid-template-rows: 20px; */
  /* grid-auto-rows: 40px;  */
}
#A { grid-column: 1; grid-row: 1; font-size: 62px; line-height: 50px; }
#B { grid-column: 2; grid-row: 1; }
#C { grid-column: 1; grid-row: 2; }
#D { grid-column: 2; grid-row: 2; }

#grid-halfly {
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: 50%;
  grid-auto-columns: 50%;
  padding-left: 10%;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  font-family: "Work Sans";
  font-weight: 600;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  color: #13ADB8;

  padding-top: 7px;
  row-gap: 20px;
}
#AH { grid-column: 1; grid-row: 1; }
#BH { grid-column: 1; grid-row: 2; }
#CH { grid-column: 1; grid-row: 3; }
#DH { grid-column: 1; grid-row: 4; }
#EH { grid-column: 1; grid-row: 5; }

#ARH { grid-column: 2; grid-row: 1; }
#BRH { grid-column: 2; grid-row: 2; }
#CRH { grid-column: 2; grid-row: 3; }
#DRH { grid-column: 2; grid-row: 4; }
#ERH { grid-column: 2; grid-row: 5; }

/* Grid for labeled price */
#grid-circle-label {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-columns: 0%;
  /* grid-template-rows: 20px; */
  /* grid-auto-rows: 40px;  */
}
#AC { grid-column: 1; grid-row: 1; }
#BC { grid-column: 2; grid-row: 1; }

#CC { grid-column: 1; grid-row: 2; }
#DC { grid-column: 2; grid-row: 2; }

/* Circles for label */
.circles {
  display: flex;
}
.col-button-circle-plus {
  font-family: "Work Sans";
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  margin-left: 50px;
}
.circle-with-text {
  font-family: "Work Sans";
  background-color: #FFFFFF;
  /* background: linear-gradient(orange, red); */
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  margin: 5px 20px;
  font-size: 15px;
  padding: 15px;
  display: flex;
  height: 74px;
  width: 74px;
  color: #13ADB8;
}
.multi-line-text {
  font-size: 8px;
}

/* .col-md-3{
  padding-bottom: 5%;
} */

.corrector{
  padding-top: 3%;
}

.image-container{
  background: url('/wp-content/themes/mercator/assets/images/service-bg1.jpg') no-repeat center center; 
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}



.image-container-tinted{
  width: 100%;
  height: 85%;
  background:
  linear-gradient(
    rgba(0, 148, 68, 0.75),
    rgba(0, 148, 68, 0.75)
  ),
  url('/wp-content/themes/mercator/assets/images/our-service/bg-1.jpg') no-repeat left top; 

  background-position: -300px center;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: 120% auto;
          -moz-background-size: 120% auto;
          -o-background-size: 120% auto;
          background-size: 120% auto;
}

.parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.small-block-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.small-block {
  width: 50%; /* примерно, может понадобиться меньше из-за отступов и прочего */
}


                        /* Block for clipping a hexagon */  
.heximg {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


p {
  margin: 0 0 10px 0;
}

.wrap {
  color: #222;
  font-size: 24px;
}

.clip-svg {
  width: 0;
  height: 0;
}

.clip-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.clip-each {
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
}

a.clip-each:hover {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.clip-solid {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  -webkit-transition: all 2.5s linear;
  transition: all 2.5s linear;
  /* position: absolute; */
}

.hexagon-block#khula h2 {
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
}

h2#khula {
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
}


.small-hex-right {
  width: 250px;
  height: 250px;
  left: -20%;
  /* transform: translateX(350%) translateY(50%); */
  background-size: 200% auto;
  background-position-x: -35px;
  background-position-y: 10px;
}


.large-hex-right {
  width: 450px;
  height: 450px;
  top: 40%;
  background-size: 250% auto;
  background-position-x: -235px;
  background-position-y: -35px;
}


.small-hex-right-reverse {
  width: 250px;
  height: 235px;
  left: 20%;
  top: -10%;
  /* transform: translateX(350%) translateY(50%); */
  background-size: 250% auto;
  background-position-x: -300px;
  background-position-y: 10px;
}

.medium-hex-right-reverse {
  width: 270px;
  height: 255px;
  top: -70%;
  left: -25%;
  /* transform: translateX(405%) translateY(-15%); */
  background-size: 145% auto;
  background-position-x: -25px;
  background-position-y: -10px;
}

.large-hex-right-reverse {
  width: 450px;
  height: 435px;
  /* transform: translateX(235%) translateY(54%); */
  top: 40%;
  left: -50%;
  background-size: 150% auto;
  background-position-x: 0;
  background-position-y: 15px;
}




#solid-hex-standart {
  display: flex;
  width: 200px;
  height: 200px;
  background-color: #1B75BC;
}

#solid-hex-standart-white {
  display: flex;
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
}

#solid-hex-standart {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 190px;
  background-color: #2C3B4A;
}


#svg-pos {
  display: block;
  margin: auto;
  padding: 0;
}

.button-svg-pos {

  display: block;
  
  margin: 0 10px;
  padding: 0;
}

#svg-pos-inline {
  position: absolute;
}

#pushed-top {
  margin-top: -5%;
  padding-top: 35px;
}

#margined-top {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;

}

#flexible-grid-custom {
    /* flex-wrap: nowrap; */
    /* margin: auto; */
    display: flex;
    flex-direction: row;
    /* justify-items: stretch; */
    /* align-items: stretch; */
}

#flexible-grid-custom-inline {
  min-height: 200px;

  flex-wrap: nowrap;

  display: flex;
  flex-direction: row;

  padding: 25px;
  margin-bottom: 50px;
}

#flexible-grid-custom-link {
  /* flex-wrap: wrap; */
  display: inline-flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  color: #13ADB8;
  text-transform: uppercase;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
  text-align: center;
  margin-top: 15px;

}

#link-credits {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
  stroke: none !important;
  fill:#13ADB8;
  border: none;
}

#row-align-in-grid {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  /* flex-wrap: wrap-reverse; */
  /* flex-flow: row-reverse; */
}


#labeled-circle {
  position: absolute;
  left: 75%;
  top: -13%;
}

#price-full-width{
  width: 500px;
  /* margin-right: 20px; */
}
.main-headline-text {
  width: 100%;
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
  text-align: center;
  color: #131314;
  /* padding: 75px 0 120px 0; */
}


.main-headline-text h2 {
	height: 48px;
	width: 952px;
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
  text-align: center;
  padding-bottom: 65px;
  padding-top: 25px;
}

.main-headline-text h1 {
	height: 45px;
	width: 254px;
	color: #FFFFFF;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
	text-align: center;
}


#learn-button {
  width: 200px;
    height: 54px;
    border-width: 2px;
    border-color: #13ADB8;
    color: #13ADB8;
    background-color: transparent;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.75px;
    text-align: center;
}
#highlighted-header-text {
  color: #13ADB8;
}
#darkened-header-text{
  color: #3C3D3F;
}

#subheader-prebutton {
  font-size: 26px;
  color:rgba(60,61,63,1);
}

#nav-header-space {
  width: 100%;
  min-height: 85%;

}

.clip-solid:hover .social-share-block {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-share-block {
  position: absolute;
  bottom: 20px;
  right: 75px;
  color: #fff;
  font-size: 70%;
  z-index: 2;
}

.social-each {
  font-size: 80%;
}

.clip-gradient {
  background: #222;
  width: 160px;
  height: 160px;
}

.clip-gradient .clip-caption {
  color: #fff;
}

.clip-border {
  background: -webkit-linear-gradient(300deg, #aebcbf 0%, #6e7774 50%, #333 61%, #333 100%);  
  background: linear-gradient(150deg, #aebcbf 0%,#6e7774 50%,#333 61%,#333 100%);
  width: 160px;
  height: 160px;
  margin-top: 7px;
  color: #222;
}

.clip-border::after {
  content: "";
  /* position: absolute; */
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  margin: 0 auto;
  /* background: url(""); */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  z-index: -1;
}

.clip-tagline {
  display: block;
  color: #758C9B;
  text-decoration: none;
  text-align: center;
}

.hexagon-block-header {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.91px;
    line-height: 27px;
    text-transform: uppercase;
}

.hexagon-block-subheader {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
  text-align: left;
}

.hexagon-block-description {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Khula";
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-align: left;
}

.custom-container{
  display: flex;
  height: 750px;
  width: 100%;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-top: -60px;
  margin-bottom: -125px;
}

.wrap-padder{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.hexagon-block h1 {
	color: #2C3B4A;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.43px;
	line-height: 45px;
}

.hexagon-block {
  /* margin-bottom:30px; */
}


.hexagon-block h2, .h2 {
	color: #3C3D3F;
	font-family: "Work Sans";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 30px;
}



.hexagon-block p {
	color: #3C3D3F;
	font-family: Khula;
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 23px;
}




/*                                  Viewports                                   */
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    body{
	    min-width: 90%;
      width: 100%;
    }
    
    .wrap-padder{
      left: 5%;
    }
}

@media screen 
  and (min-device-width: 1601px) 
  /* and (max-device-width: 1920px)  */
  and (-webkit-min-device-pixel-ratio: 1) { 
    body{
	    min-width: 90%;
      width: 100%;
    }
    
    /* .wrap-padder{
      left: 25%;
    } */

    #pushed-top{
      padding-top: 75px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one 🙂       */
  display: flex;
  align-items: center;
}

#flex-grid-cell {
  position: relative;
  /* height: 100%; */
  margin-top: -120px;
  /* margin-right: -10%;
  margin-left: -10%; */
  display: inline-flex;
  align-items: stretch;
  flex-direction: row;
}

.every-single-gene {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color:#13ADB8;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 27px;
  padding: 0;
}

.caliber-description-text {
  /* width: 115px; */
  color:#3C3D3F;
  font-family: "Khula";
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
  /* padding-top: 25px; */
}

#container-flexwrap-rows {
  height: 85%;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* white-space: normal; */
  /* align-items: end; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

#col-md-4-forhex {
  padding: 0;
  width: 200px;
  /* min-height: 200px; */
  height: 200px;
  position: relative;
  display: flex;
  align-content: stretch;
}

#footer-icon-styled {
  height: 100%;
  display: flex;
  box-sizing: border-box;
  width: 80px;
  border-left: 2px solid #FFFFFF;
  padding-top: 0px;
}

/* Email form style */
.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2; 
}
.home-newsletter .single h2 {
  color: #13ADB8;
  font-family: "Work Sans";
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
}

.single a {
	color: #3C3D3F;
	font-family: Khula;
	font-size: 16px;
	letter-spacing: 0.3px;
  line-height: 23px;
  text-align: left !important;
  width: 100%;
}
  .home-newsletter .single .form-control {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
  .home-newsletter .single .form-control:focus {
  box-shadow: none;
  /* border-color: #243c4f; */
}

  .home-newsletter .single .btn {
    min-width: 63px;
    /* border-radius: 0 20px 20px 0; */
    background: transparent;
    color: #13ADB8;
    height: 100%;
    /* padding-right: 25px !important; */
    /* padding-left: 25px !important; */
    text-align: center;
    width: 100%;

  }

  .home-newsletter .single .btn p{
    font-family: Khula;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 47px;
    text-align: center;
    padding-right: 25px;
  }


  .form-control{
    border-radius: 0;
    border: 1px solid transparent;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
  }

  .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #AEAEAE;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow;
    height: 50px;
    width: 357px;
  }

  .href-inblock {
    align-items: start;
    margin: 0;
    display: inline-flex;
  }

  .block-aligned {
    height: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .row-aligned {
    display: flex;
    flex-direction: row;
    /* justify-content: stretch; */
    align-items: center;
  }

  .col-margined {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .info-block-text {
    /* height: 468px; */
    background-color: #F0F0F0;
  }

  .info-block-text h1 {
    color: #3C3D3F;
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.22px;
    line-height: 17px;
    text-transform: uppercase;
  }

  .info-block-text p {
    color: #3C3D3F;
    font-family: Khula;
    font-size: 14px;
    letter-spacing: 0.26px;
    line-height: 23px;
    padding-bottom: 25px;
  }

  .info-block-contain {
    height: 468px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

.empowerment-block h1 {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 20px;
}

.empowerment-block h2 {
	width: 569.28px;
	color: rgba(255,255,255,1);
	font-family: Khula;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 25px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
}

.empowerment-block {
  background: linear-gradient( rgba(38,50,62,0.75), rgba(38,50,62,0.75)), url('/wp-content/themes/mercator/assets/backgrounds/empowerment.jpg') no-repeat center top;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.col-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-block {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.faq-block h1 {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
  text-align: center;
  
  padding-top: 60px;
  padding-bottom: 30px;
}

.faq-block h2 {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 18px;
	font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  
}

.faq-block p {
  margin-top: 50px;
  color: #3C3D3F;
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 45px;
  /* margin-bottom: -25px; */
}



#faq-blue {
  color: #1B75BC;
}

#faq-standart {
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin-right: 17%;
  text-align: justify;
  margin-top: auto;
}

.column-as-row {
  margin: 0;
  padding: 0;
  width: 80%;
}

.gapped-row {  
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  justify-content: flex-start;
  height: 80px;
  margin-top: 15px;
}

.column-custom-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.faq-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 35px;
  padding-right: 35px;
  /* height: 550px; */
}

.column-custom-flex-center {
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.column-custom-flex-center-button {
  display: flex;
  position: relative;
  justify-content: center;
  width: 228px;
  background-color: #13ADB8;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
}


 /*                                                           TIMELINE CSS                                                     */
 /* Timeline */

.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}

/* .timeline ul li:last-child::before {
  /* visibility: hidden; */
  
  /*
} */
.timeline-horizontal .timeline-item ul li:last-child::after {
  /* clear: both; */
  background-color:orange;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  /* position: absolute; */
  background-color: #7c7c7c;
  border: 3px solid transparent;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1B75BC;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  float: left;
}


.timeline-horizontal {
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  /* align-items: flex-end; */
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
}


.timeline-horizontal .timeline-item {
  width: 100%;
  vertical-align: bottom;
  list-style-type: none;
  position: relative;
  margin: -10px auto;
  height: 3px;
  background: #004E93;
}




.timeline-horizontal .timeline-item .timeline-panel {
  /* background: blueviolet; */
  /* height: 50%; */
  /* top: 450px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding-top: 60px;
}


.timeline-horizontal .timeline-item .timeline-badge {
  position: absolute;
  top: -30px;
}

.timeline-horizontal .text-in-badge {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.27px;
  /* line-height: 45px; */
  text-align: center;
  padding: 0;
}
.timeline-container {
  height: 774px;
	width: 100% !important;
	background-color: #2C3B4A;
}

.timeline-container h1 {
	color: #FFFFFF;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
  text-align: center;
  padding-bottom: 15%;
  padding-top: 25%;

}

.timeline-container h2{
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 27px;
  text-transform: uppercase;
  padding-right: 25%;
}

.timeline-container p {
  color: #FFFFFF;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
  padding-right: 20%;
  padding-left: 0;
}

.timeline-heading {
  margin-left: -25px;
  width: 100%;
  padding: 0;
}

.v-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
 .v-timeline ul li {
  list-style-type: none;
  position: relative;
  margin: -10px auto;
  width: 3px;
  background: #004E93;
}
 
.v-timeline ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;

  height: 21px;
  width: 21px;
  border: 2px solid #004E93;
  background-color: #FFFFFF;
}


.v-timeline ul li div {
  top: -30px;
  height: 90px;
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
}

.v-timeline h6 {
    color: #13ADB8;
    font-family: "Work Sans";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.43px;
    line-height: 45px;
}

.v-timeline p {
  color: #3C3D3F;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;	
  padding-left: 0;
}

.v-timeline ul li:nth-child(odd) div {
  left: 70px;
  text-align: left;

}
 
.v-timeline ul li:nth-child(odd) div::before {
  
  left: -15px;
  border-width: 8px 16px 8px 0;
}

.v-timeline ul li:nth-child(even) div {
  left: -561px;
  text-align: right;
}
 

#last-li {
  height: 100px;
}

#centered-end-li {
  left: -253px;
  top: 130px;
  background-color: violet;
  right: 0;
  text-align: center;
}


.v-timeline ul li:last-child::before {
  visibility: hidden;
  
}

.v-timeline ul li:last-child div {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -253px;
  text-align: center;
  justify-content: space-between;
  position: relative;
  height: 75px;
}


.v-timeline h1 {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 10px;
}

.v-timeline a {
  color: #1B75BC;
  font-family: Khula;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding-left: 15px;
}

.small-hex-right-reverse {
  width: 250px;
  height: 235px;
  left: 20%;
  top: -10%;
  background-size: 250% auto;
  background-position-x: -300px;
  background-position-y: 10px;
}

.medium-hex-right-reverse {
  width: 270px;
  height: 270px;
  top: -70%;
  left: -25%;
  /* transform: translateX(405%) translateY(-15%); */
  background-size: 145% auto;
  background-position-x: -25px;
  background-position-y: -10px;
}

.large-hex-right-reverse {
  width: 450px;
  height: 450px;
  /* transform: translateX(235%) translateY(54%); */
  top: 40%;
  left: -50%;
  background-size: 150% auto;
  background-position-x: 0;
  background-position-y: 15px;
}


.hex1-right-reverse {
  width: 145px;
  height: 145px;
  top: -520px;
  left: 15px;
  background-size: 280% auto;
  background-position-x: 54%;
  background-position-y: 42%;
}

.hex2-right-reverse {
  width: 264px;
  height: 264px;
  top: -415px;
  left: -190px;
  background-size: 175% auto;
  background-position-x: 20%;
  background-position-y: 50%;
}

.hex3-right-reverse {
  width: 190px;
  height: 190px;
  top: -295px;
  left: 175px;
  background-size: 170% auto;
  background-position-x: 10%;
  background-position-y: -25%;
}



.hex4-right-reverse {
  width: 205px;
  height: 205px;
  left: -380px;
  top: -145px;
  background-size: 150% auto;
  background-position-x: 0;
  background-position-y: 15px;
}


.hex5-right-reverse {
  width: 493px;
  height: 493px;
  left: -200px;
  top: -145px;
  background-size: 150% auto;
  background-position-x: 50%;
  background-position-y: 50%;
}


 /* ========================================== Video Link style ================================== */

.video-link {
  padding-top: 70px;
}

.video-link a:hover,
.video-link a:focus {
  outline: 0;
}

a .video-link-text {
  color: #fff;
  opacity: 0.8;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a:hover .video-link-text, 
a:focus .video-link-text {
  outline: 0;
  color: #fff;
  opacity: 1;
  border-bottom: 1px dotted #fff;
}

a .video-link-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #e89a3e;
  color: #fff;
  line-height: 50px;
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 66px;
  height: 66px;
  background: #444;
  background: rgba(0, 0, 0, 0.1);
  z-index: -99;
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

a:hover .video-link-icon,
a:focus .video-link-icon {
  outline: 0;
  background: #fff;
  color: #e89a3e;
}

/* ================================================== Modal style ===================================================== */

.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}

.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-body {
  padding: 0 25px 25px 25px;
}

.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.video-thumbnail {
    width: 231px;
    height: 147px;
    background-position-y: -30px;
    background-image: url('/wp-content/themes/mercator/assets/images/front-page/video-thumbnail.jpg');
    background-size: cover;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-button {
  color: #3C3D3F;
  font-family: "Work Sans";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-align: center;
  width: 275px;
  height: 147px;
  white-space: normal;
  background-color: rgba(243,243,243,0.8);
}

.dna-statistics {
  height: 553px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dna-statistics .listing-item {
  display: grid;
  color: #FFFFFF;
	font-family: "Work Sans";
}

.row-grid-correct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.dna-statistics .listing-item .top {
  
	font-family: "Work Sans";
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.04px;
	line-height: 27px;
}
.dna-statistics .listing-item .middle {
	font-family: "Work Sans";
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 0.59px;
	line-height: 45px;
}

.dna-statistics .listing-item .bottom {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1.91px;
  line-height: 27px;
  text-transform: uppercase;
}


.dna-statistics h1 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
  line-height: 45px;
  color: #FFFFFF;
  padding: 100px;
}

.listing-item-icon {
  height: 100%;
  width: 75px;
  margin-right: 25px;
  display: flex;
}

.statistics-container {
  width: 100%;
  background-position-x: 100%;
  padding: 0;
  background:
  linear-gradient(
    rgba(0, 148, 68, 0.25),
    rgba(0, 148, 68, 0.25)
  ),
  url('/wp-content/themes/mercator/assets/images/front-page/statistics.jpg') no-repeat; 
  background-size: cover;
  /* -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover; */
    

}

.mercator {
  height: 700px;
  background: linear-gradient( rgba(38,50,62,0.75), rgba(38,50,62,0.75)), url('/wp-content/themes/mercator/assets/images/front-page/mercator.jpg') no-repeat center top;
  background-position: -300px -350px;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  -webkit-background-size: 130% auto;
  -moz-background-size: 130% auto;
  -o-background-size: 130% auto;
  background-size: 130% auto;
}


.columns {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  /* margin-top: 75px; */
}

.price-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  list-style-type: none;
  padding: 0;
  font-weight: 500;	
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.4px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;

  }
    

.price-home:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

.price-home li:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: -1;
  background-color: #13ADB8;
  margin-top: -18px;
}

.price-home li:first-child {
  text-transform: uppercase;  
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #13ADB8;
  letter-spacing: 1.48px;
  color: #FFFFFF;
}

.price-home li {
  padding: 20px;
  text-transform: none;
}
.price-home li:not(:first-child):not(:last-child) {
  color: #3C3D3F;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 30px;
}
.price-home li:nth-child(odd):not(:first-child) {
  background-color: #EBEBEB;    
}

.price-home#grayed li:first-child, .price-home#grayed li:last-child {
  background-color: #2C3B4A;
}


  .post-blog-carousel {
    height: 600px;
    overflow: hidden;

  }
  .post-blog-carousel .row {
    margin-right: 0;
  }

  .post-blog-carousel h1 {
    padding: 25px 0;
    color: #3C3D3F;
  }

  .post-item {
    /* width: 770px; */
    height: 237px;
    display: block;
    margin: auto;
    background-color: #EEEEEE;
  }


  .post-item img{
    background-color: #393939;
    padding: 0;
    
    float: left;
    width: 200px;
    height: 100% !important;
    margin-right: 20px;
    object-fit: cover;
  }

  .post-item h2 {
    width: 95%;
    padding: 10px;
    color: #3C3D3F;
    font-family: Khula;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 23px;
  }

  .post-item h2 a {
    color: #13ADB8;
    font-weight: 600;
    position: absolute;
    top: 190px;
    /* left: 14px; */
  }

  .post-item h1 {
    padding: 25px 0;
    /* width: 480px; */
    color: #3C3D3F;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.22px;
    line-height: 1.5em;
  }

  .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    right: unset;
    left: unset;
}
.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
  flex-direction: row-reverse;
}


.carousel-control {
  display: inline-flex;
  align-items: center;
  opacity: 1;
  top: unset;
  bottom: unset;
  left: unset;
  width: 125px;
  position: relative;
  flex-direction: row-reverse;
  margin: auto;
}

.carousel-control p {
  color: #13ADB8;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 19px;
  text-shadow: none;
  margin: auto;
}

.carousel-control-grid .divider {
  background-color: #EEEEEE; 
  width: 2px;
  height: 40px;
  margin: 0 20px;
}
.carousel-control-grid {
  position: relative;
  display: inline-flex;
  align-items: center;
  opacity: 1;
  left: 10%;
}

.aligned-carousel {
  width: 750px;
  height: 80px;
  position: relative;
  display: flex;
  background-color: black;
  overflow: visible
}

.item-hovered {
  opacity: 0.3;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  left: 8.33%;
  margin: 50px 0 25px 0;
}

.blog-headliner {
  margin: 100px 0;
  text-align: center;
}

.blog-headliner h1{
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 0.69px;
  line-height: 65px;
  
}

.blog-headliner h2 {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.48px;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-head-class {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.blog-head-class .block-image {
  top: -100px;
  width: 1166px;
  height: 300px;
  background: 100% 100% no-repeat;
  background-position-x: 50%;
  background-position-y: 20%;
  position: absolute;
  -webkit-box-shadow: 0px 0px 31px 22px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 31px 22px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 31px 22px rgba(0,0,0,0.08);
}
.blog-head-class .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.post-blog-relative-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-post-social-table {
  width: 276px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.social-cell {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 69px;
  width: 69px;
  border: 1px solid #C1C1C1;
  flex-direction: column;
}
.social-link-share {
  color: #13ADB8;
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.blog-post p {
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing:0.3px;
  line-height: 23px;
}

.relative-posts-container {
  background-image: url('/wp-content/themes/mercator/assets/images/blog-detail/bg-1.jpg') ;
  background-size: cover;
  background-position-x: 100%;
  background-position-y: -10%;
  width: 100%;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}

.relative-posts-container h1 {
  color: #13ADB8;
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
  text-align: center;
}

.post-blog-relative-thumbnail {
  margin: 25px 0 75px 0;
}



.post-blog-relative-thumbnail h1 {
  color: #13ADB8;
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 500;	
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: left;
}

.post-blog-relative-thumbnail p{
  color: #3C3D3F;
  font-family: "Work Sans";
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 33px;
}

.pagination-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin: auto;
  padding: 10px 0 75px 0;
}

.pagination-current {
  margin: 0 10px 0 10px;  
  height: 40px;
  width: 40px;
  background-color: #13ADB8;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 15px;	font-weight: 500;	letter-spacing: 1.3px;	line-height: 20px;	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-grid .inactive {

  color: #2C3B4A;
  height: 40px;
  width: 40px;
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 150px 0 50px 0;
} 

.hor-post {
  color: #3C3D3F;
}

.hor-post-img {
  background: url('/wp-content/themes/mercator/assets/images/service-bg1.jpg') no-repeat center center; 
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;

  /* width: 600px; */
  height: 450px;
}
.hor-post-header h1 {
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
}

.my-post-header a {
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.43px;
  line-height: 45px;
  font-weight: normal;
  color: #333;
}

.hor-post-header p {
    font-family: Khula;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 23px;
}

.search-group {
  box-sizing: border-box;	
  height: 41px;	
  border: 1px solid #C1C1C1;
  background-color: transparent;
  display: flex;
  align-items: center;
  background: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow;
  /* height: 50px; */
  /* width: 357px; */
  position: relative;
}
  


.search-group  .searchsubmiticon {

  background-color: transparent;
  border: none;
  height: 100%;
  width: 15%;
  background-color: transparent;
  border: none;
  margin: auto;
}

.search-group  p {
  border: none;
  margin: 0;
  text-align: center;
  padding-left: 10px;
  color: #FFFFFF;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 100%;
}

.search-group .searchsumbitfield {
  width: 90%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding-left: 10px;
  color: #FFFFFF;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;

}



/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: auto;
  line-height: 100%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

.btn:hover {
  color: #FFFFFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  /* display: inline-block; */
  display: inline-flex;
  width: 100%;
  height: 100%;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  top: 100%;
  position: absolute;
  /* height: 100%; */
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width: 100%;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  display: inline-flex;
    text-transform: none;
    padding: 15px 15px 5px 15px;
    width: 100%;
    margin: 0;
    justify-content: center;
    color: #FFFFFF;
    font-family: Khula;
    font-size: 16px;
    letter-spacing: 0.3px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgb(248, 248, 248, 0.25  )}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: grid!important;
}

.post-categories ol, ul {
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
}

.cat-item {
  list-style: none;
}

.hexcit-right {
  width: 464px;
  height: 450px;
  background-size: 200% auto;
  background-position-x: 90%;
  background-position-y: -15%;
  transform: translateY(-40%);
}

.hexcit-right-second {
  width: 464px;
  height: 450px;
  background-size: 200% auto;
  background-position-x: 15%;
  background-position-y: -20%;
}


.citation-block {
  height: 350px;    
  display: flex;    
  align-items: stretch;    
  justify-content: center;
  margin: 125px 0 0x 0;
}

.citate {
  display: flex;
  align-items: stretch;
}

.citate p {
  padding: 50px 0 0 25px;
  color: #3C3D3F;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;
}

.citate:before {
  
  color: #1B75BC;
  content: open-quote;
  font-size: 10em;
  vertical-align: -0.4em; 
}
.citate:after {
  visibility: hidden;
  content: close-quote;
  color: #1B75BC;
  font-size: 10em;
  vertical-align: -0.4em; 
}
.citate-author {
  font-family: "Work Sans";
  
  line-height: 20px;
  padding: 0 0 0 85px;
  text-transform: uppercase;

}

.citate-author h1 {
  font-weight: 500;
  letter-spacing: 1.57px;
  color: #13ADB8;
  font-size: 15px;
}
.citate-author h2{
  font-weight: 500;
  letter-spacing: 1.57px;
  color: #13ADB8;
  font-size: 13px;
}

.carousel-citate {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 50px 0 25px 0;
  left: unset;
}

.post-item {
  height: 237px;
  display: block;
  margin: auto;
  background-color: #EEEEEE;
}


.post-item-citate {
  /* width: 770px; */
  height: 600px;
  display: block;
  margin: auto;
  background-color: #EEEEEE;
}

.post-item-citate img{
  background-color: #393939;
  float: right;
  width: 30%;
  height: 100% !important;
  object-fit: cover;
  padding: 0;
  
}

.post-item-citate h2 {
  padding: 0 45% 20px 10%;
  color:#13ADB8;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 20px;
  text-transform: uppercase;
}

.post-item-citate h2 a {
  color: #1B75BC;
  font-weight: 600;
  position: absolute;
  top: 190px;
}

.post-item-citate h1 {
  padding: 10% 45% 20px 10%;
  color: #FFFFFF;	
  font-family: "Work Sans";	
  font-size: 35px;
  font-weight: 300;	
  letter-spacing: 0.38px;	
  line-height: 45px;
}

.post-item-citate h1:before {
  position: absolute;
  top: 0.9em;
  color: #13ADB8;
  content: open-quote;
  font-size: 4em;
    vertical-align: -0.4em; 
}
.post-item-citate h1:after {
  position: absolute;
  visibility: hidden;
  content: close-quote;
  color: #FFFFFF;
  font-size: 4em;
    vertical-align: -0.4em; 
}


.bg-container-citate {
  height:100%;
  /* rgba(,1) */
background: linear-gradient(
  rgba(58,61,72, 0.75),
  rgba(58,61,72, 0.75)
  ),
  url('/wp-content/themes/mercator/assets/images/default.jpg') no-repeat left top;
  background-position: -300px center;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          
          -webkit-background-size: 120% auto;
          -moz-background-size: 120% auto;
          -o-background-size: 120% auto;
          background-size: 120% auto;
}
.centered-form{
  margin-top: 60px;
  justify-content: center;
  display: flex;
  color: #3C3D3F;
  font-family: Work Sans;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;
}

.panel {
  border: none;
  box-shadow: none;
}

.panel-default>.panel-heading {
  color: #3C3D3F;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;	
  text-align: center;
  background-color: transparent;
  border: none;
}
.form-group {
  border: 1px solid #AEAEAE;
}

.tell-us {
  padding-left: 15px;
  padding-right: 15px;
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
}

.hex1-right-science {
  width: 400px;
  height: 400px;
  top: -240px;
  background-size: 150% auto;
  background-position-x: 40%;
  background-position-y: 100%;
}

.hex2-right-science {
  width: 170px;
  height: 170px;
  top: 80px;
  left: 500px;
  background-size: 150% auto;
  background-position-x: 50%;
  background-position-y: 50%;
}

.hex3-right-science {
  width: 285px;
  height: 285px;
  top: 170px;
  left: 270px;
  background-size: 130% auto;
  background-position-x: 100%;
  background-position-y: 50%;
}


.hex1-left-science {
  width: 270px;
  height: 270px;
  top: -240px;
  left: 120px;
  background-size: 130% auto;
  background-position-x: 70%;
  background-position-y: 50%;
}

.hex2-left-science {
  width: 260px;
  height: 260px;
  top: -90px;
  left: 370px;
  background-size: 150% auto;
  background-position-x: 50%;
  background-position-y: 50%;
}

.hex3-left-science {
  width: 460px;
  height: 460px;
  top: 50px;
  left: -20px;
  background-size: 130% auto;
  background-position-x: 50%;
  background-position-y: 50%;
}


.science-col h1 {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
}

.science-col h3 {
  color: #3C3D3F;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
}



.science-col h2 {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.57px;
  line-height: 27px;
  text-transform: uppercase;
}

.white-gene {
  color: #FFFFFF;
}

.gradient-post-column h1 {
  width:100%;
  margin-bottom: auto;
  padding-bottom: 25px;
	color: #FFFFFF;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.43px;
	line-height: 45px;
}

.gradient-post-column h2 {
	color: #FFFFFF;
	font-family: Khula;
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 23px;
}

.gradient-post-column {
  
  padding: 75px 100px 50px 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.known-gene h2 {
  padding: 0 150px 50px 0;
	color: #3C3D3F;
	font-family: Khula;
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 23px;
}

.known-gene h1 {
  padding: 0 150px 50px 0;
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
}

.known-gene {
  padding: 100px;
}

.video-holder {
  width: 100%;
  left: 33%;
  bottom: -70px;
  display: flex;
  position: absolute;
}

.just-hex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 230px;
}

.just-hex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 230px;
  background-size: 200% auto;
  background-position-y: -10%;
  background-position-x: 15%;
}
.just-hex2 h1 {
  opacity: 0.8;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.65px;
  line-height: 45px;
  text-align: center;
}

.just-hex h1 {
  opacity: 0.8;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.65px;
  line-height: 45px;
  text-align: center;
}
.employee {
  padding: 10px;
}
.employee h1 {
  /* color: #13ADB8;	 */
  color: #2C3B4A;
	font-family: "Work Sans";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.57px;
	line-height: 27px;
  text-transform: uppercase;
  margin-bottom: -2px;
}

#plus-button-svg, #minus-button-svg {
  margin: 10px;
}
.employee h2 {
  color: #13ADB8;	
  font-family: "Work Sans";	
  font-size: 13px;	
  font-weight: 500;	
  letter-spacing: 1.57px;	
  line-height: 20px;
  text-transform: uppercase;
}

.dropdown-element {
  height: 100%;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.employee p {
  display: none;
  color: #3C3D3F;	
  font-family: Khula;	
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 23px;
  padding: 10px 35px;
}

.isVisible {
  display: flex;
}

.about-us h5 {
  padding: 100px 0 75px 0;
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.43px;
	line-height: 45px;
  text-align: center;
  
}

.employes-grid {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
}

.about-us {
  position: relative;
  background-color: #EBEBEB;
  background-size: cover;
  width: 100%;
  background-position-x: 50%;
  object-fit: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
  -webkit-transition: all 2.5s linear;
  transition: all 2.5s linear;
  
}

.gradient-cat ul,li p{

  padding-left: 50px;
  color: #FFFFFF;
  font-family: Khula;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: none;
  
}


.gradient-cat ul,li {
	color: #13ADB8;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.22px;
  line-height: 17px;
  text-transform: uppercase;
}

.gradient-cat {
margin:0;
}

.gradient-cat li::before {
    /* top: 10px; */
    content: "";
    border: 1px solid #FFFFFF;
    width: 35px;
    float: left;
    margin: 8px 15px 0 0;
}
.contact-visuals p {
  color: #13ADB8;
  font-family: "Work Sans";	
  font-size: 15px;	
  font-weight: 500;	
  letter-spacing: 1.57px;	
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 50px;
  padding-right:50px;
  padding-left: 20px;
}

.es_shortcode_form {
  display: flex;
  align-items: center;
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

  height: 50px;
  width: 100%;
  margin: 20px 0;
}

.es_textbox, .es_button  {
  padding: 0;
  margin: auto;
}

.es_textbox {
  width: 70%;
  height: 100%;
  margin: 0;
}

.es_textbox_class {
  border: 0px transparent;
  height: 100%;
  width: 100%;
  padding-left: 25px;
}

.es_button {
  width: 30%;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}

.es_msg {
  position: absolute;
  top: 100px;
  min-height: 80px;
}

.wpcf7-text {
  margin: 15px 0 15px 0;
  width: 100%;
  justify-content: center;
  display: flex;
  color: #7c7c7c;
  font-family: Work Sans;
  letter-spacing: 0.3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px;
}

.wpcf7-submit {
  float: right;
  width: 200px;
    background-color: #13ADB8;
    color: #FFFFFF;
    text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
  color: #13ADB8;
  
  font-size: .7em;
  font-weight: normal;
  display: block;
  /* font-size: 10px; */
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
}

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