/* Reset */

*:focus,
a:focus {
    outline: 4px solid #00ADA4;
    outline-offset: 2px;
}

*::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
    outline: 4px solid #00ADA4;
    outline-offset: 2px;
}

a[role=button] {
    cursor: pointer;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

html {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

sub,
sup {
    font-size: 60%;
}


/* Utilities reset */

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


label {
    margin-bottom: 0;
    font-family: roboto-mono, monospace;
    font-size: 16px;
    line-height: 20px;
    color: #1c1c1b;
    font-weight: normal;
    padding: 0 0 10px;
}


.xl-icon {
    font-size: 40px;
    line-height: 40px;
    width: 50px;
    display: block;
    margin-right: 15px;
}


.pull-left {
    float: left !important;
}

.ov-hidden {
    overflow: hidden;
}

/* Utils cols */

.col-center {
    margin: 0 auto;
    float: none;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.wflex {
    display: flex;
    flex-direction: row;
}

.wflex._end {
    justify-content: flex-end;
}



/* Utils text */

.text-robo {
    font-family: roboto, sans-serif;
}

.text-underline {
    text-decoration: underline;
}

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

.text-bold {
    font-weight: bold;
}

.text-medium {
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-italic {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}


.text-c-purple {
    color: #D19AFF;
}

.text-c-gray {
    color: #88959E;
}

.text-c-green {
    color: #00ADA4;
}


.cx-label {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A6A6A5;
    border-radius: 6px;
    padding: 4px 0px;
    line-height: 24px;
}

.cx-label.mgr {
    margin-right: 25px;
}


/* Wire */

.content {
    width: 100%;
    position: relative;
}

.section {
    padding-bottom: 100px;
    padding-top: 100px;
    width: 100%;
}

.content.section.intro {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content.section.halfpd {
    padding-top: 30px;
    padding-bottom: 30px;
}


.section.no-t {
    padding-top: 0 !important;
}

.section.no-b {
    padding-bottom: 0 !important;
}

.wrapper {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper.inner {
    padding: 60px 0px;
}

.wrapper.w-inside {
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper.w-inner {
    padding-left: 50px;
    padding-right: 50px;
}


/* Text */

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

p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

p.xs {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

p.md {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 22px;
}

p.lg {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 26px;
}

p.intro {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    font-style: italic;
}

h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 26px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}

h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* CTAs */


.cta {
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1B;
    text-decoration: none;
}


.cta div {
    overflow: hidden;
}

.cta span.arrow-green {
    display: inline-block;
    width: 25px;
    height: 11px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 5px;
}

.cta.mb {
    margin-bottom: 25px;
    display: inline-block;
}

.cta:hover {
    color: #000000;
}

/* Buttons */
.btn {
    font-family: Arial, Helvetica, sans-serif;
}



.btn.white {
    font-size: 16px;
    color: #1c1c1c;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.white:hover {
    background-color: #ccc;
    border-color: #ccc;
}




.btn.green {
    font-size: 16px;
    color: #fff;
    background-color: #00ADA4;
    border-color: #00ADA4;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.green:hover {
    background-color: #00877D;
    border-color: #00877D;
}

.btn.black {
    font-size: 16px;
    color: #fff;
    background-color: #444444;
    border-color: #444444;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn.black:hover {
    background-color: #000000;
    border-color: #000000;
}

.darktheme .btn.black {
    background-color: #fff;
    color: #1c1c1c;
}

.darktheme .btn.black:hover {
    background-color: #A6A6A5;
    color: #1c1c1c;
}


.btn.gray {
    font-size: 16px;
    color: #fff;
    background-color: #A6A6A5;
    border-color: #A6A6A5;
    border-radius: 6px;
    padding: 4px 20px;
}

.btn:not(.disabled).gray:hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn.disabled {
    opacity: 1 !important;
}

.btn.xs {
    border-radius: 6px;
    padding: 4px 20px;
    font-size: 14px;
}

.btn.mgr {
    margin-right: 20px;
}


.twobtn .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.twobtn .btn.mgr {
    margin-right: 10px;
}

.btn.sm {
  font-size: 14px!important;
  max-height: 25px;
  padding: 4px 14px!important;
  line-height: 14px;
  margin-top: 10px;
  max-width: 104px;
}

/*
Wrapped title
*/
.wrapped-text-caption span {
    font-family: roboto, sans-serif;
    color: #1c1c1c;
    font-weight: 400;
    font-style: normal;
}

.wrapped-text-caption {
    font-size: 20px;
    font-weight: 400;
    font-family: roboto-mono, monospace;
    color: #00ada4;
    background-color: #ffffff;
    position: relative;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    padding: 4px;
}

.wrapped-text-caption.dark span {
    color: #ffffff;
}

.wrapped-text-caption.dark {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}





/*
Wrapped title
*/

.wrapped-text-caption-b {
    font-size: 20px;
    font-weight: 500;
    font-family: roboto, sans-serif;
    color: #1c1c1c;
    background-color: #ffffff;
    position: relative;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    padding: 4px;
}

.wrapped-text-caption-b span {
    font-family: roboto, monospace;
    font-weight: 300;
    color: #00ada4;
    font-style: normal;
}


.wrapped-text-caption-b.dark span {
    color: #ffffff;
}

.wrapped-text-caption-b.dark {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}



/* Utils paddings */

.npd {
    padding: 0;
}

.npt {
    padding-top: 0;
}

.npb {
    padding-bottom: 0;
}

.nmg {
    margin: 0;
}


.nmb {
    margin-bottom: 0;
}

.nmt {
    margin-top: 0;
}


.mgt-20 {
    margin-top: 20px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}


.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}


.pdb-30 {
    padding-bottom: 30px;
}


.pdb-40 {
    padding-bottom: 40px;
}


.pdb-60 {
    padding-bottom: 60px;
}



.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}


.pdt-30 {
    padding-top: 30px;
}


.pdt-40 {
    padding-top: 40px;
}


.pdt-60 {
    padding-top: 60px;
}


/* Media */

.media-wrap {
    position: relative;
}

img.mxwidth {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .wrapper {
        padding: 0 20px;
    }
}


@media screen and (max-width: 991px) {

    .wrapper {
        padding: 0 20px;
    }


    .btn {
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 767px) {}


@media screen and (max-width: 480px) {}

/* Dark theme */



.darktheme .wrapped-text-caption span {
    color: #ffffff;
}

.darktheme .wrapped-text-caption {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .wrapped-text-caption-b {
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}



.darktheme label {
    color: #ffffff;
}



/*
**********************
HEADER
 **********************
*/

.header {
    background-color: #ffffff;
}

.header .wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    z-index: 10;
}


.header .navigation,
.header .logo {
    height: 75px;
}

.header .logo {
    margin-top: 50px;
    position: relative;
}

.header .logo a {
    display: block;
    width: 119px;
    height: 20px;
}

.header .logo img {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
}

.header .logo img.logo-black {
    display: none;
}

/* Navigation */

.header .top-nav-trigger-menu {
    display: none;
}

.header .navigation {
    position: relative;
    flex: 1;
    display: flex;
}

.header #nav {
    margin-top: 52px;
    padding-left: 70px;
}

.header #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.header #nav>ul>li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.header #nav>ul>li>a {
    color: #1C1C1C;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    display: block;
    padding-bottom: 7px;
}

.header #nav>ul>li>a>span.back {
    display: none;
    font-size: 16px;
}

.no-touch .header #nav>ul>li>a:hover {
    color: #c0c0c0;
}

.header #nav>ul>li>a.active.item-green,
.header #nav>ul>li>a.item-green:hover,
.header .nav-sub.item-green ul>li.nav-header a,
.header .nav-sub.item-green ul>li.nav-header span {
    color: #00ADA4;
}

.header #nav>ul>li>a.active.item-purple,
.header #nav>ul>li>a.item-purple:hover,
.header .nav-sub.item-purple ul>li.nav-header a,
.header .nav-sub.item-purple ul>li.nav-header span {
    color: #D19AFF;
}

.header #nav>ul>li>a.active.item-gray,
.header #nav>ul>li>a.item-gray:hover,
.header .nav-sub.item-gray ul>li.nav-header a,
.header .nav-sub.item-gray ul>li.nav-header span {
    color: #88959E;
}


/*
.nav-sub.columns-2 {
    padding: 0.5em 1000em;
    margin: 0 -1000em;
*/

.header .nav-sub {
    position: relative;
}



.header .nav-sub .nav-sub-wrapper {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 0px;
    padding: 35px 20px 0px 20px;
    z-index: 1000;
    -moz-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    left: -33px;
}

.header .nav-sub.columns-2 .nav-sub-wrapper {
    min-width: 600px;
}

.header .nav-sub-item {
    margin-bottom: 20px;
}

.header .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .nav-sub ul>li {
    padding-bottom: 5px;
    color: #1C1C1C;
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.header .nav-sub ul>li.bright {
    border-right: 1px solid #bdbdbd;
}

.header .nav-sub ul>li.nav-header {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.header .nav-sub ul>li>a.text-underline {
    text-decoration: underline;
}


.header .nav-sub ul>li>a {
    color: #1C1C1C;
    padding-bottom: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.header .nav-sub ul>li.nav-subheader {
    font-weight: bold;
    padding-top: 10px;
}


.no-touch .header .nav-sub ul>li.nav-header>a:hover,
.no-touch .nav-sub ul>li.nav-subheader>a:hover {
    text-decoration: none;
}

.no-touch .header .nav-sub ul>li>a:hover {
    text-decoration: none;
}


/* Navigation drawer*/

.header .navigation.nav-drawer {
    height: auto;
}

.header .navigation.nav-drawer .nav-sub-wrapper .row {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all 3s ease-out;
    opacity: 0;
}

.header .navigation.nav-drawer .row,
.header .navigation.nav-drawer .nav-sub-item,
.header .navigation.nav-drawer .nav-sub-wrapper.dtable {
    display: inline-table;
}

.header .navigation.nav-drawer .nav-sub.columns-2 .nav-sub-wrapper .row {
    display: flex;
}


.header .navigation.nav-drawer .nav-sub-wrapper.dtable .row {
    opacity: 1;
}

.header .navigation.nav-drawer #nav ul {
    display: table-cell;
}

.header .navigation.nav-drawer li .nav-sub {
    position: relative;
    width: 1px;
    min-width: auto;
}

.header .navigation.nav-drawer .nav-sub .nav-sub-wrapper {
    /*min-width: 300px;*/
}

.header .navigation.nav-drawer .nav-sub .nav-sub-wrapper {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: -20px;
}

/* Nav action */

.header .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.header .actions .atop {
    color: #1c1c1c;
    margin-top: 20px;
    display: none;
}

.header .atop-item {
    color: #88959E;
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.header .atop-item:hover {
    color: #1c1c1c;
}

.header .actions .abottom {
    display: flex;
    margin-top: 52px;
    flex-direction: row;
    align-items: stretch;
}

.header .abottom-item {
    flex: 1;
    width: 30px;
    flex: 0 0 auto;
}

.header .abottom-item span {
    color: #88959E;
    line-height: 24px;
    font-size: 17px;
}

.header .abottom-item.abi-contact {
    width: 80px;
}

.header .abottom-item svg {
    fill: #88959E;
}

.header .abottom-item.abi-search svg {
    width: 16px;
    margin-top: 4px;
}

.header .abottom-item.abi-global svg {
    width: 20px;
}

.header .abottom-item.abi-contact svg {
    width: 16px;
    margin-top: 2px;
}

.header .abottom-item.abi-support svg {
    width: 17px;
}

.header .abottom-item:hover svg {
    fill: #1c1c1c;
}

.header .abottom-item:hover span {
    color: #1c1c1c;
}

/*Mobile*/
.header .navigation .top-nav-trigger-menu {
    color: #ffffff;
}

.header .navigation .top-nav-trigger-menu .top-nav-label {
    display: none;
}

.header .navigation .top-nav-trigger-menu>img {
    width: 23px;
    height: auto;
}

.header .navigation .top-nav-trigger-menu>img.menu-open {
    display: inline-block;
    margin-top: -3px;
}

.header .navigation .top-nav-trigger-menu>img.menu-close {
    display: none;
}

.header .navigation .top-nav-trigger-menu>span {
    display: inline-block;
    margin-left: 10px;
}

.header .navigation .top-nav-trigger-menu.is-open>img.menu-close {
    display: inline-block;
}

.header .navigation .top-nav-trigger-menu.is-open>img.menu-open {
    display: none;
}


/* Search */

.header .abottom-item.abi-search.is-open svg {
    fill: #1c1c1c;
}

.header .top-nav-search.is-open {
    display: block;
}

.header .top-nav-search {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border: 1px solid transparent;
    right: 0;
    left: 0;
    top: 92px;
    display: block;
    -moz-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    display: none;
}

.top-nav-search form {
    position: relative;
    display: block;
    height: 40px;
}

#search-input {
    font-family: roboto-mono, monospace;
    border-radius: 0;
    color: #1c1c1c;
    border-color: #e8e8e8;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 16px 10px 34px;
    line-height: 16px;
    height: 40px;
    padding: 12px 16px 10px 16px;
    display: block;
    width: 87%;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.search-input-btn {
    display: block;
    width: 11%;
    box-sizing: border-box;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 0 none;
    background: #00ADA4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 7px;
}

.search-input-btn:hover {
    background: #00877D;
}



/*
**********************
SLIDER
 **********************
*/
/*
.carousel-inner{
    overflow: visible;
}
*/

.carosel-header-radial {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

.carosel-header-radial img {
    width: 100%;
    margin: 0 auto;
    display: block;
}


.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    background: none;
    height: 90px;
    position: absolute;
}


.carousel .carousel-control-prev-icon {
    left: -50px;
}

.carousel .carousel-control-next-icon {
    right: -50px;
}


.carousel .carousel-control-prev-icon svg,
.carousel .carousel-control-next-icon svg {
    fill: #00ADA4;
}

.carousel .carousel-control-prev svg,
.carousel .carousel-control-next svg {
    fill: #00877D;
}

.carousel .carousel-control-prev {
    width: 60px;
}

.carousel .carousel-control-next {
    width: 60px;
}

/* Homa page image slider */
#home-carousel {
    margin-top: 30px;
}

.carousel-item-wrapper {
    min-height: 550px;
    position: relative;
    width: 100%;
}

.carousel-item-wrapper .ci-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.carousel-item-wrapper .ci-caption .ci-text-title {
    margin-bottom: 25px;
    position: relative;
    margin-left: 8px;
}




.carousel-item-wrapper .ci-caption h1 {
    font-size: 40px;
    background-color: #ffffff;
    line-height: 45px;
    font-weight: 500;
    color: #00ADA4;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    padding: 3px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.carousel-item-wrapper .ci-caption h1 span {
    color: #1c1c1c;
}


.carousel-item-wrapper .ci-caption .ci-text-desc {
    width: 370px;
    position: relative;
    margin-left: 8px;
}



.carousel-item-wrapper .ci-caption p {
    color: #1c1c1c;
    font-family: roboto-mono, monospace;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    display: inline;
    padding: 3px;
    font-weight: 300;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.content.hero .hc-desc.hc-black p {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.carousel-item-wrapper .ci-caption p span {
    background-color: #ffffff;
}


.carousel-item-wrapper .ci-caption .ci-cta {
    padding-top: 150px;
}

.carousel-item-wrapper .ci-caption .ci-cta .btn {
    font-size: 20px;
    border-radius: 6px;
    padding: 8px 50px;
}


.carousel-item-wrapper .ci-radial {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 50%;
    margin-left: -50%;
    top: -20px;
}

.carousel-item-wrapper .ci-radial img {
    width: 100%;
}

.carousel-item-wrapper .ci-shadow {
    position: absolute;
    right: 50px;
    left: 50px;
    top: 0;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .1);
}

.carousel-item-wrapper .ci-img {
    z-index: 1;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

.carousel.image-slider .ci-indicator-wrapper {
    position: relative;
    text-align: center;
    margin-top: 45px;
}

.carousel.image-slider .carousel-indicators {
    position: relative;
    width: auto;
    display: inline-block;
    left: 0;
    bottom: 0;
    padding: 7px 20px;
    border-radius: 15px;
    background-color: #333333;
    margin: 0;
    text-align: center;
    line-height: 1;
}

.carousel.image-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #00877D;
    display: inline-block;
    margin-bottom: 1px;
}

.carousel.image-slider .carousel-indicators li.active {
    background-color: #ffffff;
}

/* Carosel animation */

/* ANIMATION V1 */

.carousel.image-slider .carousel-item {
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
}


.carousel.image-slider .carousel-item.anim-prep-in-lr .carousel-item-wrapper .ci-caption .ci-text-title,
.carousel.image-slider .carousel-item.anim-prep-in-rl .carousel-item-wrapper .ci-caption .ci-text-title {
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    transform: translateX(50px);
    transition-delay: .2s;
    opacity: 0;
}

.carousel.image-slider .carousel-item.anim-in .carousel-item-wrapper .ci-caption .ci-text-title {
    transform: translateX(0);
    opacity: 1;
}

.carousel.image-slider .carousel-item.anim-prep-in-lr .carousel-item-wrapper .ci-caption .ci-text-desc,
.carousel.image-slider .carousel-item.anim-prep-in-rl .carousel-item-wrapper .ci-caption .ci-text-desc {
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    transform: translateX(50px);
    transition-delay: .4s;
    opacity: 0;
}

.carousel.image-slider .carousel-item.anim-in .carousel-item-wrapper .ci-caption .ci-text-desc {
    transform: translateX(0);
    opacity: 1;
}



.carousel.image-slider .carousel-item.anim-prep-in-lr .carousel-item-wrapper .ci-caption .ci-cta,
.carousel.image-slider .carousel-item.anim-prep-in-rl .carousel-item-wrapper .ci-caption .ci-cta {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .6s ease-out;
    transform: translateX(-10px);
    transition-delay: .5s;
    opacity: 0;
}

.carousel.image-slider .carousel-item.anim-in .carousel-item-wrapper .ci-caption .ci-cta {
    transform: translateX(0);
    opacity: 1;
}


/* Home page audio slider */

.audio-carosel .carousel-item-wrapper {
    position: relative;
    min-height: auto;
}

.audio-carosel .carousel-item-inner-wrapper {
    background-color: #333333;
    position: relative;
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.audio-carosel .ci-video-player {
    width: 100%;
    padding-right: 30px;
}

.audio-carosel .ci-video-player img {
    width: 100%;
    height: auto;
}

.audio-carosel h3,
.audio-carosel h5 {
    color: #00ADA4;
    font-size: 20px;
    font-weight: 500;
}

.audio-carosel p {
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    margin-right: 60px;
}

.audio-carosel .ci-audio-icon {
    width: 40px;
    margin-bottom: 35px;
}

.audio-carosel .ci-audio-icon svg {
    width: 100%;
    fill: #1c1c1c;
}

.audio-carosel .carousel-indicators {
    position: relative;
    margin: 0;
    bottom: 0;
}

.audio-carosel .ci-indicator-wrapper {
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
}

.audio-carosel .ci-indicator-wrapper li {
    text-indent: unset;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-top: none;
    border-bottom: none;
    border-top: none;
}

.audio-carosel .ci-indicator-wrapper li div {
    padding: 30px;
}

.audio-carosel .ci-indicator-wrapper li img {
    width: 100%;
    height: auto;
}

.audio-carosel .ci-indicator-wrapper li.active div {
    background-color: #333333;
}

.audio-carosel .ci-indicator-wrapper li.active span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00ADA4;
    margin-top: 7px;
}

.audio-carosel .carousel-control-prev-icon,
.audio-carosel .carousel-control-next-icon {
    height: 240px;
}


.audio-carosel .p3sdk-container {
    height: auto !important;
    position: relative;
}


.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-content {
    height: 200px !important;
    margin-top: 50px !important;
    background-color: transparent;
    z-index: 20;
    border: none !important;
}


.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-content p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}

.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-bottom-bar {
    position: absolute !important;
    margin-top: 46px !important;
    background-color: transparent z-index: 20;
    border-top: none !important;
    top: 0;
}


.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-control-bar {
    display: flex !important;
    padding: 0 !important;
    background: none !important;
}

.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-searchbox {
    background: #000000;
    color: #fff;
    border-color: #000000;
    padding: 7px 18px !important;
    width: 100%;
}

.audio-carosel .p3sdk-interactive-transcript-control-bar i.p3sdk-fa {
    padding: 12px;
    background: #00ADA4;
    border-radius: 7px;
    color: #fff;
    margin-left: 10px;
}

.audio-carosel .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript {
    background: none !important;
    border: none;
}


.audio-carosel .collapsible-button {
    color: #ffffff;
}

.audio-carosel button.collapsible-button:focus {
    outline: none !important;
    outline: none !important;
}

.audio-carosel .ci-search-wrapper {
    margin-bottom: 25px;
}

/* General */
.content-wrap {
    background-color: #ffffff;
}

.content-wrap.dark {
    background-color: #1c1c1c;
}


.content-wrap.homepage,
.content-wrap.pproduct {
    background-image: url(../images/bg-home-light.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: cover;
}

.content-wrap.pproduct {
    background-image: url(../images/bg-prod-light.png);
}

/*
Elements: Audio single item
*/

.audio-item-single.mgl {
    margin-left: 40px;
}

.audio-item-single.mgr {
    margin-right: 40px;
}

.audio-item-single,
.audio-item-single .ais-title {
    position: relative;
}

.audio-item-single h2 {
    margin-bottom: 25px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 34px;
    line-height: 40px;

}

.audio-item-single .ais-audio-icon {
    position: absolute;
    width: 44px;
    height: 50px;
    right: 0;
    bottom: -20px;
}

.audio-item-single .ais-audio-icon svg {
    fill: #01ADA4;
}

.audio-item-single .aid-video {
    margin-bottom: 25px;
}

.audio-item-single .aid-video img {
    width: 100%;
}

.audio-item-single p {
    font-size: 19px;
    line-height: 27px;
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
}

/* Presentation item */

.present-item-a.mgl {
    margin-left: 40px;
}

.present-item-a.mgr {
    margin-right: 40px;
}

.present-item-a {
    position: relative;
}


.present-item-a .pi-logo {
    width: 100%;
    margin-bottom: 56px;
}

.present-item-a .pi-logo img {
    width: 100%;
}


/*
Text wrapped fix
*/

.wrapper-tile .wrapper-tile-caption span._ci,
.carousel-item-wrapper .ci-caption h1 span._ci,
.content.hero .hc-title h1 span._ci,
.content.hero .hc-desc p span._ci,
.carousel-item-wrapper .ci-caption p span._ci,
.wrapped-title span._ci {
    z-index: 2;
    position: relative;
    color: inherit;
}

.wrapper-tile .wrapper-tile-caption span._ci:nth-child(1),
.carousel-item-wrapper .ci-caption h1 span._ci:nth-child(1),
.content.hero .hc-title h1 span._ci:nth-child(1),
.content.hero .hc-desc p span._ci:nth-child(1),
.carousel-item-wrapper .ci-caption p span._ci:nth-child(1),
.wrapped-title span._ci:nth-child(1) {
    z-index: 2;
}


.wrapper-tile .wrapper-tile-caption span._ci:nth-child(2),
.carousel-item-wrapper .ci-caption h1 span._ci:nth-child(2),
.content.hero .hc-title h1 span._ci:nth-child(2),
.content.hero .hc-desc p span._ci:nth-child(2),
.carousel-item-wrapper .ci-caption p span._ci:nth-child(2),
.wrapped-title span._ci:nth-child(2) {
    z-index: 3;
}


.wrapper-tile .wrapper-tile-caption span._ci:nth-child(3),
.carousel-item-wrapper .ci-caption h1 span._ci:nth-child(3),
.content.hero .hc-title h1 span._ci:nth-child(3),
.content.hero .hc-desc p span._ci:nth-child(3),
.carousel-item-wrapper .ci-caption p span._ci:nth-child(3),
.wrapped-title span._ci:nth-child(3) {
    z-index: 3;
}



/* Footer */
/* Footer Links */
.content.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 60px 0;
}

.content.footer h4,
.content.footer .footer-title {
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    color: #30e4d0;
}

.content.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2rem;
}

.content.footer ul li {
    font-family: roboto-mono, monospace;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.content.footer ul li:last-child {
    margin-bottom: 0px;
}

.content.footer ul li a {
    color: #ffffff;
}

.content.footer ul li a:hover,
.content.footer ul li a:visited,
.content.footer ul li a:focus {
    opacity: 0.8;
}

.content.footer ul li ul {
  padding-left: 0;
  margin-top: 10px;
  margin-left: 0;
}

/* Country selection */
.content.footer .footer-copyright-and-social .dd-footer.dropdown {
    display: inline-block;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 3px;
    padding: 0;
    outline: none;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu {
    background: #1c1c1c;
    border-color: #1c1c1c;
    padding: 5px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu a {
    margin: 0px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:focus,
.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:hover {
    background-color: transparent;
    opacity: .8;

}


/* Footer copyright and social */

.content.footer .btn {
  font-family: roboto-mono, monospace;
  font-size: 15px;
}

.content.footer .footer-copyright-and-social {
    padding-top: 100px;
}

.content.footer .footer-copyright-and-social .footer-delimiter {
    border-top: 2px solid #30e4d0;
    padding-bottom: 30px;
}

.content.footer .footer-copyright-and-social .footer-copyright p {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
}

.content.footer .footer-copyright-and-social .footer-copyright a {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
}

.content.footer .footer-copyright-and-social .footer-copyright a:hover,
.content.footer .footer-copyright-and-social .footer-copyright a:visited,
.content.footer .footer-copyright-and-social .footer-copyright a:focus {
    opacity: 0.8;
}

.content.footer .footer-copyright-and-social .footer-copyright .copyright-oblique-delimiter {
    margin: 0 10px;
    color: #30e4d0;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    display: inline-block;
}

.content.footer .footer-copyright-and-social .footer-social a {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}

.content.footer .footer-copyright-and-social .footer-social a:hover,
.content.footer .footer-copyright-and-social .footer-social a:visited,
.content.footer .footer-copyright-and-social .footer-social a:focus {
    opacity: 0.8;
    text-decoration: none;
}

.content.footer .footer-copyright-and-social .footer-social .footer-social-icon {
    width: 40px;
}

.content.footer .footer-copyright-and-social .footer-social .footer-icon-spacer {
    width: 40px;
    display: inline-block;
}


/*
Sticky actions
*/

.sticky-widget {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.sticky-widget-menu {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}

.sticky-widget ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.sticky-widget ul li {
    margin-top: 10px;
    text-align: right;
}

.sticky-widget ul li:first-child {
    margin-top: 0;
}

.sticky-widget ul li a {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 24px;
    color: #212121;
    border: 1px solid transparent;
    padding: 0 10px;
}

.sticky-widget ul li a .is-text {
    display: none;
    font-size: 13px;
    line-height: 46px;
    text-transform: uppercase;
    color: #88959E;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}

.sticky-widget ul li a .sticky-icon svg {
    width: 22px;
    margin-top: 11px;
    height: 22px;
    fill: #88959E;
}

.sticky-widget ul li a:hover {
    border: 1px solid #1c1c1c;
    color: #88959E;
    width: auto;
}

.sticky-widget ul li a:hover .is-text {
    display: block;
    margin-right: 10px;
}

/* Section: Wrapper tile multi row*/
/* Wrapper Tile Section */
.wrapper-tile {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.wrapper-tile .wrapper-tile-caption span {
    font-family: roboto, sans-serif;
    color: #1c1c1c;
    font-weight: 400;
    font-style: normal;
}



.wrapper-tile .wrapper-tile-caption {
    font-size: 20px;
    font-weight: 300;
    font-family: roboto-mono, monospace;
    color: #00ada4;
    background-color: #ffffff;
    position: relative;
    display: inline;
    box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
    padding: 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.wrapper-tile .background-image {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrapper-tile .tile-fluid:hover .background-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    /* IE 6-9 */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tile-fluid {
    margin: 20px;
    width: auto;
    height: 282px;
    position: relative;
    display: block;

}

.tile-fluid:hover {
    text-decoration: none;

}

.tile-fluid.length-1x {
    flex: 1;
}

.tile-fluid.length-2x {
    flex: 2;
}

.overlay-hover-green:hover,
.overlay-hover-black:hover,
.overlay-hover-purple:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.overlay-hover-green,
.overlay-hover-black,
.overlay-hover-purple {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #30e4d0;
    opacity: 0.2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.overlay-hover-green {
    background-color: #30e4d0;
}

.overlay-hover-black {
    background-color: #000000;
}

.overlay-hover-purple {
    background-color: #d19aff;
}


/* Product page hero */
.content.hero {
    width: 100%;
}

.hero-inner {
    min-height: 560px;
    position: relative;
    width: 100%;
}

.content.hero .hero-caption {
    position: relative;
    z-index: 4;
    background-color: transparent !important;
}

.content.hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-left: 50px;
    margin-right: 50px;
    right: 0;
    bottom: 0;
    margin-top: 25px;
}

.content.hero .hero-radial {
    position: relative;
    z-index: 2;
}


.content.hero .hc-title {
    margin-bottom: 25px;
    position: relative;
    margin-left: 8px;
}

.content.hero .hc-title h1 {
    font-size: 48px;
    background-color: #1c1c1c;
    line-height: 57px!important;
    color: #00ADA4;
    display: inline;
    font-family: roboto, sans-serif;
    font-weight: 300;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 20px 0 13px;
}

.content.hero .hc-title h1 span {
    color: #ffffff;
}

.content.hero .hc-desc {
    position: relative;
    margin-top: 260px;
    margin-left: 8px;
    max-width: 600px;
}

.content.hero .hc-desc p {
    font-size: 28px;
    line-height: 33px;
    font-family: roboto-mono, monospace;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    background-color: #00ADA4;
    box-shadow: 0.6em 0 0 #00ADA4, -0.5em 0 0 #00ADA4;
    display: inline;
    padding-bottom: 5px;
    padding-top: 2px;
}

.content.hero .hc-desc.hc-dark {
    max-width: 360px;
}

.content.hero .hc-desc.hc-dark p {
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    color: #ffffff;
    background-color: #000;
    box-shadow: none;
    display: block;
    padding: 11px;
}

.content.hero .hc-desc.hc-white {
    max-width: 360px;
}

.content.hero .hc-desc.hc-white p {
    display: block;
    padding: 11px;
    font-size: 14px;
    line-height: 25px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0.6em 0 0 #fff, -0.5em 0 0 #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.content.hero .hero-radial {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: -20px;
    left: 0px;
}

.content.hero .hero-radial img {
    width: 100%;
    margin: 0px auto;
    display: block;
}



.section-second-hero.hero .hero-image {
    margin-top: 0
}

.section-second-hero.hero .hero-caption {
    padding-top: 20px;
}

.section-second-hero.hero .hc-title {
    padding: 10px 5px;
    background-color: #333;
    color: #fff;
    max-width: 480px;
}

.section-second-hero.hero .hc-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}

.content.section-second-hero.hero .hc-desc {
    margin-top: 120px;
    max-width: 480px;
}


/* Tile C */
.tile-c {
    width: auto;
    height: 340px;
    position: relative;
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.tile-c.lose-focus {
    opacity: .4;
}

.tile-c .tile-c-inner {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.tile-c .tile-c-background {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    z-index: 1;
}


.tile-c .tile-c-title {
    position: absolute;
    top: -1px;
    left: 0;
    color: #333333;
    font-family: roboto-mono, monospace;
    padding-left: 0px;
    overflow: hidden;
    z-index: 4;
}

.tile-c .tile-c-title .arr {
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 7px;
}


.tile-c .tile-c-toggle .arr {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.tile-c .tile-c-toggle {
    display: block;
    background: #fff;
    padding: 20px;
    z-index: 20;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 1;
}

.tile-c.p-b .tile-c-toggle {
    top: -100%;
    overflow: hidden;
    height: 100%;
}


.tile-c.p-t .tile-c-toggle {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transform: translateY(0);
}

.tile-c.p-r .tile-c-toggle {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 340px;
    overflow: hidden;
}


.tile-c.p-l .tile-c-toggle {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.tile-c .tile-c-toggle p {
    font-family: roboto-mono, monospace;
    font-size: 18px;
    font-weight: lighter;
    line-height: 27px;
    margin-bottom: 0px;
}

.tile-c .tile-c-overlay {
    display: none;
}

.tile-c.has-overlay .tile-c-overlay {
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .2;
}

.tile-c.has-overlay .tile-c-overlay.green {
    background-color: #30e4d0;
}

.tile-c.has-overlay .tile-c-overlay.purple {
    background-color: #d19aff;
}

.tile-c:hover .tile-c-background {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.tile-c.active-z {
    z-index: 20;
}

.tile-c.active .tile-c-background {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.tile-c.active .tile-c-overlay {
    opacity: 0;
}

.tile-c.active .tile-c-toggle {
    visibility: visible;
}

.tile-c.p-b.active .tile-c-toggle {
    height: auto;
    top: 0;
}

.tile-c.p-t.active .tile-c-toggle {
    transform: translateY(-100%);
}

.tile-c.p-r.active .tile-c-toggle {
    right: -200%;
    width: 200%;
}

.tile-c.p-l.active .tile-c-toggle {
    left: -200%;
    width: 200%;
}

/* Tile a  */
.tiles-a-holder {
    padding: 0px 15px;
}

.tile-a {
    padding: 0px;
}

.tile-a .tile-a-image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 374px;
}

.tile-a .tile-a-image img {
    width: 100%;
}

.tile-a:hover .tile-a-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tile-a .tile-a-title {
    font-family: roboto, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #01ada4;
    font-weight: bold;
    background-color: #1c1c1c;
    padding: 10px 0px 10px 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    width: 270px;
    top: -25px;
}


.tile-a .tile-a-title-2::before {
    content: "";
    position: absolute;
    width: 5px;
    margin-left: -5px;
    background-color: #1c1c1c;
    top: -3px;
    bottom: -2px;
    display: block;
}

.tile-a .tile-a-title-2 {
    position: relative;
    top: -30px;
    padding-left: 5px;
}

.tile-a .tile-a-title-2 h2 {
    font-family: roboto, sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    background-color: #1c1c1c;
    color: #01ada4;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tile-a .tile-a-title-2 h2 span {
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}



.tile-a:hover .tile-a-title {
    color: #1c1c1c;
    background-color: #01ada4;
}

.tile-a .tile-a-title:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 25px solid #1c1c1c;
    position: absolute;
    right: -25px;
    z-index: 1;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tile-a:hover .tile-a-title:after {
    border-left: 25px solid #01ada4;
}

.tile-a .tile-a-description {
    font-family: roboto-mono, monospace;
    font-size: 18px;
    line-height: 25px;
    color: #1c1c1b;
    font-weight: normal;
    padding: 0 0 0 10px;
    min-height: 130px;
}

.tile-a-description-hiden {
    display: none;
}

.tile-a .tile-a-description.active .tile-a-description-hiden {
    display: block;
}


.tile-a .tile-a-description a {
    color: #01ada4;
}

/* Tile b  */

.tile-b .tile-b-image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tile-b:hover .tile-b-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tile-b:hover .tile-b-title {
    text-decoration: underline;
}

.tile-b .tile-b-image img {
    width: 100%;
}

.tile-b .tile-b-title {
    font-family: roboto, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #01ada4;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: -20px;
}

.tile-b-title h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    text-decoration: none;
}

.tile-b .tile-b-title span {
    background-color: #1c1c1c;
    padding: 4px 10px;
    color: #ffffff;
}

.tile-b .tile-b-label {
    font-family: roboto, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #01ada4;
    background-color: #1c1c1c;
    padding: 8px 0px 2px 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    width: 270px;
    top: -42px;
}

.tile-b-label h5 {
    font-weight: lighter;
}

.tile-b .tile-b-label:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 25px solid #1c1c1c;
    position: absolute;
    right: -25px;
    z-index: 1;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tile-b:hover .tile-b-label {
    color: #1c1c1c;
    background-color: #01ada4;
}

.tile-b:hover .tile-b-label:after {
    border-left: 25px solid #01ada4;
}

.tile-b .tile-b-description {
    font-family: roboto-mono, monospace;
    font-size: 18px;
    line-height: 25px;
    color: #1c1c1b;
    font-weight: normal;
    min-height: 130px;
    position: relative;
    top: -15px;
}

.tile-b .tile-b-description a {
    color: #01ada4;
}

/* Title */
h2.title30 {
    font-family: roboto, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

h2.title50 {
    font-family: roboto, sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
}

.title30_bold {
    font-weight: bold;
}


h5.title18 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}


.wrapped-title {
    font-family: roboto, monospace;
    background-color: #1c1c1c;
    color: #01ada4;
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 400;
    font-style: normal;
}

.wrapped-title span {
    color: #fff;
}

.no-ita {
    font-style: normal !important;
}


p.desc18 {
    font-family: roboto, monospace;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}



p.desc17 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: roboto, monospace;
    font-weight: 400;
    font-style: normal;
}

p.desc21 {
    font-size: 21px;
    line-height: 32px;
    font-weight: normal;
}

.wrapper-bottom img.sidebar-image {
    width: 100%;
}


/*
Lists
*/


.arrow-list {
    font-family: roboto, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 32px;
    color: #1C1C1B;
    text-decoration: none;
    padding-left: 20px;
}

.arrow-list span {
    overflow: hidden;
    display: block;
}

.arrow-list span.arrow-green {
    display: inline-block;
    width: 25px;
    height: 11px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 10px;
}


/* Services*/

.sidebar-links {
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #1C1C1B;
    padding-left: 20px;
    display: block;
    text-decoration: underline;
}

.sidebar-links:hover {
    color: #000000;
    text-decoration: none;
}

.sidebar-links.purple {
    color: #d19aff;
}


.sidebar-links.purple:hover {
    color: #d19aff;
}



.sidebar-links span {
    overflow: hidden;
    display: block;
}

.sidebar-links span.arrow-green {
    display: inline-block;
    width: 25px;
    height: 11px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 12px;
}

.sidebar-links span.arrow-black {
    display: inline-block;
    width: 25px;
    height: 11px;
    background-image: url(../images/icon-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 12px;
}

.current-service {
    text-decoration: none !important;
}

.service-sidebar-image {
    width: 100%;
    padding-left: 20px;
}

.survey-box {
    padding: 20px;
    background-color: #01ada4;
}

.survey-box h5.survey-title {
    font-family: 'roboto';
    font-weight: lighter;
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
}

.survey-box p.survey-desc {
    font-family: 'roboto';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.survey-cta {
    text-align: center;
}

/*
Resources section
*/

.wblock {
    background-color: transparent;
    padding: 40px;
}

.wblock.black {
    background-color: #000000;
}


.wblock.white {
    background-color: #ffffff;
}


.resources-section h2 {
    display: inline;
    padding: 5px 0;
}

.resource-category p {
    font-family: 'roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}

.resource-category-link a {
    font-family: roboto-mono, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #01ada4;
    display: block;
    display: inline-block;
}

.resource-category-link.black a {
    color: #1c1c1c;
}

.resource-category-link.black a:hover {
    color: #1c1c1c;
}

.resource-category-link a:hover .resource-link {
    text-decoration: none;
}

.resource-link {
    text-decoration: underline;
}

.resource-arrow-green {
    display: inline-block;
    width: 20px;
    height: 11px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-top: 7px;
}

/*
Marketo
 */

.mktoForm {
    width: 100% !important
}

.inner:after,
.inner:before,
.mktoForm:after,
.mktoForm:before {
    display: table;
    content: " "
}

.mktFormMsg {
    color: red
}

.mktoForm .mktoOffset {
    height: 0 !important
}

form.mktoForm {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.form-header {
    padding-left: 20px
}

.mktoForm .mktoFormRow {
    width: 49%;
    float: left !important
}

.mktoForm .mktoFormRow .mktoFormCol {
    margin-bottom: 25px !important;
    height: 50px !important
}

.mktoForm .mktoFormCol {
    float: none !important;
    position: relative !important;
    min-height: 2em !important;
    width: 100% !important;
    margin-left: 0% !important
}

.mktoError {
    position: relative;
    height: 0;
    right: 0 !important;
    bottom: 0 !important
}

.mktoForm .mktoFieldWrap {
    float: none !important;
    width: 100% !important
}

.mktoButtonWrap {
    margin-left: 80px !important
}

.mktoForm .mktoLogicalField.mktoInvalid {
    border: none !important
}

.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoLabel {
    width: 100% !important;
    color: #666;
    font-size: 14px;
    padding-bottom: 4px
}

.mktoForm .mktoLabel {
    width: 100% !important
}

.mktoForm .mktoFormRow {
    clear: none !important;
    color: #666;
    font-size: 96%
}

.mktoAsterix {
    display: block;
    float: left !important
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #1c1c1c !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border-bottom-width: 2px !important;
}

.mktoForm textarea.mktoField {
    height: 32px !important
}

.mktoForm select.mktoField {
    padding-left: 3% !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mktoButtonWrap {
    margin-left: 0 !important
}

.mktoButtonRow {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 0 !important;
    float: left;
    width: 100%
}

.mktoErrorMsg {
    color: #d20000
}

.loader-form {
    width: 100%
}

.loader-form div {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #00ADA4 !important;
    border: medium none !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 36px !important;
    margin: 20px 0 0 12px !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: inherit;
    width: 150px !important;
    text-shadow: none !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    background-image: none !important;
}


.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #00877D !important;
}

.mktoForm .mktoGutter {
    float: none !important;
    height: 0
}


.mktoForm {
    display: flex;
    flex-wrap: wrap;
}

.mktoForm .mktoFormRow {
    width: auto !important;
    flex-direction: row;
    flex: 1 50%;
    padding: 5px;
}

.mktoForm.mkto-oneline .mktoFormRow {
    flex: 1 100%;
    padding: 0px;
}


.mktoForm.mkto-hidelabel .mktoRequiredField label.mktoLabel,
.mktoForm.mkto-hidelabel .mktoGutter,
.mktoForm.mkto-hidelabel .mktoLabel {
    display: none;
}

.mktoForm .mktoFormRow:nth-child(12),
.mktoForm .mktoFormRow:nth-child(13),
.mktoForm .mktoFormRow:nth-child(14),
.mktoForm .mktoFormRow:nth-child(15) {
    flex: 1 100%;
}



.mktoForm .mktoFormRow:nth-child(12) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(13) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(14) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
    float: none !important;
    position: relative !important;
    min-height: 2em !important;
    width: 95% !important;
    margin-left: 2% !important;
}



.mktoForm textarea.mktoField,
.mktoForm .mktoFormRow .mktoFormCol {
    height: auto !important;
}

.mktoForm .mktoFormRow .mktoFormCol {
    margin-bottom: 10px !important;
}


.mktoForm .mktoFormRow.comment-box {
    float: none !important;
    width: 100% !important;
    height: 100px !important;
    clear: both !important;
    flex: none;
    margin-bottom: 30px;
}


.mktoForm .mktoFormRow.comment-box .mktoFormCol {
    height: 100px !important;
    width: 94% !important;
    margin-left: 19px !important;
}

.mktoForm .mktoFormRow.comment-box textarea {
    height: 100px !important;
}

.mktoForm .mktoFormRow.check-box .mktoLogicalField {
    width: auto !important;
}

.mktoForm .mktoFormRow.check-box .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}



.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #333333 !important;
    background-image: none !important;
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: none !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #f3f3f3;
    font-size: 1.2em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: none !important;
}


.mktoForm .mktoError .mktoErrorArrow {
    background-color: #333333 !important;
    border: 1px solid #333333 !important;
}

/*End marketo form*/


.modal-dialog {
    max-width: 603px;
}

/*
3play Audio block
*/
.audio-item-single .p3sdk-container {
    height: auto !important;
    position: relative;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-content {
    height: 200px !important;
    margin-top: 50px !important;
    background-color: #fff;
    z-index: 20;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-content p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-bottom-bar {
    position: absolute !important;
    margin-top: 46px !important;
    background-color: #fff;
    z-index: 20;
    top: 0;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-control-bar {
    display: flex !important;
    padding: 0 !important;
    background: none !important;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript-searchbox {
    background: #1C1C1B;
    color: #fff;
    border-color: #1c1c1c;
    padding: 7px 18px !important;
    width: 100%;
}

.audio-item-single .p3sdk-interactive-transcript-control-bar i.p3sdk-fa {
    padding: 12px;
    background: #00ADA4;
    border-radius: 7px;
    color: #fff;
    margin-left: 10px;
}

.audio-item-single .p3sdk-interactive-transcript-component .p3sdk-interactive-transcript {
    background: none !important;
    border: none;
}

/* Mozila */

body.mz .tile-c .tile-c-title::before {
    content: "";
    width: 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #ffffff;
}

body.mz .content.hero .hc-title::before {
    position: absolute;
    background: #1c1c1c;
    top: 0;
    left: 0;
    bottom: 0;
    content: " ";
    width: 15px;
    z-index: 1;
}

body.mz .content.hero .hc-desc::before {
    position: absolute;
    background: #00ADA4;
    top: 0;
    left: 0;
    bottom: 0;
    content: " ";
    width: 15px;
    z-index: 1;
}

body.mz .content.hero .hc-title h1,
body.mz .content.hero .hc-desc p {
    z-index: 3;
    position: relative;
}

body.mz .content.hero .hc-title,
body.mz .content.hero .hc-desc {
    overflow: hidden;
    padding-left: 15px;
    margin-left: -15px;
}

/* Media */

@media screen and (max-width: 1199px) {

    .header #nav {
        padding-left: 40px;
    }

    .carousel .carousel-control-prev-icon {
        left: 0px;
    }

    .carousel .carousel-control-next-icon {
        right: 0px;
    }

    .header .actions .abottom-item span {
        display: none;
    }

    .header .abottom-item.abi-contact {
        width: 30px;
    }

    .header .abottom-item {
        flex: 1;
    }

}



@media screen and (max-width: 1100px) {
    .intro .wflex._end {
        justify-content: unset;
        margin-top: 20px;
    }

}

@media screen and (max-width: 991px) {


    .header .abottom-item.abi-contact svg,
    .header .abottom-item.abi-search svg {
        width: 20px;
    }

    .header .actions .abottom-item span {
        display: initial;
    }

    .header .actions .abottom {
        margin-top: 18px;
    }

    .header .navigation .top-nav-trigger-menu {
        display: block;
        margin-top: 50px;
        height: 75px;
        float: right;
    }

    .header .navigation {
        display: block;
        position: initial;
    }

    .header .navigation #nav {
        margin-top: 0;
        padding-left: 0;
        background-color: #ffffff;
        position: absolute;
        min-width: 100%;
        z-index: 9999;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        top: 90px;
        white-space: nowrap;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding-top: 25px;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        display: none;
        -moz-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
        box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);

    }


    .header .navigation #nav ul {
        height: auto;
        position: relative;
    }

    .header .navigation #nav ul li {
        float: none;
        margin-left: 20px;
        margin-right: 20px;
    }

    .header .nav-sub {
        position: relative;
        left: 0;
        padding: 0;
        top: 0;
        margin-top: 20px;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .nav-sub-item {
        float: none;
        padding: 0;
        box-sizing: border-box;
    }

    .header .actions {
        width: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin-top: 20px;
    }

    .header .actions .atop {
        margin-top: 10px;
    }

    .content.footer .footer-copyright-and-social .footer-social {
        text-align: left;
        margin-top: 20px;
    }

    .tile-fluid.length-2x {
        flex: 1;
    }

    .header .navigation.nav-drawer .row,
    .header .navigation.nav-drawer .nav-sub-item,
    .header .navigation.nav-drawer .nav-sub-wrapper.dtable {
        display: block;
    }

    .header .navigation.nav-drawer li .nav-sub {
        width: 100%;
    }

    .header .navigation.nav-drawer li .nav-sub .nav-sub-wrapper {
        padding-top: 0;
    }

}


@media screen and (max-width: 767px) {
    .wrapper-tile {
        display: block;
    }

    .tile-fluid.length-1x,
    .tile-fluid.length-2x {
        flex: none;
    }

    .intro .wflex {
        display: block;
    }


    .tile-c {
        height: auto;
    }

    .tile-c .tile-c-background,
    .tile-c .tile-c-overlay {
        height: 340px;
    }

    .tile-c.p-t .tile-c-toggle,
    .tile-c.p-r .tile-c-toggle,
    .tile-c.p-b .tile-c-toggle,
    .tile-c.p-l .tile-c-toggle {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        display: none;
        transform: none;
    }

    .tile-c.p-t.active .tile-c-toggle,
    .tile-c.p-r.active .tile-c-toggle,
    .tile-c.p-b.active .tile-c-toggle .tile-c.p-l.active .tile-c-toggle {
        display: block;
        right: 0;
        transform: none;
        width: 100%;

    }




    .tile-c.lose-focus {
        opacity: 1;
    }
}


@media screen and (max-width: 480px) {}








/*
**********************
Dark color
 **********************
*/

.darktheme .header {
    background-color: #1C1C1C;
}

.darktheme .header .logo img.logo-black {
    display: block;
    width: 120px;
}

.darktheme .header .logo img.logo-white {
    display: none;
}


.darktheme #nav>ul>li>a {
    color: #fff;
}

.darktheme.no-touch #nav>ul>li>a:hover {
    color: #c0c0c0;
}


.darktheme .nav-sub {
    background-color: #1C1C1C;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}


.darktheme .nav-sub ul>li {
    color: #ffffff;
}

.darktheme .nav-sub ul>li.bright {
    border-right: 1px solid #bdbdbd;
}

.darktheme .nav-sub ul>li>a {
    color: #ffffff;
}


.darktheme .navigation .top-nav-trigger-menu {
    color: #ffffff;
}

.darktheme .header .abottom-item:hover svg {
    fill: #ffffff;
}

.darktheme .header .abottom-item.abi-search.is-open svg {
    fill: #ffffff;
}

.darktheme .header .abottom-item:hover span {
    color: #ffffff;
}

.darktheme .header .top-nav-search {
    background: #1c1c1c;
}

.darktheme .header #search-input {
    border-color: rgba(255, 255, 255, .14);
    background-color: #1c1c1c;
    color: #ffffff;
}

.darktheme .carousel-item-wrapper .ci-caption p span {
    background-color: #1c1c1c;
}

.darktheme .carousel-item-wrapper .ci-caption p {
    color: #fff;
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .carousel-item-wrapper .ci-caption h1 span {
    color: #fff;
}


.darktheme .carousel-item-wrapper .ci-caption h1 {
    background-color: #1c1c1c;
    color: #00ADA4;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .container {
    background-color: #1c1c1c;
}


.darktheme .content-wrap.homepage {
    background-image: url(../images/bg-home.png);
}

.darktheme .content-wrap.pproduct {
    background-image: url(../images/bg-home.png);
}



body.darktheme,
.darktheme .content-wrap {
    background-color: #1c1c1c;
}



.darktheme .wrapper-tile .wrapper-tile-caption span {
    color: #ffffff;
}

.darktheme .wrapper-tile .wrapper-tile-caption {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}




.darktheme .drt-ok {
    /*background-color: #1c1c1c;*/
    color: #ffffff;
}

.darktheme .drt-ok a {
    color: #ffffff;
}

.darktheme .drt-ok a:hover {
    opacity: .8;
}

.darktheme .mktoForm input[type=date],
.darktheme .mktoForm input[type=email],
.darktheme .mktoForm input[type=number],
.darktheme .mktoForm input[type=tel],
.darktheme .mktoForm input[type=text],
.darktheme .mktoForm input[type=url],
.darktheme .mktoForm select.mktoField,
.darktheme .mktoForm textarea.mktoField {
    color: #fff !important;
    background-color: #1c1c1c !important;
    border-color: #ccc !important;
    border-bottom-width: 3px !important;
}


.darktheme .tile-b .tile-b-description,
.darktheme .tile-a .tile-a-description,
.darktheme .tile-c .tile-c-description {
    color: #fff;
}



.darktheme .sticky-widget ul li a {
    background-color: #000000;
    color: #eeeeee;
}



@media screen and (max-width: 991px) {
    .darktheme .header .navigation #nav {
        background-color: #1c1c1c;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .darktheme .header .actions {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .darktheme .header .nav-sub {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}


/*Second navi*/

.section.sn-content {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
    position: relative;
}

.hs-dropdown,
.sn-dropdown {
    float: left;
    width: 100%;
    padding-bottom: 20px
}

.sn-dropdown {
    padding-top: 20px
}

.hs-dropdown .selected,
.sn-dropdown .selected {
    width: 100%;
    text-align: left
}

.hs-dropdown .selected .caret,
.sn-dropdown .selected .caret {
    margin-top: 10px
}

.hs-dropdown .dropdown-menu,
.sn-dropdown .dropdown-menu {
    width: 100%;
    top: 45px
}

.sn-dropdown .dropdown-menu {
    top: 65px
}

.hs-dropdown .dropdown-menu li a,
.sn-dropdown .dropdown-menu li a {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px
}

.no-touch .hs-dropdown .dropdown-menu li a:hover,
.no-touch .sn-dropdown .dropdown-menu li a:hover {
    color: #00ada4;
    background: 0 0
}

.sn-fixed,
.section.sn-content.sn-fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0
}

ul#secondary-nav {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#secondary-nav>li {
    float: left;
    border-right: 1px solid #fff
}

ul#secondary-nav>li:hover {
    background-color: #ddd
}

ul#secondary-nav>li.last {
    border-right: 1px solid #fff
}

ul#secondary-nav>li>a {
    font-family: 'roboto-mono', sans-serif, Arial;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    float: left;
    padding: 20px
}


ul#secondary-nav>li.first {
    border-left: 1px solid #fff
}

ul#secondary-nav>li.first .delimiter {
    float: left;
    width: 1px;
    height: 20px;
    background-color: #bbbdc0;
    margin: 20px 0
}

ul#secondary-nav.sec-nav li a {
    display: inline-block;
    position: relative;
}

ul#secondary-nav.sec-nav li a:before {
    content: "";
    background: black;
    display: block;
    position: absolute;
    height: 2px;
    top: 0;
    width: 99%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul#secondary-nav.sec-nav li:hover a:before,
ul#secondary-nav.sec-nav li.active a:before {
    background: #00ada4;
}



ul#secondary-nav.sec-nav>li {
    position: relative;
    margin-left: 50px;
    max-width: 155px
}

ul#secondary-nav.sec-nav>li.active {
    background-color: white;
}

ul#secondary-nav.sec-nav>li.active a {
    color: #666;
}

ul#secondary-nav.sec-nav>li>a {
    font-family: 'roboto-mono', sans-serif, Arial;
    text-transform: none;
}

ul#secondary-nav.sec-nav .text-c-green,
.text-c-black {
    margin-left: 10px;
}

ul#secondary-nav.sec-nav li a {
    -o-transition: all .2s ease-in-out;
    padding: 10px 0 0 0;

}

ul#secondary-nav.sec-nav li a .line {
    background: black;
    display: block;
    position: absolute;
    height: 2px;
    top: 0;
    width: 99%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul#secondary-nav.sec-nav li:hover a,
ul#secondary-nav.sec-nav li.active a {
    color: #00ada4;
}

