// = require futura-mock
// = require icomoon


body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-family:  'Futura', 'futura-pt', 'Futura LT', sans-serif;
}

body.single {
    background-color: #fbe91f;
    -webkit-font-smoothing: antialiased;
}

body > img {
    display: none;
}

sub {
    bottom: -0.50em;
}
h2 sub {
    bottom: -0.25em;
}

pre {
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #333;
}


p.capitalize {
    text-transform: capitalize;
}

.blog-post img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1200px) {
    .fivecolumn .span2 {
        width: 19.675%;
    }
}


.customers-list-item h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #1d1d1d;
    line-height: 1em;
}

.customers-list-item h2 sub {
    font-size: 55%;
}

.customers-list-item p {
    font-size: 12px;
    font-weight: normal;
    color: #8b8b8b;
    line-height: 1.5em;
}

::selection {
    background-color: #fbe91f;
}
::-moz-selection {
    background-color: #fbe91f;
}

.text-link {
    display: block;

    margin-bottom: 12px;
    margin-right: -20px;

    font-size: 12px;
    color: #1d1d1d;
    line-height: 1.2em;
}
.text-link:hover {
    color: #1d1d1d;
    text-decoration: none;
}
.text-link i {
    margin-left: 6px;
    margin-right: -20px;
}

.btn-primary {
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    padding: 7px 14px;
    transition-property: background-color;
    transition-duration: 0.3s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .text-link {
        margin-right: 0px;
    }
}

iframe {
    display: block;
}

.modal-illustration {
    cursor: pointer;
}

.tab-pane {
    min-height: 315px;

    position: relative;
}
.modal-body iframe,
.modal-body object,
.modal-body embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.modal-header {
    background-color: #1e1e1e;
    border-color: #090909;

    color: #fbe91f;
}
.modal-content {
    border-radius: 0px;
    border: 0px;
}
.modal-body.video-standalone {
    padding: 0px;
}
.modal-body.image-standalone {
    background-color: #1e1e1e;

    text-align: center;
}
.modal-body.image-standalone .illustration {
    margin: 0 auto;
}
.modal-dialog .nav-tabs {
    height: 40px;

    white-space: nowrap;

    background-color: #fbe91f;
    border: 0px;
}
.modal-dialog .nav-tabs li {
    display: inline-block;
    height: 46px;

    margin-right: -2px;

    float: none;
}
.modal-dialog .nav-tabs li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 0px;
    border-radius: 0px;

    color: #333333;
}
.modal-dialog .nav-tabs li.active a,
.modal-dialog .nav-tabs li a:hover,
.modal-dialog .nav-tabs li a:focus {
    color: #fbe91f;
    border: 0px;
    background-color: #1e1e1e;
}
@media screen and (max-width: 767px) {
    .modal-dialog .nav-tabs li {
        max-width: 33%;
    }
}
.modal-dialog .close {
    color: #FFFFFF;
    text-shadow: none;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 21px;
    line-height: inherit;

    vertical-align: middle;
}
.icon-arrow-up {
    font-size: 50px;
}

.go-top {
    padding: 0px;
    line-height: 1em;
}

.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .no-padding-left {
        padding-left: 15px;
    }
    .no-padding-right {
        padding-right: 15px;
    }
}

#Wave-background {
    width: 100%;
    height: 704px;

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;

    background-color: #fbe91f;
    background-image: url(../images/wave-background.png);
    background-repeat: no-repeat;
}

#Wave-background canvas {
    height: 448px;
}

html.canvas.svg:not(.touch) #Wave-background {
    background-image: url(../images/wave-bottom-background.png);
    background-position: 0px 448px;
}

.owl-carousel {
    padding: 0px;

    list-style: none;
}
.owl-carousel .owl-item {
}

/* ----------------------------------------------------- [Site Header] ----- */
.site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}


/* ----------------------------------------------------- [Site Footer] ----- */
.site-footer {
    padding: 76px 0px 43px;
    background-color: #171717;
}
.site-footer .btn {
    /*margin-left: 98px;*/
    color: #fbe91f;
}
.site-footer .btn:hover {
    text-decoration: none;
}
.site-footer .social-nav {
    margin-right: 16px;
}

.site-footer .footer-nav ul li a{
  color: #fbe91f;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-footer .nav>li>a:hover {
    margin-bottom: 0px;
    background: none;
    border-bottom: solid 2px #fbe91f;
}

.site-footer ul.navbar-logo>li>a:hover {
    margin-bottom: 0px;
    background: none;
    border-bottom: none;
}

@media screen and (max-width: 460px) {
    .site-footer .btn {
        display: block;

        float: none !important;
        position: relative;
        top: 60px;

        margin: 0 auto;
    }
}


/* ---------------------------------------------------- [Page Content] ----- */

.content {
    background-color: #FFFFFF;
}

.page-content {
    background-color: #FFFFFF;
}

.page-spacing-bottom {
    padding-bottom: 100px;
}

.content-header {
    position: relative;
    margin-bottom: 50px;
    background-color: #1e1e1e;
}
.content-header .container {
    background-color: #1e1e1e;
}
.content-header h1 {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 60px;
    font-weight: lighter;
    font-style: normal;
    color: #fbe91f;
    line-height: 1.2em;
}
.content-header h1 a,
.content-header h1 a:link,
.content-header h1 a:hover,
.content-header h1 a:active {
  color: inherit;
  text-decoration: none;
}
.content-header .history-back {
    display: none;
    overflow: hidden;

    position: absolute;
    top: 0px;
    left: 0px;

    background-color: #1e1e1e;

    color: #2b2b2b;
    text-align: right;

    transition: color 0.3s;
}
.content-header .history-back:hover,
.content-header .history-back:focus {
    color: #706f72;
    text-decoration: none;
}
.content-header .history-back i {
    display: inline-block;

    padding-top: 12px;
    padding-right: 46px;

    font-size: 66px;
    line-height: 1.6em;
}
@media screen and (max-width: 767px) {
    .content {
        padding-bottom: 55px;
    }
    .content-header {
        margin-bottom: 20px;
    }
    .content-header h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 499px) {
    .content-header h1 {
        padding-left: 0px;

        text-align: center;
    }
}


/* ------------------------------------------------------- [Site Logo] ----- */
.site-logo {
    width: 72px;
    height: 43px;

    margin: 0px;

    background-image: url(../images/site-logo.png);
    background-repeat: no-repeat;
    background-position: center;

    text-indent: -9999px;
}

.h2o-world-logo {
    width: 200px;
    height: 200px;

    margin: 0px;

    background-image: url(../images/meet-me-up-h2o-world.gif);
    background-repeat: no-repeat;
    background-position: center;

    text-indent: -9999px;
}

@media screen and (max-width: 767px) {
    .site-logo {
        float: none !important;

        margin: 0 auto;
    }
}

@media screen and (max-width: 499px) {
    .site-logo {
        position: relative;
        top: 4px;
    }
}


/* ------------------------------------------------- [Site Navigation] ----- */
.navbar {
    min-height: 0px;

    position: relative;

    margin-bottom: 0px;
}
.navbar-header,
.navbar-header.in,
.navbar-header.collapse {
    display: block !important;

    height: 50px !important;
    min-height: 50px !important;
}
.navbar-collapse {
    max-height: 350px;

    border-top: 0px;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border-color: #bbad0b;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1d1d1d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(29,29,29,0.8);

    outline: none;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fbe91f;
}

.site-nav,
.blog-nav {
    padding-top: 0px;
    /*margin-right: 39px;*/

    background: none;
    border: 0px;
}

/*.site-nav .nav>li
{
    margin-left: 12px;
}*/
.site-nav .nav>li>a {
    padding: 10px 10px 10px 10px;
    margin-bottom: 2px;
    border-radius: 0px;
    font-size: 18px;
    color: #1d1d1d;
}

.site-nav .dropdown-menu>li>a{
    font-size: 16px;
    font-weight: bold;
}

.site-nav ul.navbar-logo{
    position: absolute;
    left: 50%;
    margin-left: -31px;
}

.site-nav ul.navbar-logo u{
    display: inline-block;
    padding-bottom: 7px;
    /*border-bottom: solid 2px #262626;*/
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

.site-nav .navbar-logo img{
    max-width: 100px;
    margin-top: -7px;
    /* padding-bottom: 75px; */
}

.site-nav ul.navbar-logo u:hover{
    border-bottom: solid 2px #262626;
}

.site-nav .nav>li>a:hover {
    margin-bottom: 0px;
    background: none;
    /*border-bottom: solid 2px #221f1f;*/
}

.site-nav ul.navbar-logo>li>a:hover {
    margin-bottom: 0px;
    background: none;
    border-bottom: none;
}

.site-nav a.black-border{
    border: solid 2px #333;
    transition-property: background-color;
    transition-duration: 0.3s;
}

.site-nav a.black-border:hover{
    background-color: #333 !important;
    color: #fbe91f !important;
    margin-bottom: 2px !important;
}



@media screen and (max-width: 767px) {
    .navbar-nav {
        margin: 12px -15px;
    }
    .site-nav {
        float: none !important;

        margin-right: 0px;

        text-align: center;
    }
    .site-nav .nav>li
    {
        float: none;

        margin-left: 12px;
    }
    .navbar-collapse {
        width: 100%;

        position: absolute;
        top: 100%;
        z-index: 2;

        background-color: rgba(254,244,134,1);
    }

    .site-nav .nav>li>a {
        padding: 10px 0px 6px;
        margin-bottom: 0px;
    }
    .site-nav .nav>li>a:hover {
        background: rgba(29,29,29,0.7);
        border: 0px;

        color: #fbe91f;
    }
    .site-nav ul.navbar-logo{
        margin-left: -25px;
        top: -20px;
    }
}

/* ----------------------------------------------- [Applications Drawer] ----- */
.hidden-drawer{
    background: #000;
    display: none;
}

ul#application-list{
    padding: 30px 0px 25px 20px;
    margin-bottom: 0px;
}

ul#application-list>li{
    display: inline;
    margin-left: 12px;
    margin-right: 20px;
}

