#industries {
    width: 100vw;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}
#industries nav:not(.mobile) {
    z-index: 999;
}
#industries nav ul.menu {
    padding-left: 40px;
}
#industries .fa-long-arrow-down {
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    bottom: 145px;
    left: 50%;
    margin-left: -5px;
    color: #fff;
    -webkit-transition: bottom 0.1s ease-in;
    -moz-transition: bottom 0.1s ease-in;
    -ms-transition: bottom 0.1s ease-in;
    -o-transition: bottom 0.1s ease-in;
    transition: bottom 0.1s ease-in;
}
#industries .fa-long-arrow-down:before {
    content: "\f175";
}
#industries .main-slide {
    height: 60%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.basic-side {
    display: none;
}
#industries .main-slide #logo {
	width: 201px;
    height: 70px;
    display: block;
    background: transparent url("images/logo-white.png") no-repeat;
    margin: 25px 0px 0px 50px;
    position: absolute;
    z-index: 999;
}
#industries .main-slide #logo img {
    visibility: hidden;
}
#industries .main-slide .container {
	height: 100%;
}
#industries .main-slide .wrapper {
    display: flex;
    display: -webkit-box;      
    display: -ms-flexbox;  
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    /*-webkit-box-pack: justify;*/
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
}
#industries .main-slide .wrapper .content h1 {
    text-transform: uppercase;
    font-size: 8rem;
    font-family: 'LatoBlack';
    margin: 1rem 0;
    color: #26e5fd;
    text-align: center;
}
#industries .main-slide .wrapper .content h1 small {
    display: block;
    color: white;
    font-size: 1.8rem;
    font-family: 'Lato';
    font-weight: 200;
    letter-spacing: 5px;
    margin: 1rem 0;
}
#industries .main-slide .wrapper .content h3 {
	font-size: 2.2rem;
    font-family: 'Lato';
    font-weight: bold;
    position: relative;
    color: white;
}
#industries #wrapper-industries {
    display: block;
	width: 100%;
	height: 100vh;
}
#industries .box {
	position: initial !important;
	width: 33.33333333% !important;
	height: 100% !important;
	float: left;
    padding: 0;
}
#industries #wrapper-industries div.active .name, #industries #wrapper-industries div.box.active-hover .name {
    background: #042138 !important;
    border: none;
}
 #industries #wrapper-industries div.box.active .name h2, #industries #wrapper-industries div.box.active-hover .name h2 {
    color: #07d1e9;
}
 #industries #wrapper-industries div.box.active .name:before,  #industries #wrapper-industries div.box.active-hover .name:before {
    border-top: 20px solid #07d1e9;
}
#industries #wrapper-industries div.box .name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 47%;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

#industries #wrapper-industries div.box:first-child .name {
    background: #2e58a2;
}
#industries #wrapper-industries div.box:nth-child(2) .name {
    background: #2b72ae;
}
#industries #wrapper-industries div.box:nth-child(3) .name {
    background: #20b0d4;
}
#industries #wrapper-industries div.box:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#industries #wrapper-industries .box img {
    max-height: 100%;
    max-width: 100%;
    height: 82%;
}
#industries #wrapper-industries .box a:hover {
    text-decoration: none;
}
#industries #wrapper-industries .box .name {
    height: 110px;
    width: 100%;
    color: #fff;
    display: flex;
    display: -ms-flexbox;    
    justify-content: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    align-content: center;
    -ms-flex-align: center;
    text-transform: uppercase;
    border-top: 2px solid white;
    position: relative;
    cursor: pointer;
}

