.box-shadow-blue-light {
    -webkit-box-shadow: 0px 0px 30px 1px rgba(230,240,245,1);
    -moz-box-shadow: 0px 0px 30px 1px rgba(230,240,245,1);
    box-shadow: 0px 0px 30px 1px rgba(230,240,245,1);}

.purple-button {
    text-transform: uppercase;
    background-color: #6c469c;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

#wrapper-blog-section{
    padding: 45px 0;
    padding: 65px 0 55px 0;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 54%, #e6f0f5 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 54%,#e6f0f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 54%,#e6f0f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.featured-blog-entry {
}

.featured-blog-entry-image {
    height: 225px;
    background-position: top;
    background-size: 100% auto;
}

.featured-blog-entry-meta {
    background-color: #202833;
    height: 95px;
    padding: 25px 20px;
    position: relative;
}

.featured-blog-entry-title {
    color:#fff;
    position: absolute;
    bottom: 25px;
    z-index: 9999;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #3b9dcc;
    padding: 0 0 10px 0;
}

.featured-blog-entry-description {
    color: #fff;
    line-height: 1.7em;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.featured-blog-entry-read {
    position: absolute;
    bottom: 25px;
    right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    z-index: 25;
}

.featured-blog-entry-read a {
    color: #3b9dcc;
}

.featured-overlay-thingy {
    position: absolute;
    height: 60px;
    left: 0; bottom: 0; right: 0;
    z-index: 20;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,202833+19&0+0,1+50 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(32,40,51,0.38) 19%, rgba(32,40,51,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(32,40,51,0.38) 19%,rgba(32,40,51,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(32,40,51,0.38) 19%,rgba(32,40,51,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#202833',GradientType=0 ); /* IE6-9 */
}

#search-articles {
    height: 320px;
    background-color: #3b9dcc;
    padding: 40px 20px;
}

#search-articles h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: 1.5px;
}

#search-articles select:focus {
    outline: 0;
}

#search-articles #s,
#search-articles select {
    height: 45px;
    line-height: 40px;
    border: 0;
    width: 100%;
}

#search-articles #s {
    width: calc(100%);
    padding: 0 15px;
    margin: 0 0 20px 0;
}

#search-articles #select-wrapper {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

#update-search-articles {
}

.blog-entry {
    margin: 0 0 20px 0;
}

.blog-entry-image {
    background-color: #ebebeb;
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: center;
}

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

.blog-entry-title {
    height: 140px;
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
}

.blog-entry-title a {
    color: #3b9dcc;
}

@media (max-width: 768px) {
    .featured-blog-entry-meta {
        height: 220px;
    }
    #search-articles {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 480px) {
    .featured-blog-entry-image {
        height: auto;
    }

    .featured-blog-entry-image img {
        width: 100%;
        height: auto;
    }

    .blog-entry-title {
        font-size: 14px;
    }
}

#wrapper-follow-us {
    padding: 40px 0;
    overflow: hidden;
}

.follow-us-block {
    background-color: #e8ecee;
    height: 280px;
    padding: 30px 20px;
    color: #858c8f;
}

.follow-us-block-blue {
    background-color: #3b9dcc;
    width: 100%;
    height: auto;
    text-align: center;
}

.follow-us-block-title {
    height: 50px;
    border-bottom: 1px solid #c9d6dc;
    font-size: 15px;
    text-transform: uppercase;
    color: #3b9dcc;
    margin: 0 0 20px 0;
}

.follow-us-block-content p {
    margin: 0 0 20px 0;
}

.follow-us-block-content input[type=text] {
    width: 100%;
    padding: 20px 10px;
}

.follow-us-block-content input[type=submit] {
    border: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .follow-us-block {
        height: 293px;
        margin: 0 0 20px 0;
    }
}


#prodblock-content-2-inner,
.prodblock-content {
    overflow: hidden !important;
}