ul#application-list>li>a{
    color: #fff;
}




/* ----------------------------------------------- [Social Navigation] ----- */
.social-nav {}
.social-nav li {
    margin-bottom: 5px;
}
.social-nav li a {
    padding: 0;
    margin: 0 1px;

    border-radius: 0px;

    font-size: 18px;
    color: #ffffff;
    text-align: center;

    opacity: 0.75;

    transition-property: transform;
    transition-duration: 0.3s;
}
.social-nav li a:hover,
.social-nav li a:focus {
    background: none;
    border-bottom: none !important;
    opacity: 1;
}
.social-nav [class^="icon-"], .social-nav [class*=" icon-"] {
    display: inline-block;
    width: 47px;
    height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    font-size: 32px;
    line-height: 38px;
}
#ie8 .social-nav [class^="icon-"], #ie8 .social-nav [class*=" icon-"] {
    position: relative;
    top: 3px;

    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .site-footer .social-nav [class^="icon-"],
    .site-footer .social-nav [class*=" icon-"],
    .site-footer .social-nav .meet-up {
        width: 33px;
        height: 27px;
    }
    .site-footer .social-nav [class^="icon-"],
    .site-footer .social-nav [class*=" icon-"] {
        font-size: 23px;
        line-height: 27px;
    }
}


/* ________________________________________________________ [Sections] _____ */
section header h2 {
    font-size: 50px;
    font-weight: lighter;
    color: #1d1d1d;
    line-height: 1.125em;
}

@media screen and (max-width: 460px) {
    section header h2 {
        font-size: 32px;
    }
}

section header p {
    margin-bottom: 12px;

    font-size: 12px;
    color: #1d1d1d;
}
section header .btn-link {
    padding-left: 0px;

    font-size: 12px;
    font-weight: bold;
    color: #1d1d1d;
    text-transform: uppercase;
}
section header .btn-link:hover {
    color: #1d1d1d;
    text-decoration: none;
}


/* ------------------------------------------------------- [jCarousel] ----- */
.jcarousel {
    overflow: hidden;

    position: relative;
}
.jcarousel ul {
    width: 2000em;

    position: absolute;

    padding: 0px;
    margin: 0px;

    list-style: none;
}
.jcarousel li {
    display: inline-block;

    position: relative;

    vertical-align: middle;
}


/*---------------------------------------------------[New Homepage]----------*/

section#Promo .waves{
    width: 100%;
    height: 400px;
    position: absolute;
    bottom:0;
    background: url(../images/home/waves-3.png) no-repeat center;
    background-size: cover;
}

section#Promo #home-banner-carousel {
    background: #fbe91f url(../images/home/waves-3.png) no-repeat center/cover;
    color: #333;
}

section#Promo #home-banner-carousel .carousel-inner .item {
    color: #333;
}


section#Promo {
    background: #fbe91f;
    width: 100%;
    text-align: center;
}

section#Promo #home-banner-carousel .carousel-inner .intro h1,
section#Promo #home-banner-carousel .carousel-inner .intro h2,
section#Promo #home-banner-carousel .carousel-inner .intro h3{
    text-align: center;
}

section#Promo #home-banner-carousel .carousel-inner .intro h2.sub_text{
    font-size: 26px;
}

section#Countdown-banner{
    background: #fff;
    border-bottom: 2px solid #eee;
    text-align: center;
}

#Countdown-banner .push-down{
    padding-top: 15px;
}

#Countdown-banner .countdown-section{
    float: left;
    width: 25%;
    color: #333;
    font-size: 1.1em;
}

h4#countdown-headline{
    font-size: 17px;
}

#Countdown-banner .countdown-section span{
    display: block;
}
#Countdown-banner h3{
    display: inline;
}

#Countdown-banner .countdown-container{
    width: 240px;
    margin: 0px auto;
    height: auto;
    overflow: auto;
}

#Countdown-banner button.news-button{
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#Countdown-banner button.news-button:hover{
    background-color: #000;
    color: #fff;
}

#Countdown-banner button.news-button:active{
    /*background: none;*/
    outline:none;
}

#Countdown-banner button.news-button:focus{
    /*background: none;*/
    outline:none;
}

.sparklingwater-image{
    margin-top: 25px;
    margin-bottom: 20px;
}

section#News-Banner{
    background: #fff;
    border-bottom: 2px solid #eee;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

#News-Banner h3{
    display: inline;
    margin-right: 50px;
    margin-left: 5px;
}

#News-Banner button.news-button{
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#News-Banner button.news-button:hover{
    background-color: #000;
    color: #fff;
}

#News-Banner button.news-button:active{
    /*background: none;*/
    outline:none;
}

#News-Banner button.news-button:focus{
    /*background: none;*/
    outline:none;
}

section#customer-page-carousel-section #customer-page-carousel iframe {
    width: 60%;
    height: 60%;
    margin:0 auto;
}

.ncs-container, .capone-container, .progressive-container, .progressive2-container, .marketshare-container {
    min-height: 560px;
    background-size: cover;
    background-position: center center;
}
.ncs-container {
    background-image: url(/../assets/images/customer-quotes/satya-ncs.jpg);
}
.capone-container {
    background-image: url(/../assets/images/customer-quotes/brendan-capone.jpg);
}
.progressive-container {
    background-image: url(/../assets/images/customer-quotes/pawan-progressive.jpg);
}
.progressive2-container {
    background-image: url(/../assets/images/customer-quotes/edward-progressive.jpg);
}
.marketshare-container {
    background-image: url(/../assets/images/customer-quotes/prateem-marketshare.jpg);
}


section#Industry-Use-Case{
    background: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}

#Industry-Use-Case .image-square{
    height: 250px;
    width: 100%;
    padding-top: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#Industry-Use-Case h4.sub-header{
    color: #ccc;
}

#Industry-Use-Case hr.image-square-yellow{
    border-top: 10px solid transparent;
    width: 40%;
    transition: border-top 0.3s ease-in;
        -moz-transition: border-top 0.3s ease-in;
        -web-kit-transition: border-top 0.3s ease-in;
}

#Industry-Use-Case .image-square h4{
    display: none;
}

#Industry-Use-Case a{
    color: #262626;
    text-decoration: none;
}

#Industry-Use-Case a:hover{
    text-decoration: none;
}


#Industry-Use-Case #marketing-use-case{
    background: url(../images/marketing-mix/marketing-header.jpg) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #marketing-use-case:hover{
    background-size: 170%;
}

#Industry-Use-Case #ad-tech-use-case{
    background: url(../images/milan-arcade.jpg) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #ad-tech-use-case:hover{
    background-size: 170%;
}

#Industry-Use-Case #healthcare-use-case{
    background: url(../images/healthcare/pills-2.jpg) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #healthcare-use-case:hover{
    background-size: 170%;
}


#Industry-Use-Case #insurance-use-case{
    background: url(../images/Finance_2.jpg) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #insurance-use-case:hover{
    background-size: 170%;
}

#Industry-Use-Case #fraud-detection-use-case{
    background: url(../images/fraud-detection/header.png) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #fraud-detection-use-case:hover{
    background-size: 170%;
}

#Industry-Use-Case #customer-intelligence{
    background: url(../images/customer-success/customer-header.jpg) no-repeat center;
    background-size: 150%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #customer-intelligence:hover{
    background-size: 170%;
}

/*---------------------------------------------------[customers page]----------*/

#Industry-Use-Case #cisco-use-case{
    /* background: url(../images/illustration-Cisco.jpg) no-repeat center; */
    background: url(../images/customer-logos/cisco.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #cisco-use-case:hover{
    background-size: 120%;
}

#Industry-Use-Case #cisco-use-case #customer-on-top{
    opacity: 1;
    font-weight: bold;
}
#Industry-Use-Case #marketshare-use-case{
    background: url(../images/customer-logos/marketshare.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #marketshare-use-case:hover{
    background-size: 120%;
}

#Industry-Use-Case #paypal-use-case{
    background: url(../images/customer-logos/paypal.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #paypal-use-case:hover{
    background-size: 120%;
}

#Industry-Use-Case #nielsen-use-case{
    background: url(../images/customer-logos/nielsen.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #nielsen-use-case:hover{
    background-size: 120%;
}

#Industry-Use-Case #transamerica-use-case{
    background: url(../images/customer-logos/transamerica-logo.png) no-repeat center;
    background-size: 80%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #transamerica-use-case:hover{
    background-size: 100%;
}

#Industry-Use-Case #capitalone-use-case{
    background: url(../images/customer-logos/capitalone-logo.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #capitalone-use-case:hover{
    background-size: 120%;
}

#Industry-Use-Case #zurich-use-case{
    background: url(../images/customer-logos/zurich.png) no-repeat center;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
        -moz-transition: background-size 0.3s ease-in;
        -web-kit-transition: background-size 0.3s ease-in;
}

#Industry-Use-Case #zurich-use-case:hover{
    background-size: 120%;
}



#Client-Banner{
    background: #fbe91f;
/*    padding-top: 40px;
    padding-bottom: 40px;*/
    margin-bottom: 30px;
}

#Client-Banner img{
    width: 20%;
}

#Why-H2O {
    padding-bottom: 40px;
}

#Why-H2O hr.yellow-line{
    border-top: 5px solid #fbe91f;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#Why-H2O button.h2o-button,
#Promo button.h2o-button,
#Our-Customers button.h2o-button{
    margin-top: 40px;
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#Why-H2O button.h2o-button:hover,
#Promo button.h2o-button:hover,
#Our-Customers button.h2o-button:hover{
    background-color: #000;
    color: #fff;
}

#Why-H2O h3{
    margin-top: 20px;
    margin-bottom: 20px;
}


#Resources{
    background:#fbe91f;
    height: 500px;
}

#Resources .resources-image{
    float: left;
    width: 65%;
    height: 100.1%;
    background: url(../images/home/resources.jpg) no-repeat center;
    background-size: cover;
}

#Resources .resources-message{
    padding-top: 125px;
    float: left;
    width: 35%;
    text-align: center;
}