#industries #wrapper-industries .box .name h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
#industries .go-up {
    width: 63px;
    height: 37px;
    position: fixed;
    display: block;
    bottom: 0px;
    left: 50%;
    z-index: 200;
    margin-left: -31px;
    background: transparent url(../../../../../insegment-website.s3.amazonaws.com/wp-content/themes/insegment/css/images/go-up.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#industries .go-up.hidden {
    bottom: -74px;
}
#industries .go-up:hover:after {
    bottom: 0;
    opacity: 1;
}
#industries .go-up:after {
    background-image: url(../../../../../insegment-website.s3.amazonaws.com/wp-content/themes/insegment/css/images/go-up-hover.png);
    background-size: contain;
    display: block;
    width: 63px;
    height: 37px;
    position: absolute;
    bottom: -74px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    content: ' ';
}
#industries article {
    display: none;
    width: 54%;
    float: left;
} 
#industries {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
}
#industries #container {
    display: inline-block;
    width: 100%;
}
#industries .home {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #eeeeee;
}
#industries .home h2 {
    text-align: center;
    max-width: 1120px;
    margin: 70px auto 50px auto;
}
#industries h3 {
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    max-width: 1120px;
    margin: 0 auto;
}
#industries .home p {
    margin-top: 65px;
    margin-bottom: 120px;
    padding: 0;
}
#industries .title-line {
    border-bottom: 3px solid #26e5fd;
    width: 100px;
    margin: 30px auto 0 auto;
}
#industries article .basic-content {
    background: #eeeeee;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    float: left;
    clear: left;
}
#industries article .basic-content .content-wrapper {
    max-width: 690px;
    float: right;
    padding-right: 90px;
    padding-left: 10px;
    margin-bottom: 80px;
}
#industries article .basic-content .content-wrapper .buttons-wrapper {
    width: 50%;
    float: left;
    display: inherit;
    text-align: center;
}
#industries article .basic-content .content-wrapper p {
    padding: 0;
    display: inline-block;
}
#industries article .basic-content .content-wrapper p a.case-button {
    margin-bottom: 0;
}
#industries article .basic-content .insegment-button {
    background: url('../images/elipse.png') no-repeat center left 60px #26b548;
    border-radius: 0;
    padding: 10px 60px 10px 100px;
    height: auto;
    font-weight: bold;
    text-transform: uppercase;
    width: 285px;
    margin-top: 0;
}
#industries article .basic-content .insegment-button:hover, #industries article .basic-content .insegment-button:visited {
    color: #fff;
    text-decoration: none;
}
#industries article .basic-content .with-background {
    height: auto;
}
#industries article .basic-content .with-background h2 {
    line-height: inherit;
    margin-top: 70px;
}
#industries article .basic-content div {
    display: inline-block;
}
#industries .basic-side {
    background: #f9f9f9;
    width: 46%;
    float: right;
}
#industries .basic-side .blockLabels {
    padding-left: 80px;
    padding-top: 155px;
    max-width: 465px;
}
#whitepaperForm .blockLabels {
    padding-left: 0 !important;
}
#industries .basic-side .blockLabels .form-title {
    font-family: 'Lato';
    font-weight: 100;
    font-size: 28px;
    line-height: 26px;
    color: #736ebc;
    margin-bottom: 40px;
    display: inline-block;
}
#industries .basic-side .blockLabels p {
    font-family: 'Open Sans';
    color: #454545;
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 40px;
}
#industries .blockLabels .fields input, #industries .basic-side .blockLabels .fields textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #736ebc;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
}
#industries .fields {
    position: relative;
}
#industries .basic-side .fields textarea {
    height: 10em !important;
}
#industries .basic-side form .message {
    float: left;
}
#industries h2 {
    color: #2891d2;
    font-size: 40px;
    font-family: 'Lato';
    font-weight: 100;
    padding-left: 0;
}
#industries .case-button {
    background: url('../images/looking-glass.png') center left no-repeat #277ab1;
    color: #eeeeee;
    line-height: 65px;
    font-family: 'Open Sans','Arial Narrow', Arial, sans-serif;
    border-radius: inherit;
    box-shadow: none;
    margin-bottom: 20px;
    height: 65px;
    width: 285px;
    font-weight: bold;
    padding-left: 50px;
    display: inline-block;
}
#industries .case-button:hover span, #industries .case-button:hover {
    color: white;
    text-decoration: none;
}
#industries #wrapper-industries .box.active .image, #industries #wrapper-industries .box.active-hover .image {
    background-color: #26e5fd !important;
}
#industries #wrapper-industries #cotainer-6927 .image {
    background: url('../../../uploads/2015/12/financial-services-background.png') center center, url('../../../uploads/2015/12/financial-services-smartObjects.png') no-repeat center bottom 100px;
    background-color: #2b72ae;
}
#industries #wrapper-industries #cotainer-3414 .image, #industries #wrapper-industries #cotainer-9732 .image {
    background: url('../../../uploads/2015/12/high-tech-background.png') top center, url('../../../uploads/2015/12/high-tech-smartObjects.png') no-repeat center bottom 100px;
    background-color: #2b72ae;
}
#industries #wrapper-industries #cotainer-2119 .image {
    background: url('../../../uploads/2015/12/higher-education-background.png') top right, url('../../../uploads/2015/12/higher-education-smartObjects.png') no-repeat center bottom 100px;
    background-color: #20b0d4;
}
#industries .whitepaper-button {
    background: url('../images/whitepaper.png') center left 15px no-repeat #736ebc;
    border-radius: 0;
    box-shadow: none;
    line-height: 26px;
    width: 285px;
    padding-left: 65px;
    margin-top: 0;
    text-align: left;
}
#industries .whitepaper-wrapper {
    width: 100%;
    text-align: center;
}
#industries .whitepaper-button span {
    font-size: 14px;
    line-height: 18px;
    font-weight: inherit;
    font-family: 'Open Sans','Arial Narrow', Arial, sans-serif;
}
#industries .whitepaper-button span:first-child {
    font-weight: bold;
}
#industries .whitepaper-button .arrow {
    display: none;
}
#industries .basic-side button.navy {
    background: #736ebc;
    border-radius: 0;
    margin: 10px auto 20px auto;
    padding: 4px 30px;
    height: auto;
    float: left;
}
@media (max-width: 1440px) {
    #industries #wrapper-industries .image {
        background-position: center center,center bottom !important;
    }
    #industries .main-slide .wrapper {
        align-items: inherit;
        -webkit-align-items: inherit;
        -ms-flex-align: inherit;
    }
    #industries .main-slide .wrapper .content {
        margin-top: 50px;
    }
}
@media (max-width: 800px) {
    #industries article {
        width: 100%;
    }
    #industries .fa-long-arrow-down {
        display: none;
    }
    #industries .go-up {
        display: none;
    }
    #industries nav.navbar {
        position: absolute;
    }
    #industries .main-slide {
        position: inherit;
        height: 110px;
    }
    #industries .main-slide #logo {
        background: none;
        /*position: inherit;*/
    }
    #industries .main-slide #logo img {
        visibility: visible;
    }
    #industries nav.navbar .navbar-toggle .icon-bar {
        background-color: #000;
        height: 5px;
    }
    #industries .box {
        width: 100% !important;
        height: auto !important;
    }
    #industries #wrapper-industries .box .image {
        display: none;
        height: 500px !important;
    }
    #industries #wrapper-industries .box .name {
        border: none;
    }
    #industries .main-slide .container {
        display: none;
    }
    #industries #wrapper-industries {
        height: auto;
    }
    #industries #wrapper-industries .box.extend {
        height: auto !important;
    }
    #industries #wrapper-industries .box.extend img {
        display: block;
        height: auto;
        max-height: 500px;
    }
    #industries article .basic-content, #industries .basic-side {
        width: 100%;
    }
    #industries .basic-side {
        padding: 50px 30px 0 30px;
    }
    #industries article .basic-content .content-wrapper {
        padding: 20px 30px 0 30px;
        max-width: 100%;
    }
    #industries article .basic-content .content-wrapper div:nth-child(2) {
        width: 100%;
    }
    #industries .home {
        display: inline-block;
        text-align: left;
        padding: 0 30px;
    }
    #industries .home h2 {
        text-align: left;   
    }
    #industries .basic-side .blockLabels {
        max-width: 100%;
        padding: 0;
    }
    #industries button.navy {
        float: none;
    }
    #industries nav.navbar .container-fluid .navbar-header .navbar-toggle {
        padding: 0;
        margin: 40px 60px;
    }
    #industries #cotainer-2119 article .basic-content .content-wrapper p {
        width: auto;
    }
    #industries article .basic-content .content-wrapper p {
        width: 100%;
    }
    #industries article .basic-content .content-wrapper .buttons-wrapper p {
        text-align: center;
    }
    #industries #wrapper-industries div.box:nth-child(2) {
        border: none;
    }
    #industries article .basic-content .content-wrapper .buttons-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #industries article .basic-content div.whitepaper-button {
        display: inherit;
        margin: 0 auto;
    }
    #industries .case-button {
        margin-bottom: 0
    }
    #industries .case-button:last-child {
        margin-bottom: 20px;
    }
}