/* Utility Classes
------------------------------------------------------------------------------*/
.wrapper {
    padding: 80px 0;
}
.three-columns-wrapper.wrapper {
  padding: 50px 0 60px 0;
}
.three-columns-wrapper.wrapper .section-title {
    margin: 0 0 45px !important;
}
.wrapper .contain {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}
.text-center {
    text-align: center;
}
.gradient--light-blue {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dfecf2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfecf2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dfecf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfecf2',GradientType=0 ); /* IE6-9 */
}

/* Typography
------------------------------------------------------------------------------*/
.section-title {
    margin: 0 0 60px !important;
}
.content-area {
    line-height: 1.75 !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
}
.content-area h1,
.content-area h2,
.content-area h3 {
    padding: 0;
    margin: 0 0 15px;
}
.content-area h1 {
}
.content-area h2 {
    font-size: 28px;
    font-weight: bold;
    color: #545D61;
}
.content-area h3 {
    color: #3b9dcc;
    font-size: 20px;
}
.content-area p {
    margin: 0 0 15px;
}

/* Buttons
------------------------------------------------------------------------------*/
.btn-purple {
    background-color: rgb(118,77,171) !important;
    color: #fff !important;
    border: 1px solid #fff;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    white-space: normal;
    padding: 12px 20px;
}

/* Flexible Full-Width / Connected Icons
------------------------------------------------------------------------------*/
.connected-icons-wrapper img {
    margin: 0 auto 30px !important;
    display: block !important;
    padding: 0;
}
.connected-icons-wrapper .row > div a:last-child {
    color: #3b9dcc !important;
    text-transform: uppercase;
    font-size: 16px;
}
.connected-icons-wrapper .the-line {
    border-bottom: 1px solid #3b9dcc;
    margin: 0 auto;
    width: 60%;
    position: relative;
    top: 60px;
}
@media (max-width: 768px) {
    .connected-icons-wrapper .the-line {
        display: none;
    }
}

/* Flexible Full-Width / CTA Section
------------------------------------------------------------------------------*/
.cta-section-wrapper {
    background-color: #3b9dcc;
    color: #fff;
}
.cta-section-wrapper .contain {
    max-width: 768px;
}
.cta-section-wrapper .content-area h1,
.cta-section-wrapper .content-area h2,
.cta-section-wrapper .content-area h3,
.cta-section-wrapper .content-area p {
    color: #fff;
}
.cta-section-wrapper .content-area h1,
.cta-section-wrapper .content-area h2 {
    font-size: 36px;
    margin: 0 0 30px;
}
.cta-section-wrapper .btn-purple {
    margin: 15px 0;
}

/* Flexible Full-Width / Image w/ Text
------------------------------------------------------------------------------*/
.image-w-text-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #333;
    background-size: cover;
}
.image-w-text-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url('../img/triangles-right_edit.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block !important;
}
.image-w-text-wrapper .content-area {
    color: #fff;
    position: relative;
    z-index: 30;
}
.image-w-text-wrapper .content-area p {
    font-size: 28px;
    font-weight: lighter;
}
@media (max-width: 992px) {
    .image-w-text-wrapper .content-area p {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .image-w-text-wrapper .overlay {
        background-position: center 0px;
    }

    .image-w-text-wrapper .content-area p {
        font-size: 20px;
    }
}

/* Flexible Full-Width / Infographic
------------------------------------------------------------------------------*/
.infographic-wrapper .row:nth-of-type(2) {
    display: table;
    margin: 0 auto;
    border-spacing: 15px 0;
}
.infographic-wrapper .btn-purple {
    max-width: 175px !important;
    min-width: 175px !important;
    min-height: 68px;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .infographic-wrapper .row:nth-of-type(2) {
        display: block;
        border-spacing: 0;
    }
    .infographic-wrapper .btn-purple {
        min-height: 0 !important;
        max-width: 300px !important;
        display: block;
        margin: 0 auto 15px;
    }
}


/* Flexible Full-Width / Hero (Homepage)
------------------------------------------------------------------------------*/
.page-template-front-page .bs-docs-example {
  max-height: none;
}
.page-template-front-page #myCarousel {
  margin: 0;
}
.page-template-front-page .carousel-inner .item {
  height: auto;
  padding: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-front-page .carousel-caption {
  position: static;
  padding: 0;
  margin: 0 auto;
  max-width: 960px;
}
.page-template-front-page .carousel-caption h3 {
  font-size: 39px;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: none;
  max-width: 75%;
  width: 100%;
}
.page-template-front-page .carousel-caption .hs-cta-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .page-template-front-page .carousel-inner .item {
    min-height: 0;
    height: auto;
    padding: 80px 30px;
  }
  .page-template-front-page .carousel-caption h3 {
    font-size: 32px;
    max-width: none;
  }
}