#Resources .resources-message h4{
    width: 64%;
    margin: 0 auto;
}

#Resources button.resources-button{
    margin-top: 40px;
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#Resources button.resources-button:hover{
    background-color: #000;
    color: #fff;
}

#Resources .resources-message img{
    width: 10%;
}

@media screen and (max-width: 767px) {
    #Resources{
        background:#fbe91f;
        height: 500px;
    }

    #Resouces .resources-message{
        width: 100%;
    }

    #Resources .resources-image{
        display:none;
    }
}

#Community{
    background:#fbe91f;
    height: 500px;
}

#Community .community-image{
    float: right;
    width: 65%;
    height: 100.1%;
    background: url(../images/home/community.jpg) no-repeat center;
    background-size: cover;
}

#Community .community-message{
    padding-top: 125px;
    float: left;
    width: 35%;
    text-align: center;
}

#Community .community-message h4{
    width: 64%;
    margin: 0 auto;
}

#Community button.community-button{
    margin-top: 40px;
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#Community button.community-button:hover{
    background-color: #000;
    color: #fff;
}

#Community .community-message img{
    width: 10%;
}

#Spacer hr.spacer-divider{
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #Community{
        background:#fbe91f;
        height: 500px;
    }

    #Community .community-message{
        width: 100%;
    }

    #Community .community-image{
        display:none;
    }

}



/* ------------------------------------------------- [Section : Promo] ----- */
#Promo .jumbotron {
    width: 100%;

    padding: 0px;
    margin: 0px;
    color: #fff;
    background: none;
}

#Promo span.black-logo{
    color: rgba(38,38,38,0.3);
}

#Promo .jumbotron h1 {
    margin-bottom: 24px;
    margin-top:60px;
    font-size: 3em;
    font-family: 'futura_ltlight', sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
}

#Promo .jumbotron h2 {
    margin-bottom: 24px;
    /*margin-top:60px; */
    font-size: 3em;
    font-family: 'futura_ltlight', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}


#Promo .jumbotron #Countdown-banner h2{
    text-align: center;
    color: #333;
}

#Promo .jumbotron #Countdown-banner .countdown-section span{
    display: block;
}
#Promo .jumbotron #Countdown-banner h3{
    display: inline;
}

#Promo .jumbotron #Countdown-banner button.news-button{
    border: 2px solid #000;
    color: #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

#Promo .jumbotron #Countdown-banner button.news-button:hover{
    background-color: #000;
    color: #fff;
}

#Promo .jumbotron #Countdown-banner button.news-button:active{
    /*background: none;*/
    outline:none;
}

#Promo .jumbotron #Countdown-banner button.news-button:focus{
    /*background: none;*/
    outline:none;
}

#Promo button.h2o-button{
    height: 42px;
    margin-left: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

#Promo .jumbotron h1 u {
    display: inline-block;
    padding-bottom: 23px;
    border-bottom: solid 5px #262626;
    text-decoration: none;
}
#Promo .jumbotron h2 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: lighter;
    font-style: normal;
    line-height: 40px;
}
#Promo .jumbotron .row {
    margin-left: 0px;
    margin-right: 0px;
}
#Promo .jumbotron .row .col-md-9 {
    padding-right: 0px;
}
#Promo .jumbotron .row .col-md-6 {
    text-align: center;
}
#Promo .jumbotron p {
    margin-top: 30px;

    /*font-size: 33px;*/
    font-weight: lighter;
    font-style: normal;
    color: #000;
    line-height: 1.2em;
    text-align: right;
}
#Promo .jumbotron p em {
    display: inline-block;

    font-weight: bold;
    font-style: normal;
    color: #000000;
}
#Promo .jumbotron p em sub {
    bottom: -0.6em;
}
#Promo .jumbotron p em u {
    display: block;
    width: 100%;
    height: 3px;

    position: relative;
    top: 15px;

    background-color: #000000;
}

#Promo .jumbotron .button-row>a {
    padding-bottom: 10px;
}

#Promo .jumbotron .btn-primary {
    padding: 13px 60px 6px 60px;
    margin-bottom: 6px;

    background-color: #1d1d1d;
    border: 0px;
    border-radius: 0px;

    font-size: 15px;
    font-weight: bold;
    color: #fbe91f;
    text-transform: uppercase;

    transition-property: background-color;
    transition-duration: 0.3s;
}
#ie8 #Promo .jumbotron .btn-primary {
    -ms-filter : none;
}
#Promo .jumbotron .btn-primary:hover {
    background-color: #fbe91f;

    color: #1d1d1d;
}
#ie8 #Promo .jumbotron .btn-primary:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5EBCD00,endColorstr=#E5EBCD00)";
}
#Promo .jumbotron .btn-primary i {
    position: relative;
    top: -2px;

    margin-left: 12px;
}
#Promo .jumbotron .nav-pills {
    margin-bottom: 48px;
}
#Promo .jumbotron .nav-pills li {
    display: inline-block;

    float: none;
}
#Promo .jumbotron .btn-link {
    padding: 6px;
    color: #262626;
}
#Promo .jumbotron .btn-link:hover,
#Promo .jumbotron .btn-link:focus {
    background: none;
    text-decoration: underline;

}
#ie8 #Promo .jumbotron .btn-link:hover,
#ie8 #Promo .jumbotron .btn-link:focus {
    text-decoration: underline;
}
#carousel-Quick_Info {
    /*height: 46px;*/
    margin-top: 40px;
}
#carousel-Quick_Info .carousel-inner {
    padding: 0px;
    margin: 0px;
}
#carousel-Quick_Info .item p {
    color: #262626;
    text-align: left;
}
#carousel-Quick_Info .item p a {
    color: #262626;
    text-decoration: underline;
}

@media screen and (max-width: 460px) {
    #Promo .jumbotron .ticker p.link {
        font-size: 14px;
    }
}



@media screen and (max-width: 767px) {
    #Promo .jumbotron p em u {
        top: 5px;
    }
    #Promo .jumbotron .ticker {
        min-height: 22px;
    }
}

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

    #Promo .jumbotron h1 {
        font-size: 30px;
    }
    #Promo .jumbotron h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }
    #Promo .jumbotron h1 small {
        font-size: 22px;
    }
    #Promo .jumbotron p {
        font-size: 16px;
    }
    #Promo .jumbotron .ticker p {
        font-size: 16px;
    }
}


/* -------------------------------------- [Section : Customer stories] ----- */
#Customer_stories {
    padding: 27px 0px 32px;
    background-color: #F2F2F2;
    /* background-color: #F7E632; #fbe91f;/* our yellow */
    /* background-color: #F4E21F; /* their yellow */
}

#Customer_stories header {
    padding-top: 40px;
}
#Customer_stories header h2 {
    margin: 0px 0px 5px 0px;
}
#Customer_stories header p {
    padding-left: 7px;
}
#Customer_stories header .btn {
    margin-left: 4px;
    margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
    #Customer_stories header {
        padding-top: 0px;
    }
}

.stories-item {
    display: block;
    vertical-align: middle;
}

.stories-item:hover {
    text-decoration: none;
}

.stories-item .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    text-indent: -9999px;
}
#ie8 .stories-item .image {
    background-image: url() !important;
}
.stories-item img {
    display: block;
    max-width: 100%;
    opacity: 0;
}
#ie8 .stories-item img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.01)";
}
.stories-item figure {
    color: #1d1d1d;
    text-align: center;
    max-height: 170px;
    opacity: 0.5;

    transition: opacity 0.3s;
}
.stories-item blockquote {
    display: inline-block;

    padding: 31px 10px 0px 17px;
    margin: 0px 49px;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRERjJGOTkwNzczRDExRTNBNTgyODAxNjZGNTQwMjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRERjJGOTkxNzczRDExRTNBNTgyODAxNjZGNTQwMjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NERGMkY5OEU3NzNEMTFFM0E1ODI4MDE2NkY1NDAyMDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NERGMkY5OEY3NzNEMTFFM0E1ODI4MDE2NkY1NDAyMDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cvJnrAAAA8UlEQVR42mJcsWIFAw4gCMTGQKwNxBNxKQoPD4ezV65cyQnVowXEe1iwqAcpcIEqIhoADbYBUtZQ/WCAbrgUEMciKyDCUE6oHil0OSZKDIaqxWowsuEgRaE4DP6Ox3AfXAYDwQ9YsBhDIxDd0KNAfASHZiVoZKMDkPqjwIj+DjPcGoui1UB8D4+rsUX4HqChR5CDRRtLcDwjYDAnDlefRQ9zQSyKrhGISEksYvdAQYFuODaF7wkYji0Sn2FLLaSmEFzgB750TnXAgkPcBc0li4gwyxiYW5WQUw4LCWFKCAiiJQ4OmgbLqOGjhg8SwwECDACeGCwX5EexCQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0px;
}
.stories-item blockquote p {
    margin-bottom: 9px;

    font-size: 14px;
    color: #1d1d1d;
}
.stories-item .cover {
    display: block;
    width: 100%;
    max-width: 0px;

    overflow: hidden;

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: rgba(239,223,48,0.6);
    background-image: url(../images/stories-item-cover-background.png);
    background-repeat: no-repeat;
    background-position: center;
    border-right: solid 1px #e7d949;

    transition-property: max-width;
    transition-duration: 0.5s;
}
.stories-item:hover figure {
    opacity: 1;
}
.stories-item:hover .cover {
    max-width: 100%;
}
.stories-item .cover .label {
    display: block;

    font-size: 12px;
    font-weight: bold;
    color: #efdf30;
    text-align: center;
    text-transform: uppercase;
}
.stories-item .cover .label i {
    position: relative;
    top: -2px;
}


/* -------------------------------------------------- [Section : Press] ----- */
#Press {
    padding: 113px 0px 87px;

    background-color: #1d1d1d;
}

@media screen and (max-width: 460px) {
    #Press {
        padding-bottom: 0;
    }
}

