

/* ---------------------------------------  General -----------------------------------------------*/

.container { width:100%!important; max-width:2900px!important;}
.body-content { padding-left: 0; padding-right: 0; }
.body-content article[role="main"]{margin-bottom:0;}

body {
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility;}

/*
nav.container {
    width: 100%;
    max-width: 1140px!important;
    margin: 0 auto;}
*/


.global_transition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.try-now-cta {    
    background-color: #f28830;
    color: #fff !important;
    text-decoration: none;
    text-transform:uppercase;
    padding:8px 23px;
    font-size: 14px;
    margin:0 3px;
    line-height:50px; 
    font-weight:300;}

.try-now-cta:hover { background-color:rgba(255, 255, 255, 1); color:#f28830!important; text-decoration:none;}


.learn-more-cta {    
    background: rgba(40,150,211,1);
    padding:8px 25px;
    color: #fff !important;
    width:auto;
    text-align:center;
    text-decoration: none;
    font-size: 14px;
    font-weight:400;
    text-transform:uppercase;}

.learn-more-cta:hover { background: rgba(40,150,211,.8); text-decoration:none;}

/* ==========================================================================
Animations
========================================================================== */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
@-webkit-keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }
@-webkit-keyframes fadeInUpDelay {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpDelay {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUpDelay { -webkit-animation-name: fadeInUpDelay; animation-name: fadeInUpDelay; animation-delay: 1s; -webkit-animation-delay: 1s; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInUpD {
    0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpD {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUpD { -webkit-animation-name: fadeInUpD; animation-name: fadeInUpD; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD { visibility: visible; }

/* ==========================================================================
Animations END
========================================================================== */


/* ============================================================================================================ */
/* =============================================     SLick Slider     ========================================= */
/* ============================================================================================================ */
.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.dbi-carousel-container,
.slick-slider {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 10px auto 40px;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    cursor: pointer;
    display: block;
    outline: 0
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.dbi-carousel-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

/* SLick Arrows */


.slick-arrow {
  opacity:0.2;
  z-index: 200;
  border:none;
  top: -15px;
  position:absolute;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slick-arrow:hover {
  opacity:1;
}

.slick-prev {
    left: -128px;  
    height:106px;
    width: 56px;
    background: url(Images/home/slick-arrow-left.png) no-repeat;
}

.slick-next {
    right:-128px;
    height:106px;
    width: 56px;
    background: url(Images/home/slick-arrow-right.png) no-repeat;
}

.slick-dots {display:none!important;}


/* LARGE DESKTOP / DISPLAY */
@media only screen and (min-width: 1141px) {

    .slick-prev {left:-20%;}
    .slick-next {right:-20%;}

}

/* LAPTOP / DESKTOP */
@media only screen and (min-width: 881px) and (max-width: 1140px) {

    .slick-prev {left:-5%;}
    .slick-next {right:-5%;}

}


/* TABLET PORTRAIT */
@media only screen and (min-width: 569px) and (max-width: 880px) {
    .slick-prev {left:10%;}
    .slick-next {right:10%;}

}

.dbi-carousel-container .slider-for blockquote{text-align:center;padding:0;margin:0;border-left:none!important}
#dbi-page-slider span.dbi-page-client-info {display:block; text-align:center; }
#dbi-page-slider span.dbi-page-client-info#profile-name {font-size:18px; }
#dbi-page-slider span.dbi-page-client-info#profile-title { font-size: 14px; color: #707070; }
#dbi-page-slider span.dbi-page-client-info#profile-company {font-size:18px; }


#dbi-page-slider .slick-slide span.dbi-page-client-info {opacity:.4;}
#dbi-page-slider .slick-center span.dbi-page-client-info {color:#3a3a3a;font-weight:500; opacity:1;}
.mobile-only-div {display:none;}
#dbi-page-slider .slider-cta a.case-study-cta {
    font-weight: 400;
    font-size: 12px;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #2896d3;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}

.dbi-carousel-container .slider-for blockquote p {
    width: 90%;
    margin: 20px auto!important;
    font-size: 18px;
    line-height: 25px;
    color: #3a3a3a;
}

.dbi-carousel-container .slider-for .case-study-cta {
    font-weight: 400;
    font-size: 12px;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #2896d3;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase
}

blockquote small {

    float: right;
    margin-top: -20px;
    margin-right:20px;
}

.quote-slider-img {
    width: 80% !important;
    max-width: 300px;
    height: auto;
    opacity: 1 !important;
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}



.slick-initialized .slick-slide img,
.slick-slide.slick-active.slick-center img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-slide.slick-active.slick-center img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media only screen and (min-width:0) and (max-width:568px) {
    .slider.slider-for blockquote img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    .slider-nav {
        display: none
    }
    .quote-slider-img {
        opacity: 1!important;
        -webkit-filter: grayscale(0)!important;
        filter: grayscale(0)!important;
    }
    .dbi-carousel-container .slider-for blockquote p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px
    }
}

/* ---------------------------------------  EXPLORE -----------------------------------------------*/

.link_filler_class a { 
    display:inline-block;
    width:100%;
    cursor:pointer!important;
    height:100%;}

.dbi-explore-section {background-color:#2896d3; text-align:center;padding: 10px; width:100%; border-bottom: solid 10px #414042; margin-bottom:-30px;}
.explore-grid {
  width: 100%;
  max-width: 1140px;
  margin:30px auto;
  padding: 0;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  align-content:space-around;
  }

#explore-h1 {color:#fff; margin: 40px 0;}
  .dbi-explore-tile {
    text-align:center;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width: 33%;
    height:100%;
    min-height:220px;}

a.link_filler_class { position: absolute; width: 22%;  margin: 0 auto; height: 190px; }
.dbi-explore-tile:hover {  background-color:rgba(0,0,0,0.1);  }
.dbi-explore-tile p {margin-top:40px; color:#fff; text-transform:capitalize; font-weight:300;opacity:1; order:1;}
.dbi-explore-tile img  {order:2;max-height:60px;width:auto;}
.dbi-explore-tile span {opacity:0; color:#fff; margin-top:10px; order:3;}
.dbi-explore-tile img, .dbi-explore-tile p, .dbi-explore-tile span  { -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.dbi-explore-tile:hover p {margin-top:0; margin-left:0; font-weight:400;}
.dbi-explore-tile:hover img {margin-top:0; margin-left:0; max-height: 50px; width: auto;}
.dbi-explore-tile:hover span {opacity:1;}
#explore-tile-a {border-right:solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5); }
#explore-tile-b {border-right:solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-c {border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-d {border-right:solid 1px rgba(255,255,255,0.5);}
#explore-tile-e {border-right:solid 1px rgba(255,255,255,0.5);}

/* TABLET PORTRAIT */
@media only screen and (min-width: 569px) and (max-width: 880px) {

.dbi-explore-tile { width: 49%; }
#explore-tile-a {border-right:solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5); }
#explore-tile-b {border-right:none!important; border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-c {border-bottom: solid 1px rgba(255,255,255,0.5); border-right:solid 1px rgba(255,255,255,0.5); }
#explore-tile-d {border-right:none; border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-e {border-right:solid 1px rgba(255,255,255,0.5);}
}

   /* MOBILE */
@media only screen and (min-width: 0) and (max-width: 568px) {

.mobile-remove {display:none;} 
.dbi-explore-tile {  width:100%; height:75px!important; flex-direction:row; justify-content: flex-start;  min-height:0; margin:0 auto; }
.dbi-explore-tile span {text-align:left; }
.dbi-explore-tile span br {display:none; }
a.link_filler_class {width: 90%;  height: 50px;}
.dbi-explore-tile p {font-size:14px; opacity: 1; display:inherit; order:2; margin-top: 20px; margin-left: 10px; text-align:left; }
.dbi-explore-tile img {padding-left:10px;height:35px; width:auto; order:1;}
.dbi-explore-tile span  {font-size:14px!important; display:none; order:3; margin-top: 5px; margin-left: 10px;}
.dbi-explore-tile:hover p { display:none; order:3;}
.dbi-explore-tile:hover img { height:40px; width:auto;}
.dbi-explore-tile:hover span {display:inherit;order:2;}
#explore-tile-a {border-right:none; border-bottom: solid 1px rgba(255,255,255,0.5); }
#explore-tile-b {border-right:none; border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-c {border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-d {border-right:none; border-bottom: solid 1px rgba(255,255,255,0.5);}
#explore-tile-e {border-right:none; border-bottom: solid 1px rgba(255,255,255,0.5);}
}


/* ============================================================================================================ */
/* =============================================  About Us  Page CSS  ========================================= */
/* ============================================================================================================ */

.banner#about-us-main-banner {
    background-image: url(Images/about/About-Us-Main-Banner.jpg);
    background-position:40%;
    background-size:cover;
    margin-top:-30px;}
.about-us-banner-text {    
    max-width: 600px;
    transform: translateY(-50%);
    position: relative;
    width: 100%;
    float: right;
    top: 58%;
    z-index: 1;}
.about-text-block {
    padding: 20px;
    background: rgba(40,150,211,.8);
    color:#fff;}
.section-title{ font-size: 32px;margin-bottom: 15px;line-height: 1.1;}
h1.banner-h1 {
    font-size:34pt;
    margin: 0;
    padding: 15px 0;}
.banner-cta-span {
    margin-left: 25%!important;}
.about-us {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width:800px;
    margin: 0 auto;
    padding:0 10px;}

#troy-bio {display:flex; flex-direction:inherit; margin-bottom:40px; flex-wrap: wrap;}
#troy-profile-pic {display:flex; flex-direction: column; width:25%; order:2; align-self:center;}
#troy-profile-copy {width:70%; order:1; padding: 0 20px 0 0; text-align:left; line-height:25px;}

/*
#about-bio-1 {display: flex;  width:50%;padding:10px; }
#about-bio-2 {width:50%;}
*/

.sub-banner {
    width: 100%;
    height: auto;
    margin: 50px 0;
    text-align: center;}
.about-us-sub-copy {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 20px;
    line-height: 26px;}
#troy-marchand {
    height:auto;
    width:100%;
    max-width:200px;
    border-radius: 50%;
    margin:0% auto 20px;}

#about-laptop, #about-tablet {
    position: absolute;
    z-index: -1;}
#devices-laptop, #devices-tablet {display:none;}
#devices-laptop{
    width: 100%;
    max-width:200px;
    height: auto;
    float:left;}
#about-laptop {     
    left: 67%;
    top: 973px;
    width: 100%;
    max-width: 600px;
    height: auto;}
#devices-tablet{
    width: 100%;
    max-width:100px;
    height:auto;
    float:right;}
#about-tablet {     
    right: 81%;
    top: 1200px;
    width: 100%;
    max-width: 223px;
    height:auto;}
#about-us-intro-p {text-align:left; line-height:25px;}
#cust-sect-chemistry {
    width: 100%;
    height: auto;
    max-width: 69px;
    margin:0 auto;}
.about-us-history {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 10px;}
#history-of-innovation {
    background-image: url(Images/about/icons/innovation-bg.png), url(Images/about/icons/innovation-bg2.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size:contain, contain;
    background-color:rgba(255,255,255,0) !important;
}
.about-us-timeline {    
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin:0 auto;}
.about-us-timeline img {    
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto -20px;
    padding: 0 0 100px;}
#timeline-desktop {display:inherit;}
#timeline-mobile {display:none;}
.banner#about-us-customer-banner {
    background-image: url(Images/about/Customer-section.jpg);
    background-position:70%;
    background-size:cover;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;}
#about-commit-h1{padding-bottom: 20px; color:#fff;}
.customer-section-content {  width:100%; max-width:600px; padding:0 20px;}
.customer-section-content h1, .customer-section-content p, #cust-section-content-quote small { color:#fff;}
#cust-section-content-quote small {float:left;}
#cust-section-content-quote {width:100%; max-width:500px;}
#cust-section-content-quote blockquote {border-left:none; padding:0; font-style:italic;}
#cust-section-content-cta {width:100%; text-align:center;}
a.our-cust-cta {
    background-color:#2896d3;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 23px;
    font-size: 14px;
    line-height: 80px;
    font-weight: 400;}
a.our-cust-cta:hover {
    background-color:#fff;
    color: #2896d3 !important;}
.dbi-great-software {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding:60px 10px 80px;}
div#great-software-item-1 p {
    margin: 40px 0;}
.about-us-contact {margin: 0 auto; padding:20px 10px;}
/* XLARGE DESKTOP / DISPLAY */
@media only screen and (min-width:1600px) {

    #about-tablet {     
    right:75%;}

}
/* TABLET PORTRAIT */
@media only screen and (min-width: 569px) and (max-width: 1170px) {
    #history-of-innovation {
    background-image: url(Images/about/icons/innovation-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size:contain; }
    #about-laptop, #about-tablet {display:none;}
    #devices-laptop, #devices-tablet {display:inherit;}}

/* MOBILE PORTRAIT */
@media only screen and (min-width:0) and (max-width: 568px) {
    .banner#about-us-main-banner { background-position: 93%;}
    h1.banner-h1 {font-size: 28px;}
    .about-text-block { background: rgba(40,150,211,1);}
    #troy-profile-pic {width:100%;}
    #troy-profile-copy {width:100%; margin-left:0; text-align:center;}
    #about-us-intro-p {text-align:center; }
    .banner#about-us-customer-banner {height:530px;}
    .banner-cta-span {margin: 0!important;float: none!important; }
    .customer-section-content {text-align: center; padding: 0 10px;}
    #cust-section-content-cta {text-align:center;}
    #timeline-desktop {display:none;}
    #timeline-mobile { display: inherit;  margin: 0 auto; width: 75%;}
    .about-us-banner-text { text-align: center; }
    #about-laptop, #about-tablet {display:none;}
    #devices-laptop, #devices-tablet {display:inherit;}}

/* ============================================================================================================ */
/* =============================================  About Us  FORM  ========================================= */
/* ============================================================================================================ */

.about-us-contact {width:100%; height:auto;}
#contact-us-header {width:100%; max-width:800px; margin:60px auto 0 auto; text-align:center;}
#contact-us-form-section {display:flex; justify-content:space-between; align-items:flex-start; width:100%; max-width:900px; margin:0 auto;}
#form-section-1 {
    width: 27%;
    padding-top: 30px;
    text-align: left;
    padding-left: 20px;
    min-width: 190px;
    text-align: left;}
#form-section-2 {width:73%;}
#about-contact-form {height:100%; min-height:700px;}



/* MOBILE PORTRAIT */
@media only screen and (min-width: 0) and (max-width: 568px) {

	#contact-us-form-section {  width: 100%; flex-wrap: wrap;}
	#form-section-1 {text-align:center; order:2; padding:0 10px;}
    #form-section-2 {order:1;}
	#form-section-1, #form-section-2, #section-2-a, #section-2-b {  width: 100%; }}

/* ============================================================================================================== */
/* ========================================== Customers Page Banner  ============================================ */
/* ============================================================================================================== */


.banner.customers-page-banner {
		background-image: url('Images/about/customers/Customers-Page-Banner.jpg');
        background-position:100%;
        margin-top:-30px;}
.customers-page-banner-text {
        transform: translateY(-50%);
        position: relative;
        width: 100%;
        max-width: 600px;
        float: right;
        top: 58%;}
.customers-page-banner-text-block {
        padding: 20px;
        background: rgba(40,150,211,.8);
        color: #fff;}
span.customers-page-banner-cta-span {
    margin: 0 auto 0 22%!important;}
a.try-now-cta#customers-page-banner-cta {
        background-color: #f28830;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px 23px;
        font-size: 14px;
        margin: 0 3px;
        line-height: 90px;
        font-weight: 300;}
 a.try-now-cta#customers-page-banner-cta:hover {  background-color: #fff; color:#f28830;}

 @media only screen and (max-width: 568px) and (min-width: 0) {
    .customers-page-banner-text {text-align: center; }
    .customers-page-banner-text-block {background: rgba(40,150,211,.9);  width: 100%; text-align: center; padding: 20px;}
    h1.banner-h1 {font-size: 28px!important;}
    h2.banner-h2 {font-size: 18px!important;}
    span.customers-page-banner-cta-span {  float: none!important; margin:0!important;}

 }
 #customers-page-sub-banner {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    text-align: center;}
.customers-page-subcopy {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 20px;
    line-height: 26px;}
.customer-grid {
    width: 100%;
    max-width: 1140px;
    margin: 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;}
#customer-logo-grid {padding:30px 10px;}
span.customer-grid-item {
    text-align: center;
    width: 20%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;}
span.customer-grid-item img {    
    width: 100%;
    height: auto;
    max-width: 150px;
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
span.customer-grid-item:hover img {    
    opacity:1;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);}
/* LAPTOP / DESKTOP */
@media only screen and (min-width: 881px) and (max-width: 1140px) {
    span.customer-grid-item{ width: 16.5%;}
    span.customer-grid-item img {width: 80%; }

}

/* TABLET PORTRAIT */
@media only screen and (min-width: 569px) and (max-width: 880px) {
    span.customer-grid-item { width: 25%;}
    span.customer-grid-item img {width: 80%; }
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 481px) and (max-width: 568px) {
    span.customer-grid-item { width: 33%;}
    span.customer-grid-item img { width: 80%;}
}

/* MOBILE PORTRAIT */
@media only screen and (min-width: 0) and (max-width: 480px) {
    span.customer-grid-item { width: 50%;}
    span.customer-grid-item img {width: 80%; }
}

/* ============================================================================================================== */
/* ===================================== Customers Page Banner Ends  ============================================ */
/* ============================================================================================================== */



/* ============================================================================================================ */
/* =============================================  Contact Us  FORM  ========================================= */
/* ============================================================================================================ */

.contact-us-form {width:100%; height:auto;}
#contact-us-form-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
    padding: 0 20px;}
#contact-us-form-section-1 {
    width: 25%;
    min-width:185px;
    font-size: 14px;
    line-height: 20px;
    margin:20px auto 30px;
    text-align: left;
    padding-top: 20px;
    order: 1;}
#contact-us-form-section-2 {width:75%; order:2; margin:20px auto 0;}
#contact-details {
    text-align: left;
    margin: 30px 0 0 55px;
    border-top: solid 1px #dedede;
    width: 70%;
    padding-top: 20px;}
#contact-details p {text-align:left; margin:3px 0!important;}
#contact-details a {color:rgba(40,150,211,1); }
#contact-us-iframe {height:100%; min-height:850px!important;}

/* MOBILE PORTRAIT */
@media only screen and (min-width: 0) and (max-width: 568px) {
    iframe {height:100%; min-height:700px!important;}
	#contact-us-form-section {  width: 100%; flex-wrap: wrap; margin: 0 auto 30px;}
	#contact-us-form-section-1 {text-align:center; padding:0 10px; order:2;}
    #contact-us-form-section-2 {order:1;}
	#contact-us-form-section-1, #contact-us-form-section-2 {  width: 100%; }
    #contact-details { text-align: center;  margin: 30px auto;  width: 70%; padding-top: 20px;}
    #contact-details p { margin: 15px 0!important; text-align:center;}
}


/* ============================================================================================================= */
/* ====================================== 25th Anniversary Page Banner  ======================================== */
/* ============================================================================================================= */

#twenty5-intro-p  {text-align:center; line-height:25px;}


.t5-cta, .t5-cta:visited {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    min-width: 100px;
    max-width: 170px;
    padding: 7px;
    min-height: 30px;
    font-size: 14px;
    margin: 3px auto;
    background: #2897d3;
    border:solid 1px #2897d3;
    text-decoration: none;
    text-transform: uppercase;
}

.t5-cta:focus, .t5-cta:hover, .t5-cta:active {
    color:#2897d3;
    background: #fff;
    text-decoration: none;
}

#awards-cta {color:#fff; background: #2897d3;}
#awards-cta:hover {color:#2897d3;
    background: #fff;}


.t5-cta-b, .t5-cta-b:visited {
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    min-width: 100px;
    max-width: 170px;
    padding: 7px;
    min-height: 30px;
    font-size: 14px;
    margin: 3px auto;
    background-color: #f28830;
    border:solid 1px #f28830;
    text-decoration: none;
    text-transform: uppercase;
}

.t5-cta-b:focus, .t5-cta-b:hover, .t5-cta-b:active {
    color:#f28830;
    background: #fff;
    text-decoration: none;
}

.promo-banner {
    background-repeat: no-repeat;
    height: 300px;
}

.promo-banner#twenty-five-banner {
    background:#011128;
    /*background-image: url(Images/about/twenty-five/25-banner.jpg);
    background-position: 15%;*/
    background-size: cover;
    margin-top: -30px;
}