/* Padding Classes
------------------------------------------------------------------------------*/
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
/* Margin Classes
------------------------------------------------------------------------------*/
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-70 {
    margin-bottom: 70px !important;
}
.m-b-80 {
    margin-bottom: 80px !important;
}

/* Flexible Full-Width / Bootstrap
------------------------------------------------------------------------------*/
.bootstrap-wrapper {
    padding: 100px 0 80px;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3 {
    font-weight: normal;
}
.bootstrap-wrapper h1 {
    color: #000;
}
.bootstrap-wrapper h2 {
    color: #3b9dcc;
}

/* Backgrounds
------------------------------------------------------------------------------*/
.bg-color-1 {
    background-color: #fff;
}
.bg-color-2 {
    background-color: #ebebeb;
}
.bg-accent-1 {
    background-color: #3b9dcc;
    color: #fff;
}
.bg-accent-1 p,
.bg-accent-1 h1,
.bg-accent-1 h2,
.bg-accent-1 h3 {
    color: #fff;
}
.bg-accent-1 p {
    color: #fff;
}
.bg-accent-2 {
    background-color: #6c469c;
}
.bg-accent-3 {
    background-color: #1f2632;
    color: #94b0be;
}
.bg-accent-3 p {
    color: #94b0be;
}
.bg-accent-3 h1,
.bg-accent-3 h2,
.bg-accent-3 h3 {
    color: #3b9dcc;
}
.bg-image {
    background-size: cover;
    background-position: center;
}

/* Misc Utility Classes
------------------------------------------------------------------------------*/
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pos-rel {
    position: relative;
}
.vertical-align-outer {
    display: table;
    width: 100%;
}
.vertical-align-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

/* Flexible Full-Width / Hero (Default)
------------------------------------------------------------------------------*/
#hero-default {
    height: auto;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #292627;
    position: relative;
    color: #fff;
}
#hero-default .vertical-align-outer {
    min-height: 400px;
}
#hero-default .vertical-align-outer {
}
#hero-default .contain {
    position: relative;
    z-index: 30;
}
#hero-default .page-banner-title,
#hero-default .page-banner-description {
    text-shadow: 1px 1px 3px #516581;
}
#hero-default .page-banner-description {
    margin: 20px 0;
}
#hero-default .overlay--gradient {
    display: block;
    background-image: url('../img/banner-overlay-gradient.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    right: 40%;
    z-index: 5;
}
#hero-default .overlay--bg-image {
    display: block;
    left: 60%;
    z-index: 7;
}
#hero-default .overlay--bg-image-blue-overlay {
   left: 60%;
   z-index: 10;
   display: block;
   opacity: 0.5;
   background-color: #0f8dca;
}
#hero-default .overlay--half-blue {
    display: block;
    background-image: url('../img/gradient-trans.png');
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    right: 40%;
    z-index: 10;
}
#hero-default .overlay--half-shapes {
    display: block;
    background-image: url('../img/triangles.png');
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 60%;
    z-index: 25;
}

.learn-more__link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #f99734 !important;
}