#Press>.container>.row>header {
    padding-top: 61px;
}
#Press header h2 {
    margin: 0px 0px 4px 0px;

    color: #fbe91f;
}
#Press header .text-link {
    margin-left: 5px;
    margin-bottom: 12px;

    color: #ffffff;
}
@media screen and (max-width: 767px) {
    #Press {
        padding-top: 63px;
    }
}
@media screen and (max-width: 992px) {
    #Press>.container>.row>header {
        padding-top: 0px;
    }
}

#Press .jcarousel {
    margin-left: -25px;
    margin-right: -15px;
}
#Press .jcarousel ul {
}
#Press .jcarousel li {
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    #Press .jcarousel {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.press-item {
    display: block;

    margin: 0 8px;

    position: relative;
}
.press-item:hover {
    text-decoration: none;
}
#Press .jcarousel li:nth-child(even) .press-item {
    background-color: #212121;
}
.press-item article {
    padding-bottom: 24px;
}
.press-item article header {
    padding-top: 0px;
}
.press-item article header img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.press-item article header h3 {
    padding: 28px 26px 11px;
    margin: 0px;

    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    line-height: 1.25em;
}
.press-item .cover {
    display: block;
    width: 100%;
    max-width: 0px;

    overflow: hidden;

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: rgba(251,233,31,0.9);

    transition-property: max-width;
    transition-duration: 0.5s;
}
#ie8 .press-item .cover { /* IE8 fix */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FBE91F,endColorstr=#E5FBE91F)";
    zoom: 1;
}
html:not(.touch) .press-item:hover .cover {
    max-width: 100%;
}
.press-item .cover .label {
    display: block;
    padding-top: 120px;
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
}
.press-item article p {
    margin: 0px 13px 6px 26px;

    font-size: 11px;
    color: #706f72;
    line-height: 1.65em;
}


/* -------------------------------------------------- [Section : Team] ----- */
#Team {
    background-color: #FFFFFF;
}
#Team .collapses {
    background-color: #ffffff;
    transition: background 0.3s;
    overflow: hidden;
}
#Team .list {
    padding: 32px 0 80px 0;
    overflow: hidden;
}
#Team .list header {
    padding-top: 6px;
}
#Team header h2
{
    margin: 0px 0px 6px 0px;
}
#Team header p
{
    margin-bottom: 0px;
    margin-right: -25px;

    line-height: 1.8em;
}
#Team header .btn i {
    position: relative;
    top: -2px;

    margin-left: 7px;
}
@media screen and (max-width: 1023px) {
    #Team header p {
        margin-right: 0px;
    }
}

#Team .col-md-9 {
    padding-left: 0px;
}
@media screen and (max-width: 1023px) {
    #Team .col-md-9 {
        padding-left: 15px;
    }
}

#Team .collapses .col-md-9 {
    padding-right: 0;
}

.team-item {
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-right: -15px;
    height: 148px;
    overflow: hidden;

    cursor: pointer;
}

.team-item img {
    display: block;
    width: 100%;
    max-width: 100%;

    position: relative;
}

.team-item .cover {
    display: flex;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: rgba(29,29,29,0.8);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;

    align-items: center;
}

.team-item:hover .cover {
    opacity: 1;
}

.team-item .cover .label {
    display: block;
    padding: 0px 17px;

    font-size: 18px;
    font-weight: normal;
    color: #e0ce12;
    text-align: left;
}

@media screen and (max-width: 499px) {
    .team-item .cover .label {
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .team-item {
        margin-right: 0px;
    }
}

.team-description {
    position: relative;
    padding: 100px 40px 100px 0;
}

.team-description .text-column {

}
.team-description h3 {
    margin: 0px 0px 4px 0px;

    font-size: 28px;
    font-weight: normal;
    color: #1d1d1d;
}
.team-description h4 {
    margin: 0px 0px 20px;

    font-size: 16px;
    font-weight: lighter;
    color: #1d1d1d;
}
.team-description p {
    font-size: 12px;
    color: #1d1d1d;
}
.team-description .close {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 2;

    font-size: 25px;
    font-weight: lighter;
}
.team-description .social-nav {
    margin-bottom: 20px;
}
.team-description .social-nav li a {
    color: #1d1d1d;

    opacity: 0.5;
}
.team-description .social-nav li a:hover,
.team-description .social-nav li a:focus {
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .team-description header {
        padding-top: 57px;
    }
    .team-description .text-column {
        padding-top: 0px;
    }
    .team-description .text-column.first {
        padding-top: 12px;
        padding-bottom: 0px;
    }
    .team-description .social-nav {
        margin-bottom: 0px;
    }
}


/* ---------------------------------------------- [Section : Advisors] ----- */
#Advisors {
    padding-bottom: 30px;

    background-color: #FFFFFF;
}
#Advisors header {
    margin-bottom: 29px;
}
#Advisors h2
{
    margin-top: 3px;
}
#Advisors h4 {
    font-size: 18px;
    font-weight: normal;
    color: #1d1d1d;
    line-height: 1.4em;
}
#Advisors .row {
    margin-bottom: 18px;
}
#Advisors .systems h4 {
    padding-top: 14px;
}
#Advisors .scientific h4 {
    padding-top: 28px;
}
#Advisors .investors h4 {
    padding-top: 27px;
}

.advisors-item {
    display: block;
    min-height: 122px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    padding: 16px 16px;
    margin-bottom: 23px;
    margin-left: -15px;

    border: solid 1px #e8e8e8;

    transition-property: background, border;
    transition-duration: 0.3s;
}
.advisors-item:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;

    text-decoration: none;
}
.advisors-item h3 {
    margin: 0px 0px 8px 0px;

    font-size: 18px;
    font-weight: normal;
    color: #1d1d1d;
}
.advisors-item:hover h3 {
    color: #f7e632;
}
.advisors-item h3 i {
    opacity: 0;

    transition-property: opacity;
    transition-duration: 0.6s;
}
.advisors-item:hover h3 i {
    opacity: 1;
}
.advisors-item p {
    margin-bottom: 0px;

    font-size: 11px;
    font-weight: lighter;
    color: #7e7e7e;
    line-height: 1.3em;
}
.advisors-item:hover p {
    color: #ffffff;
}
@media screen and (max-width: 1200px) {
    .advisors-item {
        height: 108px;
    }
    .advisors-item h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .advisors-item {
        height: 108px;

        margin-left: 0px;
    }
}
@media screen and (max-width: 499px) {
    .advisors-item {
        height: 138px;
    }
}


/* ----------------------------------------------- [Section : Email Subscribe Form] ----- */


#email-subscribe #email-subscribe-form-message{
    display: inline;
    margin-left: 20px;
    color: red;
}

.subscribe-success-message{
    border-bottom: black 2px solid;
}

/* ----------------------------------------------- [Section : Contact] ----- */
#Contact {
    height: 360px;
    background-color: #f3f3f3;
}
#Contact header {
    padding-top: 86px;
}
#Contact header h2 {
    margin: 0px 0px 65px 0px;
}
#Contact header address {
    white-space: nowrap;
}
html.touch .map-contact-touch-block {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}
#Contact .map {
    padding-left: 0px;
    padding-right: 0px;
}
#Contact .form {
    min-height: 353px;

    padding-left: 0px;
    padding-right: 0px;
}
#Contact form {
    height: 100%;
    padding-top: 32px;

    background-color: #171717;
}
#Contact form .form-row {
    margin-left: 15px;
    margin-right: 15px;
}
#Contact form .form-success {
    display: none;
    text-align: center;
}
#Contact form .form-group {
    margin-bottom: 20px;
}
#Contact form .form-control {
    height: auto;
    padding: 12px 16px;

    background-color: #4c4c4c;
    border: 0px;
    border-radius: 0px;

    font-size: 12px;
    font-weight: lighter;
    color: #DDD;
}
#Contact form textarea.form-control {
    height: 170px;

    resize: none;
}
#Contact form .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(251,233,51,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(251,233,51,0.6);
}
#Contact form .form-footer {
    padding-top: 6px;
    padding-left: 15px;
}
#Contact form .btn.clean {
    padding: 15px 12px;
    margin-bottom: 20px;

    font-size: 10px;
    font-weight: normal;
    color: #ffffff;

    vertical-align: top;
}
#Contact form .btn.clean a {
    color: #fbe91f;
}
#Contact form .btn.btn-primary {
    padding: 16px 74px;
    background-color: #fbe91f;
    border: 0px;
    border-radius: 0px;

    font-size: 12px;
    font-weight: bold;
    color: #1d1d1d;
    text-transform: uppercase;

    vertical-align: top;

    transition-property: background;
    transition-duration: 0.3s;
}
#Contact form .btn.btn-primary:hover {
    background-color: #fbe91f;
}
#Contact form .btn.btn-primary i {
    position: relative;
    top: -2px;

    line-height: 0.1em;
}
@media screen and (max-width: 767px) {
    #Contact {
        overflow: scroll;
    }
    #Contact header {
        padding-top: 36px;
    }
    #Contact header h2 {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 499px) {
     #Contact {
        overflow: scroll;
    }
     #Contact form .form-footer {
        padding-left: 0px;
        text-align: center;
    }
}

#map-Contact {
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------- [Section : News] ----- */
#News {
    padding: 111px 0 121px;
}
#News nav {
    padding-right: 0px;

    font-size: 28px;
    font-weight: lighter;
}
#News nav a {
    color: #8e8e8e;
}
#News nav a i {
    display: none;

    position: relative;
    top: -3px;

    margin-left: 18px;
}
#News nav a:hover,
#News nav .active a {
    background: none;

    color: #1d1d1d;
}
#News nav a:hover i,
#News nav .active a i {
    display: inline-block;
}
#News .tab-pane {
    width: 100%;
    min-height: 384px;

    -webkit-transform: translate3d(0,0,0);
}
#News .tab-content {
    padding-left: 0px;
    margin-left: -2px;
}
#News .tab-content a.row {
    display: block;
}
a.video-trigger {
    cursor: pointer;
}
a.video-trigger:hover {
    text-decoration: none;
}
#News .tab-content a:hover,
#News .tab-content a:focus {
    text-decoration: none;
}
.video {
    position: relative;
}
.video > iframe {
    margin: 0 auto;
}