.t5-banner-text {
    text-align: center;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.t5-text-block {
    padding: 20px;
    display: inline-block;
}

.t5-text-block img {
    width:100%;
    max-width:500px;
    margin:0 auto;
}

.t5-sub-banner {
    width: 100%;
    height: auto;
    margin: 50px 0 20px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight:500;
}

#t5-feature-sect {margin:30px 0 20px;}

#twenty5-timeline img {padding:0 0 50px!important;}
.t5section-title {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 200;
    color: #428bca;}

.t5-lp-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 10px 20px;
}

#employee-testimonials {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
}

.emp-test-item {
    width: 33%;
    min-width: 200px;
    min-height: 206px;
    margin: 10px;
    display: flex;
    border-radius: .25rem;
    background: linear-gradient(rgba(40,150,211,.8),rgba(40,150,211,1));
}

#t5-emp-quote {
    border-left: none!important;
    align-self: center;
    display: flex;
    margin: 0;
}

#t5-emp-quote p {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    text-align:left;
    align-self: center;
}
#t5-emp-quote small {
    color: #dedede;
}

.t5-triple-content-logo {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:center;
}

.t5-logo-item-a {
    width: 100%;
    max-width: 110px;
    padding: 10px;
}

.t5-logo-item-b {
    width: 65%;
    text-align: left;
    margin: 0 20px;
}