ul#secondary-nav.sec-nav li:hover a .line,
ul#secondary-nav.sec-nav li.active a .line {
    background: #00ada4;
}

ul.text-btn-green {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#secondary-nav.sec-nav>li:hover {
    background-color: white
}

ul.text-btn-green>li {
    float: left;
}

ul.text-btn-green>li a {
    padding: 10px 60px 10px 0;
    color: #00ADA4;
    line-height: 60px;
    font-family: 'roboto-mono';
    font-size: 18px
}

ul.text-btn-green>li .text-c-black {
    color: black
}

ul.text-btn-green:after {
    clear: both
}


ul#secondary-nav.sec-nav li a {
    display: inline-block;
    position: relative;
}

ul#secondary-nav.sec-nav li a:before {
    content: "";
    background: black;
    display: block;
    position: absolute;
    height: 2px;
    top: 0;
    width: 99%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul#secondary-nav.sec-nav li:hover a:before,
ul#secondary-nav.sec-nav li.active a:before {
    background: #00ada4;
}


@media screen and (max-width: 991px) {
    ul#secondary-nav {
        display: none;
    }
}

a:not([href]) {
    width: 0;
    height: 0;
    max-width: 0;
    padding: 0;
    margin: 0;
}

.content.hero .hc-title h2 {
    margin-bottom: -2px !important;
}