#News .tab-content .col-md-8 {
    padding-right: 0px;
}
#News .tab-content .col-md-4 {
    padding-left: 44px;
    margin-bottom: 50px;
}
#News h2 {
    margin-top: 6px;
    margin-bottom: 15px;

    font-size: 15px;
    color: #1d1d1d;
    line-height: 1.2em;
}
#News .news-row header h2 {
    font-size: 28px;
}
#News .news-row div h2 {
    font-size: 15px;
}
#News p {
    font-size: 11px;
    color: #8e8e8e;
    line-height: 1.7em;
}
#News .carousel {
    padding-bottom: 35px;
}
#News .carousel-indicators {
    width: 33.33333333333333%;

    position: absolute;
    bottom: 0px;
    right: -15px;
    left: auto;

    padding: 0px;
    margin-left: 0px;

    text-align: center;
}
#News #tab-News_Posts .carousel-indicators {
    bottom: -23px;
}
#News .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;

    margin: 0px 5px;

    background-color: #f3f3f3;
    border-radius: 50%;

    text-indent: -9999px;

    transition: background 0.3s;
}
#News .carousel-indicators li:hover,
#News .carousel-indicators li:focus,
#News .carousel-indicators li.active {
    background-color: #fbe91f;
}
#News .post-item {
    display: block;

    margin-bottom: 20px;
}
#News .post-item .post-illustration {
    min-width: 60px;

    position: relative;

    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top;
}
#News .post-item .post-illustration .avatar {
    display: block;
    height: auto;
    width: 100%;

    visibility: hidden;
}
#News .post-item .post-illustration .cover {
    width: 100%;
    height: 46px;

    overflow: hidden;

    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;

    background-color: #fbe91f;

    opacity: 0;

    font-size: 15px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;

    transition: opacity 0.3s;
}
#News .post-item:hover .post-illustration .cover {
    opacity: 1;
}

#News .post-item .post-illustration .cover .label {
    color: #1e1e1e;
}
#News .post-item .post-illustration .cover .label i {
    position: relative;
    top: -2px;
}
#News .post-item .post-illustration .cover .label i.icon-arrow-right {
    margin-left: 5px;
}
#News .viewport {
    padding-right: 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#News .tweets .col-md-4 {
    margin-bottom: 0px;
}
#News .tweet {
    margin: 0 15px 6px;

    font-size: 14px;
    color: #1d1d1d;
    line-height: 1.6em;
}
#News .tweet a {
    color: #4388db;
}
#News .tweet-published {
    margin: 0 15px 25px;

    font-size: 11px;
}
#News .tweet-published a {
    color: #8e8e8e;
}
#tab-News_Videos {
    margin-bottom: 30px;
}
#tab-News_Posts {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 50px;

    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
    min-height: 462px;
}
#tab-News_Presentations {
    padding-bottom: 60px;
    margin-bottom: 50px;

    border-bottom: solid 1px #f3f3f3;
}
#tab-News_Posts .viewport {
    height: 350px;
}
#tab-News_Tweets {
}

#tab-News_Tweets ul{
    list-style-type: none;
    padding-left: 10px;
}

#tab-News_Tweets ul li {
        display: block;
}

#tab-News_Tweets ul li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

#tab-News_Tweets ul li a [class^="icon-"], [class*=" icon-"] {
    font-size: 60px;
    line-height: inherit;
    vertical-align: middle;
}

#tab-News_Tweets ul li a [class^="fa-"], [class*=" fa-"] {
    padding-left: 10px;
    font-size: 50px;
    line-height: inherit;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    #News .tab-content {
        padding-left: 15px;
    }
    #News .tab-content .col-md-8 {
        padding-right: 15px;
    }
    #News .tab-content .col-md-4 {
        padding-left: 25px;
        padding-right: 25px;
    }
    #News .tab-content a .image {
        margin-right: 0px;
    }
    #News h2 {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767px) {
    #News {
        padding: 50px 0px 70px;
    }
    #News nav {
        white-space: nowrap;
    }
    #News nav li {
        display: inline-block;
    }
    #News nav a i {
        display: inline;

        margin-left: 10px;

        font-size: 30px;
    }
    #News nav a i:before {
        content: "\e60a";
    }
    #News nav .active a i:before {
        content: "\e602";
    }
    #News .carousel-indicators {
        width: auto;

        right: 0px;
    }
    #News .video-trigger h2 {
        height: 35px;
    }

    #tab-News_Tweets ul li {
        display: inline;
    }
}
@media screen and (max-width: 579px) {
    #News .post-item .post-illustration .cover {
        display: none;
    }
}
@media screen and (max-width: 499px) {
    #News nav {
        font-size: 18px;
    }
    #News .post-item h2 {
        margin-top: 13px;
    }
}
@media screen and (max-width: 409px) {
    #News nav a {
        padding: 10px 5px;
    }
    #News nav a i {
        margin-left: 5px;
    }
}

/******************* START:Responsive *******************/
@media (max-width: 767px) {
    #Promo .jumbotron h1 {
        font-size: 1.2em;
    }

    #Promo .jumbotron h2 {
        font-size: 1.1em;
        line-height: 40px;
    }
    #Promo .jumbotron h3 {
        font-size: 1em;
    }

    #Promo .jumbotron p {
        font-size: 20px;
        line-height: 1.6em;
    }

    .blog-nav .nav.navbar-nav.navbar-right > li{
        float: left;
        width: 33%;
    }
    .blog-nav .nav.navbar-nav.navbar-right > li + li{
        width: 20%;
    }
    .blog-nav .nav.navbar-nav.navbar-right > li + li + li{
        width: 47%;
    }
    #Promo .full-width-container .row > .col-sm-6+.col-sm-6{
        padding-left: 0px;
        padding-right: 0px;
    }
    #Promo .jumbotron h1{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mobile-text-center{
        text-align: center;
    }
    hr.decorate_underline_hr.mobile-text-center{
        margin: 3% auto;
    }
    section#Promo #home-banner-carousel .carousel-inner .item{
        min-height: 492px;
    }
    section#Promo #home-banner-carousel .carousel-inner .item{
        padding-top: 25%;
        padding-bottom: 25%;
    }
    section#Promo #home-banner-carousel {
        background: #fbe91f;
    }
    .site-header,
    .blog-nav,
    .site-nav
    {
        padding-top: 0px;
    }
    section#facts.facts .col-sm-2,
    section#facts.facts .container{
        padding:0;
    }
    section#facts.facts i{
        font-size: 1em;
    }
    section#facts.facts h3{
        font-size: 12px;
        margin-top:2px;
        margin-bottom: 2px;
    }
    .content {
        padding-bottom: 10px;
    }
    #Our-Customers #customer-carousel .image-container img{
        width:100%;
    }

    .sidebar li{
        float: left;
        margin-left: 5%;
    }
    .sidebar li:first-child{
        width: 100%;
    }
}
@media (min-width: 768px) {

    section#Promo .full-width-container{
        position: absolute;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

    #Promo .full-width-container .row > .col-sm-6+.col-sm-6{
        position:absolute;
        left:50%;
        background:#fff;
        height:100%;

    }

    section#Promo #home-banner-carousel .carousel-inner .item .padding-top{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    #Promo .jumbotron #Countdown-banner{
        margin-top: 25%;
    }
    #Promo .jumbotron h1,
    #Promo .jumbotron h2 {
        text-align: left;
    }
    section#Promo #home-banner-carousel .carousel-inner .item{
        min-height: 470px;
    }
    #Promo .jumbotron #Countdown-banner h2{
        font-size: 30px;
    }
    .site-nav .nav,
    .blog-nav .nav
    {
        min-height: 35px;
    }
    section#facts.facts i {
      font-size: 3em;
    }

    #Our-Customers #customer-carousel .image-container img{
        width:75%;
    }

    .customers-list-item {
        height: 353px;
    }
    .customers-list-item a{
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
}


section#facts.facts .col-sm-2{
        width: 20%;
        float:left;
    }

section#Promo .full-width-container{
        position: absolute;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
/******************* END:Responsive *******************/

/* START : Global changes */
.blog-nav .nav.navbar-nav.navbar-right li a {
    font-size: 12px;
}
.full-width-container{
    width: 100%;
}

hr.decorate_underline_hr{
    width: 70px;
    margin-left: 0;
    border-top: 2px solid #eee;
}

section .content,
.page-content p,
.page-content ul li,
.page-content ol li,
.page-content table tr td{
    line-height: 1.8;
    /* color: #828181; */
    color: #282C34;
    /* font-size: 18px; */
    font-size: 16px;
}
.page-content table tr td{
    font-weight: bold;
}
.page-content table tr th{
    color: #333;
}

.page-content > .row > .col-sm-9 > h1,
.page-content > .row > .col-sm-9 > h2{
    margin-top:1%;
    clear: both;
}

.bg-light-grey{
    background-color: #F9F9F9;
}

button.btn.btn-white,
button.btn-yellow{
    padding: 8px 14px;
}

a.btn.btn-white,
a.btn-yellow{
    padding: 9px 20px;
}

.btn.btn-white,
.btn-yellow{
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.btn.btn-yellow{
    color: #000;
    background-color: #fbe91f;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    border:2px solid #333;

}

.btn.btn-yellow:hover{
    background-color:#fff;
}

.btn.btn-white{
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    margin-bottom: 6px;
    font-size: 16px;
}

.btn.btn-white:hover{
    background-color:#333;
    color: #fff;
}

/* END : Global changes */

/* START : Home page section facts; */
section#facts.facts{
    background-color: #000;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}
section#facts.facts i {
  color: #fff;
}
section#facts.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'futura_ltlight';
}

#Promo .full-width-container .row > .col-sm-6+.col-sm-6{
        background:#fff;
}

#Promo .jumbotron #Countdown-banner{
    text-align: center;
    padding: 1% 5%;
}

/* END : Home page section facts; */