.t5-logo-item-c {
    width: 10%;
    min-width:130px;
}

#t5-quote {
    padding: 5px 20px;
    margin: 20px auto;
    border-left: 10px solid #2897d3;
    text-align: left;
    max-width: 700px;
}
#t5-quote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
    font-style: italic;
}

#t5-quote small {
    float:left;
    color:#6a6a6a;
}

#t5-timeline-mobile {
    display:none;
}

/* TABLET PORTRAIT */
@media only screen and (min-width: 569px) and (max-width: 880px) {

    .t5-lp-section {padding: 20px 10px;}

    .t5-logo-item-c {
    width: 50%;
    min-width: 130px;
    float: left;
    text-align: left;
    margin-left: 8%;}
    
}


/* MOBILE LANDSCAPE */
@media only screen and (min-width: 0) and (max-width: 568px) {

  .emp-test-item {width:100%;}

  #t5-timeline-mobile {
    display: inherit;
    margin: 0 auto;
    width: 75%;
    margin-right: 4%;}
  .t5section-title {font-size:22px; }
  .t5-logo-item-a, .t5-logo-item-b, .t5-logo-item-c {width:90%; margin:0 auto;}
}


.twenty5-blog {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: colorchange 15s cubic-bezier(0.76, 0.35, 0.04, 1.04) infinite; /* animation-name followed by duration in seconds*/
    -moz-animation: colorchange 15s cubic-bezier(0.76, 0.35, 0.04, 1.04) infinite; /* animation-name followed by duration in seconds*/
    animation: colorchange 15s cubic-bezier(0.76, 0.35, 0.04, 1.04) infinite; /* animation-name followed by duration in seconds*/
    margin-top: -10px;
}

