/* remove page jump by turning on vertical scroll for all pages */
html {
  overflow-y: scroll; 
}

/*********************************
Invert Logo color on fixed header
*********************************/
.et-fixed-header #logo {
  min-height: 70px;
}


/* Contact Form - Success Message */
.et-pb-contact-message p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

/* Begin */

/* Remove gray bar on mobile menu */
@media (max-width: 980px) {
  .et_header_style_centered #main-header .mobile_nav {
    background-color: rgba(0,0,0,.00);
    }
}


@media only screen and ( min-width:981px ) {
  /* Set the slider height on desktop */

  .et_pb_slider,
  .et_pb_slider .et_pb_container {
    height: 600px !important;
  }

  .et_pb_slider,
  .et_pb_slider .et_pb_slide {
    max-height: 600px;
  }

  /*.et_pb_slider .et_pb_slide_description {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  } */
}

@media only screen and ( max-width:980px ) {
  /* Set the slider height on mobile */

  .et_pb_slider,
  .et_pb_slider .et_pb_container {
    height: 300px !important;
  }

  .et_pb_slider,
  .et_pb_slider .et_pb_slide {
    max-height: 300px;
  }

  .et_pb_slider .et_pb_slide_description {
    position: relative;
    top: 25%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }  
  
}



.select_page { visibility: hidden; }

.et-dropcap {
  font-size: 44px;
  line-height: 0.7px;
  color: rgba(50,200,207,0.8);
  margin: 19px;
  text-indent: 0px;
  border-width: 0px;
  opacity: 0.5;
}

.et_fixed_nav #logo {
  max-height: 90px;
  padding:10px !important;
}
.et-fixed-header #logo {
  max-height: 45px;
}



/*
.clients-blurb {
  transition: ease-in-out 0.4s;
}
*/

.clients-blurb:hover {
  background-color: rgba(14,142,234,0.6);
}

.clients-blurb,
.clients-blurb h4,
.clients-blurb .et-pb-icon {
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
}

/*
.clients-blurb h4 {
  color: #2ea3f2!important;
  font-weight: 700;
}
*/

.clients-blurb:hover {
  background-color: #2ea3f2;
  color: #fff;
}

.clients-blurb:hover h4 {
  color: #275c80!important;
}

.clients-blurb:hover .et-pb-icon {
  color: #fff!important;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.clients-blurb-align-bottom .et_pb_column {
  padding-bottom: 50px;
}

.clients-blurb-align-bottom .et_pb_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/* Case Study Blurb Styling*/

/*******  BLURB STYLES  *******/
.case-study-blurb img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
}
.case-study-blurb {
    border: none !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
    -webkit-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
    -moz-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
    -o-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
}
.case-study-blurb:hover {
  box-shadow: 0 40px 100px rgb(212, 215, 217);
  -webkit-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -moz-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -o-box-shadow: 0 40px 100px rgb(212, 215, 217);
}
.case-study-blurb:hover img {
    -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
    -webkit-transition: all 1000ms cubic-bezier(0.170, 0.690, 0.470, 0.995); 
    -moz-transition: all 1000ms cubic-bezier(0.170, 0.690, 0.470, 0.995); 
    -o-transition: all 1000ms cubic-bezier(0.170, 0.690, 0.470, 0.995); 
    transition: all 1000ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */
}
.case-study-blurb .et_pb_main_blurb_image {
    margin-bottom: 20px;
    text-align: center;
}
/**** BLURB LINK ***/
.blurb_link {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.blurb_link:hover {
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}