/* START : Home page Customer carousel styles */
#Our-Customers #customer-carousel .image-container{
    text-align: center;
}
#Our-Customers #customer-carousel .image-container img{
    max-height: 136px;
}
#Our-Customers #customer-carousel .text-block{
    background: #333;
    color: #fff;
    font-family: 'futura_ltlight', sans-serif;
    padding: 10px 15px;
    line-height: 1.75;
}

#Our-Customers #customer-carousel .item.active .text-block .description,
#Our-Customers #customer-carousel .item.active .text-block .description p{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 14px*1.4*3; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#Our-Customers #customer-carousel .text-block .title{
    font-weight: bold;
    font-size:1.4em;
    padding-bottom: 5px;
}
#Our-Customers #customer-carousel .left.carousel-control,
#Our-Customers #customer-carousel .right.carousel-control,
section#Promo #home-banner-carousel .left.carousel-control,
section#Promo #home-banner-carousel .right.carousel-control{
    background: none !important;
}
#Our-Customers #customer-carousel .carousel-control .glyphicon.glyphicon-chevron-left,
#Our-Customers #customer-carousel .carousel-control .glyphicon.glyphicon-chevron-right,
section#Promo #home-banner-carousel .carousel-control .glyphicon.glyphicon-chevron-left,
section#Promo #home-banner-carousel .carousel-control .glyphicon.glyphicon-chevron-right{
    position:absolute;
}
#Our-Customers #customer-carousel .carousel-control .glyphicon.glyphicon-chevron-left{
    left: 0;
}
#Our-Customers #customer-carousel .carousel-control .glyphicon.glyphicon-chevron-right{
    right: 0;
}

#Why-H2O,
#Our-Customers{
    padding:3% 0;
}

/* END : Home page Customer carousel styles */

/* ---------------------------------------------- [Content : Why H2O?] ----- */

#Why_H2O {
    padding-top: 23px;
    margin-bottom: 132px;

    background-image: url(/assets/images/background-Why_H2O.png);
    background-repeat: no-repeat;
    background-position: 50% 123px;

    text-align: center;
}

#Why_H2O h1 {
    font-size: 48px;
    font-size: lighter;
    color: #1d1d1d;
    line-height: 1em;
}
#Why_H2O h1 sub {
    font-size: 55%;
}
#Why_H2O h2 {
    margin-top: 18px;
    margin-bottom: 55px;

    font-size: 14px;
    font-weight: normal;
    color: #606060;
    line-height: 1.5em;
}
#Why_H2O .video-trigger {
    display: inline-block;
    max-width: 600px;

    position: relative;
}
#Why_H2O .video-trigger:hover {
    text-decoration: none;
}
#Why_H2O .video-trigger img {
    display: block;
    width: 100%;
}
#Why_H2O .video-trigger .video .cover {
    display: block;
    width: 100%;
    height: 46px;

    position: absolute;
    top: 50%;
    left: 0px;

    opacity: 0;

    text-align: center;

    transition: opacity 0.3s;
}
#Why_H2O .video-trigger:hover .video .cover,
#Why_H2O .video-trigger :focus .video .cover {
    opacity: 1;
}
#Why_H2O .video-trigger .video .cover .label {
    display: inline-block;
    width: 159px;
    height: 46px;

    position: relative;
    top: -50%;

    background-color: #fbe91f;
    border-radius: 0px;

    font-size: 15px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 41px;
    text-transform: uppercase;
}
#Why_H2O .video-trigger .video .cover .label i {
    position: relative;
    top: -2px;
}
#Why_H2O .video-trigger .video .cover .label i.icon-play {
    margin-left: -10px;
}
@media screen and (max-width: 767px) {
    #Why_H2O {
        background-size: 100%;

        margin-bottom: 82px;
    }
}


/* -------------------------------------------------------- [Paper js] ----- */
#canvas {
    width: 100%;
    height: 100%;
}


/* -------------------------------------------------- [Customers list] ----- */

.customers-list {
    padding-left: 15px;
    list-style: none;
}
.customers-list-item {
    margin-bottom: 21px;
}
.customers-list-item a {
    display: block;
}
.customers-list-item a:hover,
.customers-list-item a:focus {
    text-decoration: none;
}
.customers-list-item figure {
    background-color: #212121;
}
.customers-list-item figcaption {
    padding-left: 25px;
    padding-right: 25px;
}
.customers-list-item h2 {
    margin-top: 39px;
    margin-bottom: 9px;

    font-size: 28px;
    font-weight: lighter;
    font-style: normal;
    color: #FFFFFF;
    line-height: 1.2em;
}
.customers-list-item p {
    margin-bottom: 1.7em;

    font-size: 16px;
    color: #fff;
    line-height: 1.7em;
}
.customers-list-item .image {
    overflow: hidden;

    position: relative;
    left: 1px;

    padding-left: 0px;
    padding-right: 0px;

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.customers-list-item .image img {
    display: block;
    min-width: 100%;
    height: 100%;

    opacity: 0.01;
}
.customers-list-item .image .cover {
    display: block;
    width: 100%;
    max-width: 0px;
    overflow: hidden;

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: rgba(251,233,31,0.9);

    transition-property: max-width;
    transition-duration: 0.5s;
}
#ie8 .customers-list-item .image .cover {
    background-color: #fbe91f;
}
html.touch .customers-list-item .image .cover {
    display: none;
}
.customers-list-item a:hover .image .cover {
    max-width: 100%;
}
.customers-list-item .image .cover .label {
    display: block;

    font-size: 12px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
}
.customers-list-item .image .cover .label i {
    position: relative;
    top: -2px;

    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .customers-list {
        padding-right: 15px;
    }
    .customers-list-item .image {
        left: 0px;
    }
    .customers-list-item .image img {
        width: 100%;
        min-width: 0;
        height: auto;
    }
}

.wpcf7-response-output {
    text-align: center;
    color: #fbe91f;
}

.illustrations .no-padding-left {
    padding-right: 7px;
}
.illustrations .no-padding-right {
    padding-left: 7px;
}
.illustrations .first-container {
    margin-bottom: 119px;
}
@media screen and (max-width: 767px) {
    .illustrations .first-container {
        margin-bottom: 69px;
    }
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.aside h2 {
  font-family: 'futura_ltlight';
  font-size: 50px;
  font-weight: lighter;
  color: #1d1d1d;
  line-height: 1.125em;
}
@media screen and (max-width: 460px) {
  .aside h2 {
    font-size: 32px;
  }
}

.aside p {
  font-family: 'futura_ltlight';
  color: #7e7e7e;
}

.path-docs img {
  width: 100%;
  height: auto;
}

.single table th {
  padding: 5px;
  border-bottom: 2px solid #ddd;
  color: #777;
}

.single table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

/* Blog posts */
.latest-blog-posts ul {
  width: 100%;
  padding: 0 0 20px 0;
  list-style: none;
}

.latest-blog-posts li {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.latest-blog-posts .post-date {
  color: #999;
  min-width: 110px;
}

.latest-blog-posts .all-posts {
  display: none;
}

.latest-blog-posts .all-posts.state-visible {
  display: block;
}

.post-author,
.post-author a {
  color: #999;
}


.videos h2 {
  font-family: 'futura_ltlight';
  font-weight: lighter;
  font-size: 24px;
  color: #1d1d1d;
  margin-bottom: 0;
}
.videos .video-author, .videos .video-detail {
  font-size: 12px;
}
.videos .video-author, .videos .video-detail {
  font-size: 12px;
}
.videos .video-detail {
  color: #999;
}

.sidebar ul {
  padding: 0;
}
.sidebar li {
  list-style-type: none;
  text-align: left;
  padding: 7px 0;
}
.sidebar li:first-child a{
    font-size: 14px;
    font-family: futura_ltbold;
}
.sidebar li a {
    color: #282C34;
    text-transform: uppercase;
    font-size: 18px;
}
/*----------------------[Template: Use-Cases]--------------------------------------*/
.use-case{
    -webkit-font-smoothing: antialiased !important;
    font-family: 'futura_ltlight';
}

/*--------------------------------------------[Section: Lead-Image]--------------*/
#Lead-image {
    padding: 0;
}
#Lead-image .jumbotron {
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 500px;
}

#Lead-image .jumbotron.ad-tech{
    background: url(../images/milan-arcade.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
}

#Lead-image .jumbotron.insurance{
    background: url(../images/Finance.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
}

#Lead-image .jumbotron.customer-intelligence{
    background: url(../images/customer-success/customer-header.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
}

#Lead-image .jumbotron.financial-services{
    background: url(../images/fraud-detection/header.png) no-repeat center;
    background-size: cover;
    padding-top: 90px;
}

#Lead-image .jumbotron.marketing-mix{
    background: url(../images/marketing-mix/marketing-header.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
}


#Lead-image .jumbotron h1 {
    margin-bottom: 24px;

    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    color: #262626; /* 1d1d1d */
    line-height: 1em;
    text-align: left;
}
#Lead-image .jumbotron h1 u {
    display: inline-block;

    padding-bottom: 23px;

    border-bottom: solid 5px #262626;

    text-decoration: none;
}
#Lead-image .jumbotron h2 {
    margin-bottom: 24px;

    /*font-size: 42px;*/
    font-weight: lighter;
    font-style: normal;
    color: #262626;
    line-height: 54px;
    text-align: left;
}
#Lead-image .jumbotron h3 {
    margin-bottom: 24px;

    /*font-size: 42px;*/
    font-weight: lighter;
    font-style: normal;
    color: #262626;
    line-height: 34px;
    text-align: left;
}

#Lead-image .jumbotron .row {
    margin-left: 0px;
    margin-right: 0px;
}
#Lead-image .jumbotron .row .col-md-9 {
    padding-right: 0px;
}
#Lead-image .jumbotron .row .col-md-6 {
    text-align: center;
}
#Lead-image .jumbotron p {
    margin-top: 30px;

    /*font-size: 33px;*/
    font-weight: lighter;
    font-style: normal;
    color: #000;
    line-height: 1.2em;
    text-align: right;
}
#Lead-image .jumbotron p em {
    display: inline-block;

    font-weight: bold;
    font-style: normal;
    color: #000000;
}
#Lead-image .jumbotron p em sub {
    bottom: -0.6em;
}
#Lead-image .jumbotron p em u {
    display: block;
    width: 100%;
    height: 3px;

    position: relative;
    top: 15px;

    background-color: #000000;
}