@-webkit-keyframes colorchange
    {
      0%   {background:#011128; transform: rotateY(0deg);}
      20%  {background:#ee862d; transform: rotateY(360deg);}
      40%  {background:#2896d3; transform: rotateY(0deg);}
      60%  {background:#D91E18; transform: rotateY(360deg);}
      80%  {background:#64d0ff; transform: rotateY(0deg);}
      100% {background:#011128; transform: rotateY(360deg);}
    }
@-moz-keyframes colorchange
    {
      0%   {background:#011128; transform: rotateY(0deg);}
      20%  {background:#ee862d; transform: rotateY(360deg);}
      40%  {background:#2896d3; transform: rotateY(0deg);}
      60%  {background:#D91E18; transform: rotateY(360deg);}
      80%  {background:#64d0ff; transform: rotateY(0deg);}
      100% {background:#011128; transform: rotateY(360deg);}
    }

@keyframes colorchange
    {
      0%   {background:#011128; transform: rotateY(0deg);}
      20%  {background:#ee862d; transform: rotateY(360deg);}
      40%  {background:#2896d3; transform: rotateY(0deg);}
      60%  {background:#D91E18; transform: rotateY(360deg);}
      80%  {background:#64d0ff; transform: rotateY(0deg);}
      100% {background:#011128; transform: rotateY(360deg);}
    }



/* ============================================================================================================= */
/* ============================================= Awards Page Banner  =========================================== */
/* ============================================================================================================= */
.nonstandard-award {display:flex;}
 #nonstandard-left {width:20%;}
 #nonstandard-left img {width:100%; padding:10px;}
 #nonstandard-right {width:78%; align-self:center; padding-left:10px;}


/* MOBILE LANDSCAPE */
@media only screen and (min-width: 0) and (max-width: 568px) {
 .nonstandard-award {flex-wrap:wrap;}
 #nonstandard-left {width:100%;}
 #nonstandard-left img {max-width:180px;}
 #nonstandard-right {width:100%; align-self:center; padding-left:10px;}

}

/* ============================================================================================================ */
/* =============================================  NEWS AND PRESS PAGE ========================================= */
/* ============================================================================================================ */

.banner.news-and-press {
    background-image: url('Images/about/news/news-and-press-banner.jpg');
    background-position:center 45%;
    background-size:cover;
    margin-top: -30px;
}
.news-and-press-banner-text {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    top: 28%;
}
.news-and-press-text-block {
    padding: 20px 20px 40px;
    background: rgba(40, 150, 211, .9);
    color: #fff;
}


.news-and-press-sub-head {
    width: 100%;
    margin: 0 auto 25px;
    color: #fff;
    background-color: rgba(40, 150, 211,1);
    display:flex;
    padding:10px;
    -webkit-box-shadow: 0px 4px 51px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 4px 51px 0px rgba(179,179,179,1);
    box-shadow: 0px 4px 51px 0px rgba(179,179,179,1);
}

.sub-section-1 {
    width:33.33%;
}

.news-and-press-sub-section {
    width:33.33%;
    display: flex;
    justify-content:center;
    
}

.news-cta-copy {
    align-self: center;
    margin: 0 0 0 5px;
}

.archived-cta-copy {
    display: flex;
    justify-content:flex-end;
    width:33.33%;
    padding-right:40px;
}

.archived-news-ul {
    text-align: left;
    width: 320px;
    margin: 0 auto;
}

.new-cta-icon {
    height: 40px;
    width: 40px;
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 0) and (max-width: 568px) {

    .sub-section-1 {display:none;}
    .news-and-press-sub-section {width: 75%; justify-content:flex-start;}
    .archived-cta-copy { width:25%;padding-right:10px; justify-content:flex-end;}
    .new-cta-icon {width:30px; height:30px;}

}