#Lead-image .jumbotron .button-row {
    /*text-align: center;*/
}

#Lead-image .jumbotron .button-row>a {
    padding-bottom: 10px;
}

#Lead-image .jumbotron .btn-primary {
    padding: 13px 26px 6px 30px;
    margin-bottom: 6px;

    background-color: #1d1d1d;
    border: 0px;
    border-radius: 0px;

    font-size: 15px;
    font-weight: bold;
    color: #fbe91f;
    text-transform: uppercase;

    transition-property: background-color;
    transition-duration: 0.3s;
}
#ie8 #Lead-image .jumbotron .btn-primary {
    -ms-filter : none;
}
#Lead-image .jumbotron .btn-primary:hover {
    background-color: #fbe91f;

    color: #1d1d1d;
}
#ie8 #Lead-image .jumbotron .btn-primary:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5EBCD00,endColorstr=#E5EBCD00)";
}
#Lead-image .jumbotron .btn-primary i {
    position: relative;
    top: -2px;

    margin-left: 12px;
}
#Lead-image .jumbotron .nav-pills {
    margin-bottom: 48px;
}
#Lead-image .jumbotron .nav-pills li {
    display: inline-block;

    float: none;
}
#Lead-image .jumbotron .btn-link {
    padding: 6px;
    color: #262626;
}
#Lead-image .jumbotron .btn-link:hover,
#Lead-image .jumbotron .btn-link:focus {
    background: none;
    text-decoration: underline;
}
#ie8 #Lead-image .jumbotron .btn-link:hover,
#ie8 #Lead-image .jumbotron .btn-link:focus {
    text-decoration: underline;
}
#carousel-Quick_Info {
    /*height: 46px;*/
    margin-top: 40px;
}
#carousel-Quick_Info .carousel-inner {
    padding: 0px;
    margin: 0px;
}
#carousel-Quick_Info .item p {
    color: #262626;
    text-align: left;
}
#carousel-Quick_Info .item p a {
    color: #262626;
    text-decoration: underline;
}

@media screen and (max-width: 460px) {
    #Lead-image .jumbotron .ticker p.link {
        font-size: 14px;
    }
}



@media screen and (max-width: 767px) {
    #Lead-image {
        padding-top: 67px;
    }
    #Lead-image .jumbotron h1 {
        font-size: 40px;
    }
    #Lead-image .jumbotron h2 {
        font-size: 30px;
        line-height: 40px;
    }
    #Lead-image .jumbotron p {
        font-size: 20px;
        line-height: 1.6em;
    }
    #Lead-image .jumbotron p em u {
        top: 5px;
    }
    #Lead-image .jumbotron .ticker {
        min-height: 22px;
    }
}

@media screen and (max-width: 549px) {
    #Lead-image {
        padding-top: 33px;
    }
    #Lead-image .jumbotron h1 {
        font-size: 30px;
    }
    #Lead-image .jumbotron h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #Lead-image .jumbotron h1 small {
        font-size: 22px;
    }
    #Lead-image .jumbotron p {
        font-size: 16px;
    }
    #Lead-image .jumbotron .ticker p {
        font-size: 16px;
    }
}

/*--------------------------------------------[Section: SubNav]--------------*/
.sub-nav{
    background: #eee;
    border-bottom: 2px solid #d5d5d5;
}

.sub-nav .site-nav .nav>li>a{
    padding: 10px 15px;
}

.sub-nav ul.navbar-right a{
    border: 1px solid #d5d5d5;
}

.sub-nav ul.navbar-right a:hover{
    border: 2px solid #d5d5d5;
}

/*--------------------------------------------[Section: Customers]--------------*/
.customers{
    margin-top: 20px;
    text-align: center;
}

.customers h2.customers-tagline{
    font-size: 25px;
    color: #828181;
    margin-top: 20px;
    margin-bottom: 30px;
}

.customers ul.customers-row {
    margin:0 auto;
    list-style-type: none;
    text-align: center;
}

.customers ul.customers-row li {
    display: inline;
}
.customers ul.customers-row img {
    max-width: 250px;
}


.teardrop{
    text-align: center;
}

#teardrop{
    margin-top: 60px;
    height: auto;
    width: 50px;

}

/*--------------------------------------------[Section: Feature Section]--------------*/

hr.yellow{
    border-top: 4px solid #fbe91f;
}

.feature-section p{
    margin-top: 15px;
}

.feature-section h5{
    margin-top: 15px;
}

#feature-section-1 .feature-image{
    padding-top: 60px;
    width: 500px;
}

#feature-section-2{
    margin-top: 50px;
    margin-bottom: 50px;
}

#feature-section-3{
    margin-top: 50px;
}

#feature-section-2 .feature-image{
    padding-top: 60px;
    width: 500px;
}

.ad-tech .feature-section .yellow-box{
    background:#fbe91f;
    padding: 15px;
    margin-top: 30px;
}

.customer-intelligence .feature-section .yellow-box{
    background:#fbe91f;
    padding: 15px;
    margin-top: 30px;
}

/*----------[AD TECH Feature images] ----*/
.ad-tech #feature-section-1 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.ad-tech #feature-section-2 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.ad-tech #feature-section-3 .feature-image{
    width: 300px;
    padding-left: 60px;
    padding-top: 60px;
}

.ad-tech #feature-section-4 .feature-image{
    width: 240px;
    padding-top: 60px;
}

.ad-tech #feature-section-5 .feature-image{
    width: 100%
}

/*----------[CUSTOMER SUCCESS Feature images] ----*/
.customer-intelligence #feature-section-1 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.customer-intelligence #feature-section-2 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.customer-intelligence #feature-section-3 .feature-image{
    width: 400px;
}

.customer-intelligence #feature-section-4 .feature-image{
    width: 240px;
    padding-top: 60px;
}

.customer-intelligence #feature-section-5 .feature-image{
    width: 200px;
    padding-top: 50px;
}

/*----------[FRAUD DETECTION Feature images] ----*/
.financial-services #feature-section-1 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.financial-services #feature-section-2 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.financial-services #feature-section-2 h5{
    line-height: 18px
}


.financial-services #feature-section-3 .feature-image{
    width: 300px;
    padding-left: 60px;
    padding-top: 60px;
}

.financial-services #feature-section-4 {
    position: relative;
}

.financial-services #feature-section-4 .yellow-banner{
    background: #fbe91f;
    height: 180px;
    position: absolute;
    width: 100%;
    top: 25px;
}

.financial-services #feature-section-4 .yellow-banner-push{
    margin-top: 40px;
}


.financial-services #feature-section-4 .feature-image{
    width: 240px;
    /*padding-top: 60px;*/
}


.financial-services #feature-section-5 .feature-image{
    width: 100%;
}

/*----------[FRAUD DETECTION Feature images] ----*/
.marketing-mix #feature-section-1 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.marketing-mix #feature-section-1 .yellow-box{
    background: #fbe91f;
}


.marketing-mix #feature-section-2 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.marketing-mix #feature-section-2 h5{
    line-height: 18px
}


.marketing-mix #feature-section-3 .feature-image{
    width: 100%;
    margin-top: 50px;
}

.marketing-mix .feature-section .yellow-box{
    background:#fbe91f;
    padding: 15px;
    margin-top: 30px;
}

.marketing-mix #feature-section-4 .feature-image{
    width: 100%;
}




/*--------------------------------------------[Section: Image Quote]--------------*/

.image-quote{
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 500px;
    position: relative;
    text-align: center;
}

.image-quote h2{
    letter-spacing: 3px;
    font-family: 'futura_ltlight';
    font-size: 40px;
}

.image-quote h3{
    letter-spacing: 2px;
    font-size: 30px;
}

.image-quote h4{
    font-size: 20px;
}



.image-quote span.download-button{
    border: 2px solid #000;
    padding: 7px 14px;
    cursor: pointer;
}

.ad-tech h4#quote-button-1{
    margin-top: 50px;
}

.customer-intelligence h4#quote-button-1{
    margin-top: 50px;
}

.image-quote a {
    text-decoration: none;
    color: #000;
}



#image-quote-1{
    background: url(../images/golden-gate.jpg) no-repeat center;
    background-size: cover;
}

#image-quote-2{
    background: url(../images/map.jpg) no-repeat center;
    background-size: cover;
}

#image-quote-3{
    background: url(../images/graph.jpg) no-repeat center;
    background-size: cover;
}

.ad-tech #image-quote-1{
    background: #fbe91f;
    padding-top: 150px;
}


.ad-tech #image-quote-3{
    background: url(../images/graph.jpg) no-repeat center;
    background-size: cover;
}

.customer-intelligence #image-quote-1{
    background: #fbe91f;
    padding-top: 150px;
}


.customer-intelligence #image-quote-3{
    background: url(../images/graph.jpg) no-repeat center;
    background-size: cover;
}


#image-quote-1 h2#quote-1{
    position: absolute;
    top: 40%;
    left: 57%;
}

.ad-tech #image-quote-1 #quote-1{
    margin-top: 100px;
}

.customer-intelligence #image-quote-1 #quote-1{
    margin-top: 100px;
}

.financial-services #image-quote-1.image-quote{
    min-height: 300px;
}

.financial-services #image-quote-1{
    background: #fbe91f;
    padding-top: 70px;
}

.financial-services .image-quote h3{
    font-family: 'futura_ltlight';
    letter-spacing: 3px;
    font-size: 35px;
}

.financial-services .image-quote h4{
    margin-top: 20px;
    font-family: 'futura_ltlight';
}


.financial-services #image-quote-2{
    background: #fbe91f;
    padding-top: 80px;
}

.financial-services #image-quote-2 #quote-2{
    margin-top: 100px;
}

.financial-services #image-quote-2 h3#quote-heading-2{
    font-family: 'futura_ltlight';
    letter-spacing: 3px;
    font-size: 35px;
    margin-top: 30px;
}

.financial-services #image-quote-2 h4#quote-button-2{
    margin-top: 70px;
}

.marketing-mix #image-quote-1.image-quote{
    background: #fbe91f;
    padding-top: 70px;
    min-height: 350px;
}

.marketing-mix #image-quote-1 h4#quote-button-1{
    margin-top: 70px;
}
/*--------------------------------------------[Section: Testimonial]--------------*/

.testimonial{
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

.testimonial-quote{
    padding: 30px 0;
    max-width: 750px;
    margin: 0 auto;
}

.testimonial h4{
    margin-top: 35px;
    letter-spacing: 3px;
    font-family: 'futura_ltlight';
    font-size: 30px;
}

.testimonial h5{
    padding-top: 20px;
    padding-bottom: 20px;
}

/*--------------------------------------------[Section: Factsection]--------------*/

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

.fact-section .fact-row{
    margin-top: 30px;
}

.fact-section .fact img{
    max-width: 100px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fact-section .fact p{
    text-align: left;
}
.fact-section .fact p.fact-content{
    margin-top: 20px;
}

/*----------[AD TECH Fast Facts} ----*/
.fast-facts-2{
    background:#fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

.ad-tech #fast-facts-2{
    background: #fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

.insurance #fast-facts-2{
    background:#fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

.customer-intelligence #fast-facts-2{
    background:#fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

.financial-services #fast-facts-2{
    background:#fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

.marketing-mix #fast-facts-1{
    background:#fbe91f;
    padding-top: 50px;
    padding-bottom: 60px;
}

/*--------------------------------------------[Section: Download form]--------------*/

.use-case .download-form{
    display: none;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.use-case .download-form .download-success-message a{
    color: rgb(61, 119, 206);
    font-size: 22px;
}

.use-case .download-form .download-form-button{
    border: none;
    background: none;
}

.use-case .download-form .download-form-button:active{
    border: none;
    background: none;
    outline:none;
}

.use-case .download-form .download-form-button:focus{
    border: none;
    background: none;
    outline:none;
}
.use-case .download-form #download-gate-form-message{
    margin-top: 10px;
}

.use-case .download-form #email-subscribe-input:focus{
    outline: none;
    border-color: transparent;
}

/*--------------------------------------------[Section: Enterprise form]--------------*/

.enterprise-licence{
    margin-bottom: 20px;
}

/*.enterprise-licence .enterprise-form{
    display: none;
    width: 300px;
}*/

#enterprise-trial-form-message{
    color: red;
    font-size: 13px;
    margin-top: 10px;
}

.enterprise-success-message{
    border: solid black 1px;
    padding: 10px;
}

.modal-body.licence-modal{
    height: 400px;
    overflow-y: auto;
}

.modal-header.enterprise-licence-header{
    text-align: center;
    padding-bottom: 0px;
}

.enterprise-licence-modal{
    text-align: center;
    padding: 30px;
    border-bottom: 2px solid #ddd;
}

form.enterprise-form{
    margin-top: 20px;
}

form.enterprise-form input{
    text-align: center;
}


.enterprise-licence-button-form {
    padding: 13px 26px 13px 30px;
    margin-bottom: 6px;

    background-color: #1d1d1d;
    border: 0px;
    border-radius: 0px;

    font-size: 15px;
    font-weight: bold;
    color: #fbe91f;
    text-transform: uppercase;

    transition-property: background-color;
    transition-duration: 0.3s;
}
#ie8 .enterprise-licence-button-form {
    -ms-filter : none;
}
.enterprise-licence-button-form:hover {
    background-color: #fbe91f;
    color: #1d1d1d;
}
#ie8 .enterprise-licence-button-form:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5EBCD00,endColorstr=#E5EBCD00)";
}


.enterprise-licence-button{
    border: 2px solid #000;
    padding: 7px 14px;
    cursor: pointer;
    background: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

.enterprise-licence-button:hover{
    background-color: #000;
    color: #fff;
}

.enterprise-licence-button:active{
    /*background: none;*/
    outline:none;
}

.enterprise-licence-button:focus{
    /*background: none;*/
    outline:none;
}
/*-------------------------------------------------[Reports]--------*/
.reports{
    -webkit-font-smoothing: antialiased !important;
    font-family: 'futura_ltlight';
}
.reports .download-form{
    display: none;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.reports .download-form .download-success-message a{
    color: rgb(61, 119, 206);
    font-size: 22px;
}

.reports .download-form .download-form-button{
    border: none;
    background: none;
}

.reports .download-form .download-form-button:active{
    border: none;
    background: none;
    outline:none;
}

.reports .download-form .download-form-button:focus{
    border: none;
    background: none;
    outline:none;
}
.reports .download-form #download-gate-form-message{
    margin-top: 10px;
}

.reports .download-form #email-subscribe-input:focus{
    outline: none;
    border-color: transparent;
}

.reports .image-quote{
    width: 100%;
    padding: 80px 0px;
    margin: 0px;
    min-height: 300px;
    position: relative;
    text-align: center;
    background: #fbe91f;
}

.reports .image-quote h3{
    letter-spacing: 2px;
    font-size: 30px;
    width: 60%;
    margin: 0 auto;
}


.reports .image-quote h4.download-gate-button{
    margin-top: 70px;
}

.reports #feature-section-1 .feature-image{
    padding-top: 60px;
    padding-left: 60px;
    width: 300px;
}

.reports #Title h1{
    text-align: center;
}

.reports #Title h3{
    text-align: center;
}


.lightning-tooltip table {
  margin: 0 !important;
  font-size: 100% !important;
}
.lightning-tooltip table tr:nth-child(odd) {
  background-color: inherit !important;
}
.lightning-tooltip table td,
.lightning-tooltip table th {
  padding: 1px 4px !important;
  color: #fff !important;
  border: none;
}

.page-download {
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  background: #FAFAFA;
}

.page-download-index {
  padding-bottom: 100px;
}

.page-download .editions-wrapper {
  margin-bottom: 50px;
}

.page-download .edition {

}

.page-download .edition.enterprise-edition .heading {
    background: #FBE91F;
}

.page-download .edition.community-edition .heading {
    background: #4A4A4A;
    color: #fff;
}

.page-download .edition.sparkling-water .heading {
    background: #E8E8E8;
}

.page-download .edition.use-case .use-case-heading {
    background: #E8E8E8;
}

.page-download .edition .inner {
  background: #fff;
  padding: 0px 0px 22px 0px;
  margin: 0;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}

.page-download .edition .heading {
  background: #000;
  padding: 20px 40px;
  color: #66633E;
  min-height: 180px
}

.page-download .edition .use-case-heading {
  background: #000;
  padding: 20px 40px;
  color: #66633E;
  min-height: 80px
}

.page-download .edition .list ul {
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

.page-download .edition .list li {
    list-style: none;
    padding: 10px 0px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-bottom: dotted 2px #cecece;
    margin-left: 40px;
    margin-right: 40px;
}

.page-download .edition .action {
  padding: 20px 40px;
}

.page-download .edition .action .btn {
  width: 100%;
}

.page-download .edition .terms {
  padding: 10px 40px;
}

.page-download .edition .heading h4 {
  font-size: 30px;
}

.page-download .community-edition {
  /*padding-right: 55px;*/
}

.page-download .thanks {
  min-height: 300px;
}


.page-download .thanks .support-teaser {
  margin: 30px 0;
  padding: 30px;
  border-top: 1px solid #ddd;
}

.page-download .instructions {
  font-weight: 300;
  margin: 0 auto;
}

.page-download .instructions .header {
  margin-bottom: 40px;
}

.page-download .instructions .tab-pane h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.page-download .documentation {
  margin: 50px 0;
}

.page-download .documentation ul {
    background-color: #fff;
    padding: 30px 50px;
    border: 1px solid #ddd;
    margin: 40px 0;
}

.page-download .editions-wrapper {
  margin-top: 60px;
}

.page-download-choose {
  padding-bottom: 100px;
}


.page-download-choose .choices {
  margin-top: 50px;
}

.page-download-choose .choice {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
  padding: 30px;
  margin-bottom: 30px;
  min-height: 300px;
}

.page-download-choose .choice .btn {
  margin: 0 auto;
  display: block;
}

.page-download-choose .choice .img-wrap {
  min-height: 200px;
  display: flex;
  align-content: center;
  align-items: center;
}

.page-download-choose .choice .img-wrap img {
    width: 100%;
}

.page-download-product {
  padding-bottom: 100px;
}

.page-download-product .tab-content {
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}

.page-download-product .column-download {
    padding-top: 16px;
}


.page-download-product .instructions {
    position: relative;
}

.page-download-product .instructions .copy-button {
    position: absolute;
    top: 0;
    right: 0;
}

.page-download-product-h2o .tab-content {
   border-top: 1px solid #ddd;
}

/* Marketo FORMS styling overrides */

.mktoModalContent-custom {
    position: fixed !important;
    top: 100px !important;
}

.mktoModalContent .mktoModalMain {
    background-image: url(https://s3.amazonaws.com/titlepages.leanpub.com/deeplearning/large?1437107332);
    background-repeat: no-repeat;
    background-position: right;
    width: 700px !important;
    overflow: hidden;
}

.mktoModalContent .mktoModalMain .mktoForm {
    margin: 0;
    width: 390px !important;
}

.mktoModalContent .mktoModalMain .mktoForm .mktoField {
    font-weight: normal;
}

.mktoModalContent .mktoModalMain .mktoForm .mktoLabel {
    text-align: left;
    width: 120px !important;
}

.mktoModalContent .cf_widget_socialsignon .cf_sign_on_button {
    width: auto !important;
}

.mktoModalContent .cf_widget_socialsignon .cf_sign_on {
    border-radius: 0 !important;
}

.mktoModal .mktoModalClose {
    font-size: 10px !important;
    line-height: 18px !important;
}
