.clearfix {
    clear: both;
}
.masthead {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    width: 100%;
}
.page-banner-content {
  margin: 50px 0 !important;
}
body #wrapper-page-banner {
 
}
body.page-template-datasheets #wrapper-page-banner {
  height: 245px!important;
}
#cta-masthead {
    position: absolute;
    top: 0;
    right: 30px;
    /*
    background-color: $color-primary;
    height: 35px;
    border-radius: 0 0 5px 5px;
    */
}

#cta-masthead .hs-cta-wrapper {
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
}

#cta-masthead .hs-cta-wrapper .cta_button {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.masthead-logo img {
    height: 69.6px !important;
}
.carousel-indicators .active {
    display:none;
}







/*********************************************/
/*********** INTERNAL PRODUCT PAGE ***********/
/*********************************************/
.page-template-product-internal #wrapper-internal-section-2 {
    padding: 40px 0 60px;
    background: #f8f9f9;
}
.page-template-product-internal .internal-section-1-title-wrapper {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-template-product-internal #internal-section-1-title {
    color: #3b9dcc;
    display: inline-block;
    margin-bottom: 0;
    max-width: 325px;
}
.page-template-product-internal #internal-section-1-sub-title {
    margin: 0 0 25px 0;
    font-size: 18px;
    font-weight: 500;
    color: #545d61;
}
.page-template-product-internal .internal-section-2-title-wrapper {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-template-product-internal #internal-section-2-title {
    color: #3b9dcc;
    display: inline-block;
    margin: 0;
    font-weight: 300;
    max-width: 325px;
}
.page-template-product-internal .section-2-content-title-wrapper {
    margin: 10px 0 20px;
}
.page-template-product-internal .section-2-content-title {
    display: inline-block;
    color: #3b9dcc;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    max-width: 410px;
    vertical-align: middle;
    margin: 0;
}
.page-template-product-internal .section-2-content{
    font-size: 16px;
    color: #545d61;
    letter-spacing: .15px;
    line-height:1.5em;
}
.page-template-product-internal .internal-section-3-title-wrapper {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-template-product-internal #internal-section-3-title {
    color: #3b9dcc;
    display: inline-block;
    margin: 0;
    font-weight: 300;
    max-width: 325px;
}
.page-template-product-internal #wrapper-internal-section-3 {
    padding: 40px 0;
}
.page-template-product-internal .featured-whitepaper-resource {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
}
.page-template-product-internal .featured-whitepaper-resource:hover .featured-whitepaper-resource-title {
    color: #fff !important;
    background: #202833 !important;
}
.page-template-product-internal .featured-whitepaper-resource:hover {
    text-decoration: none;
}
.page-template-product-internal .featured-whitepaper-resource-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 0px 81px 109px -61px #000 inset;
}
.page-template-product-internal .featured-whitepaper-resource-title {
    background: #fff;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    padding: 20px;
    color: #3b9dcc;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
/*.page-template-product-internal .featured-whitepaper-resource:hover .featured-whitepaper-resource-title-inner {
    text-decoration: underline;
}*/
.page-template-product-internal .featured-datasheet-resource {
    display: block;
    width: 100%;
    color: #fff;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
    background-color: #000;
}
.page-template-product-internal .featured-datasheet-resource:hover {
    text-decoration: none;
}
.page-template-product-internal .featured-datasheet-resource:hover .featured-datasheet-resource-title {
    color: #fff !important;
    background: #202833 !important;
    text-decoration: none;
}
.page-template-product-internal .featured-datasheet-resource-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 0px 81px 109px -61px #000 inset;
}
.page-template-product-internal .featured-datasheet-resource-title {
    background: #fff;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    padding: 20px;
    color: #3b9dcc;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.page-template-product-internal .featured-datasheet-resource .download-datasheet-text {
/*    display: none;
*/    text-decoration: none;
    color: #3b9dcc;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
}
.page-template-product-internal .featured-datasheet-resource:hover .download-datasheet-text {
    display: block;
}
.page-template-product-internal .featured-datasheet-resource:hover .featured-datasheet-resource-title-inner {
/*    text-decoration: underline;
*/}
.page-template-product-internal .download-datasheet-text i.fa.fa-angle-right {
    font-size: 19px;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 4px;
    font-weight: 800;
}






/*********************************************/
/********* DATASHEET/WHITEPAPER PAGE *********/
/*********************************************/
.resource-listing-wrapper {
    padding: 20px 0;
}
.resource-listing-item {
    width: 100%;
    height: 275px;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
    margin: 20px 0;
}
.resource-mobile-image {
    display: none;
}
.resource-content {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 25px;
    height: 100%;
    position: relative;
}
.resource-content a:hover,
.resource-content a:focus {
    text-decoration: none;
}
.resource-content .resource-title {
    color: #3b9dcc;
    border-bottom: 1px solid #3b9dcc;
    padding-bottom: 4px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 12px;
}
.resource-content .resource-description {
    font-weight: 300;
    color: #545d61;
    max-height: 125px;
    overflow: hidden;
}
.resource-content .resource-btn {
    display: inline-block;
    text-transform: uppercase;
    background: #6a4a94;
    color: #fff;
    font-weight: 500;
    padding: 15px;
    font-size: 13px;
    border-radius: 4px;
    position: absolute;
    bottom: 25px;
}
.resource-image {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden;
    height: 100%;
    background: #2D2D2D;
}
.resource-image-center-wrapper {
    display: table;
    height: 100%;
}
.resource-image-center {
    display: table-cell;
    vertical-align: middle;
}
.resource-image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}





/*********************************************/
/*************** INSIGHTS PAGE ***************/
/*********************************************/
.featured-posts-grid {
    margin: 30px 0;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
}
.insight-post-thumbnail,
.insight-datasheet-thumbnail {
    box-shadow: 0px 81px 109px -61px #000 inset;
}
.insight-datasheet-meta-title h3 {
    padding: 0 0 4px 0;
}
.insight-datasheet-meta-excerpt {
    font-weight: 300;
    font-size: 13px;
    height: 55px;
    overflow: hidden;
}
.insight-datasheet-meta {
    background-color: #fff;
    color: #3b9dcc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-datasheet:hover .insight-datasheet-meta {
    background-color: #202833;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-datasheet:hover .insight-datasheet-meta-title a {
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-datasheet-see-all > a,
.insight-datasheet-see-all > a:focus,
.insight-datasheet-see-all > a:hover {
    font-size: 12px;
    color: #3b9dcc;
    font-weight: 600;
    text-decoration: none;
}
.insight-datasheet-meta-title a,
.insight-datasheet-meta-title a:hover,
.insight-datasheet-meta-title a:focus {
    color: #3b9dcc;
    text-decoration: none;
}
.insight-post-title h3 > a {
    color: #3b9dcc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-post-title h3 > a:hover,
.insight-post-title h3 > a:focus {
    text-decoration: none;
}
.insight-post:hover .insight-post-title h3 > a {
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-post .insight-post-title {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.insight-post:hover .insight-post-title {
    background-color: #202833;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.stats-section-wrapper {
    background: #202833;
    padding: 60px 0;
}
.stat-item-wrapper {
    text-align: center;
    background: url('../img/ellipse.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 275px;
    margin: 0 auto;
    height: 275px;
}
.stat-item-container {
    display: table;
    height: 100%;
}
.stat-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
}
.stat-number {
    color: #3b9dcc;
    display: block;
    font-size: 51px;
}
.stat-text {
    color: #94b0be;
}
.stats-section-container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
}
.stats-section-container > .row > .no-padding {
    display: table;
}
.stat-item-shell {
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: top;
}
.insight-twitter-feed-wrapper {
    text-align: center;
    color: #fff;
    margin-top: 45px;
}
.insight-twitter-feed-wrapper a:hover,
.insight-twitter-feed-wrapper a:focus {
    text-decoration: none;
}
.insight-twitter-feed-wrapper a img {
    max-width: 953px;
    margin: 0 auto;
    width: 100%;
}
.insight-twitter-feed-wrapper a img:hover {
    position: relative;
    z-index: 5;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}





/*********************************************/
/*************** SOLUTIONS PAGE **************/
/*********************************************/
.solutions-page-wrapper {
    margin: 25px 0;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
}
.solutions-page-wrapper .col-sm-12 {
    padding: 0;
}
.solutions-images {
    display: table;
    width: 100%;
    overflow: hidden;
}
.solutions-top-right-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #000;
    position: relative;
    z-index: 1;
}
.solutions-top-left-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #000;
    position: relative;
    z-index: 1;
    height: 500px;
}
.solutions-top-right-image > img,
.solutions-top-left-image > img {
    width: 50%;
}

.solutions-top-content {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(32, 40, 51, .98);
    padding: 10px 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 1;
}
.angle {
    text-align: right;
    color: #3b9dcc;
    font-size: 22px;
    font-weight: 800;
}
.solutions-top-content > .solutions-top-title {
    color: #3b9dcc;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 300;
    border-bottom: 1px solid #3b9dcc;
}
.solutions-top-content > .solutions-top-subtitle {
    color: #94b0be;
    margin-top: 3px;
    padding-bottom: 30px;
}
.solutions-top-content > .solutions-top-btn {
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 40px;
    background: #6a4a94;
    padding: 13px 60px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}
.solutions-top-content > .solutions-top-btn:hover,
.solutions-top-content > .solutions-top-btn:focus {
    text-decoration: none;
}
.solutions-top-right-image:hover > .solutions-top-content,
.solutions-top-left-image:hover > .solutions-top-content {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.solutions-repeater-images {
    display: inline-block;
    width: 50%;
    height: 431px;
    float: left;
    overflow: hidden;
}
.solutions-bottom-image {
    height: 266px;
    overflow: hidden;
}
.solutions-bottom-caption-wrapper {
    background: #fff;
    height: 165px;
    position: relative;
}
.solutions-bottom-caption {
    position: relative;
    padding: 15px;
    height: 460px;
    top: 0;
    background: #fff;
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
}
.solutions-bottom-caption > .solutions-bottom-caption-title {
    color: #3b9dcc;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.solutions-bottom-caption > .solutions-bottom-caption-text {
    color: #202833;
    font-size: 14px;
    margin-top: 12px;
}
.solutions-content-white-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.solutions-repeater-images:hover .solutions-bottom-caption {
    background: #fff;
    height: 431px;
    top: -270px;
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
}





/*********************************************/
/********** INTERNAL SOLUTIONS PAGE **********/
/*********************************************/
.page-template-solutions-internal .featured-whitepaper-resource {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
}
.page-template-solutions-internal .featured-whitepaper-resource:hover .featured-whitepaper-resource-title {
    color: #fff !important;
    background: #202833 !important;
}
.page-template-solutions-internal .featured-whitepaper-resource:hover {
    text-decoration: none;
}
.page-template-solutions-internal .featured-whitepaper-resource-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 0px 81px 109px -61px #000 inset;
}
.page-template-solutions-internal .featured-whitepaper-resource-title {
    background: #fff;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    padding: 20px;
    color: #3b9dcc;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
/*.page-template-solutions-internal .featured-whitepaper-resource:hover .featured-whitepaper-resource-title-inner {
    text-decoration: underline;
}*/
.page-template-solutions-internal .featured-datasheet-resource {
    display: block;
    width: 100%;
    color: #fff;
    box-shadow: 0px 0px 20px -5px #3d9fd6;
    background-color: #000;
}
.page-template-solutions-internal .featured-datasheet-resource:hover {
    text-decoration: none;
}
.page-template-solutions-internal .featured-datasheet-resource:hover .featured-datasheet-resource-title {
    color: #fff !important;
    background: #202833 !important;
    text-decoration: none;
}
.page-template-solutions-internal .featured-datasheet-resource-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 0px 81px 109px -61px #000 inset;
}
.page-template-solutions-internal .featured-datasheet-resource-title {
    background: #fff;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    padding: 20px;
    color: #3b9dcc;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.page-template-solutions-internal .featured-datasheet-resource .download-datasheet-text {
/*    display: none;
*/    text-decoration: none;
    color: #3b9dcc;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
}
.page-template-solutions-internal .featured-datasheet-resource:hover .download-datasheet-text {
    display: block;
}
.page-template-solutions-internal .featured-datasheet-resource:hover .featured-datasheet-resource-title-inner {
/*    text-decoration: underline;
*/}
.page-template-solutions-internal .download-datasheet-text i.fa.fa-angle-right {
    font-size: 19px;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 4px;
    font-weight: 800;
}
.page-template-solutions-internal #wrapper-internal-section-4 {
    padding: 40px 0;
}
.page-template-solutions-internal .internal-section-1-title-wrapper {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-template-solutions-internal #internal-section-1-title {
    color: #3b9dcc;
    display: inline-block;
    margin: 0;
}
.page-template-solutions-internal #internal-section-1-sub-title {
    margin: 0 0 25px 0;
    font-size: 18px;
    font-weight: 500;
    color: #545d61;
}
.page-template-solutions-internal .internal-section-3-title-wrapper {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-template-solutions-internal #internal-section-3-title {
    color: #3b9dcc;
    display: inline-block;
    margin: 0;
}
.page-template-solutions-internal #internal-section-3-sub-title {
    margin: 0 0 25px 0;
    font-size: 18px;
    font-weight: 500;
    color: #545d61;
}
.page-template-solutions-internal #wrapper-internal-section-1,
.page-template-solutions-internal #wrapper-internal-section-3 {
    padding: 65px 0 55px 0;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 54%, #e6f0f5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 54%, #e6f0f5 100%);
    background: radial-gradient(ellipse at center, #ffffff 54%, #e6f0f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0f5',GradientType=1 );
}
.page-template-solutions-internal ul {
    margin: 0 0 20px 15px;
    padding: 0;
}
.page-template-solutions-internal ul > li {
    font-weight: 100;
    color: #3b9dcc;
}
.page-template-solutions-internal #wrapper-internal-section-1 ul > li > span,
.page-template-solutions-internal #wrapper-internal-section-3 ul > li > span {
    color: #545d62;
}
.page-template-solutions-internal #wrapper-internal-section-2 {
    background: #202833;
}
.page-template-solutions-internal #wrapper-internal-section-2 > .container-sm {
    padding: 45px 15px;
}
.page-template-solutions-internal #wrapper-internal-section-2 .content h3 {
    margin-top: 0;
}
.page-template-solutions-internal #wrapper-internal-section-2 ul > li:last-of-type {
    margin-bottom: 0;
}
.page-template-solutions-internal #wrapper-internal-section-2 ul > li > span {
    color: #94b0be;
}
.page-template-solutions-internal .content p {
    color: #94b0be;
}
.page-template-solutions-internal #internal-section-2-title {
    color: #3b9dcc;
    margin-top: 0;
}
.page-template-solutions-internal .internal-section-2-title-wrapper {
    padding-bottom: 20px;
}
.page-template-solutions-internal .section-2-right-text {
    border: 1px solid #d8e2e7;
    padding: 25px;
}
.page-template-solutions-internal .content.section-2-left-text {
    border-top: 1px solid #d8e2e7;
    padding-top: 20px;
}
.page-template-solutions-internal #wrapper-internal-section-1 .row > .col-sm-6:first-of-type,
.page-template-solutions-internal #wrapper-internal-section-3 .row > .col-sm-6:first-of-type {
    text-align: center;
    margin-bottom: 30px;
}






/*********************************************/
/******************** BLOG *******************/
/*********************************************/
a.follow-us-icon {
    display: block;
    color: #858c8f;
    margin: 20px 0;
}
a.follow-us-icon > img {
    padding-top: 0;
    padding-bottom: 0;
}
a.follow-us-icon:hover {
    text-decoration: none;
}
.follow-us-block-blue a img:hover {
    position: static;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}






/*********************************************/
/******************* SPLASH ******************/
/*********************************************/
.page-template-splash header,
.page-template-splash footer,
.page-template-splash footer + .visible-phone {
    display: none !important;
}
.splash-wrapper {
    background: url('../img/splash-bg.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
    min-width: 1px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}
.splash-wrapper > .splash-container {
    display: table-cell;
    vertical-align: middle;
}
.splash-wrapper .splash-inner-container {
    max-width: 900px;
    margin: 0 auto;
}
.splash-wrapper .learn-more-section {
    width: 100%;
    height: 100%;
    background: #124191;
    text-align: center;
    padding: 75px 50px;
}
.splash-wrapper .learn-more-section .learn-more-text h3 {
    color: #fff;
    font-weight: 100;
}
.splash-wrapper .learn-more-section .learn-more-text a {
    color: #fff;
    font-weight: 100;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px;
    min-width: 150px;
    margin-top: 50px;
}
.splash-wrapper .learn-more-section .learn-more-text a:hover,
.splash-wrapper .learn-more-section .learn-more-text a:focus {
    text-decoration: none;
}
.splash-wrapper .learn-more-section .learn-more-text a i {
    float: right;
    margin: 4px 0px 0 8px;
}
.splash-wrapper .visit-site-section {
    width: 100%;
    height: 100%;
    background: rgba(11, 155, 217, .91);
    text-align: center;
    padding: 75px 50px;
}
.splash-wrapper .visit-site-section .visit-site-text h3 {
    color: #fff;
    font-weight: 100;
}
.splash-wrapper .visit-site-section .visit-site-text a {
    color: #fff;
    font-weight: 100;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px;
    min-width: 150px;
    margin-top: 50px;
}
.splash-wrapper .visit-site-section .visit-site-text a:hover,
.splash-wrapper .visit-site-section .visit-site-text a:focus {
    text-decoration: none;
}
.splash-wrapper .visit-site-section .visit-site-text a i {
    float: right;
    margin: 4px 0px 0 8px;
}
.splash-logo {
    height: 53px;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}
.splash-logo > img {
    width: 75%;
}





/*********************************************/
/******************* FOOTER ******************/
/*********************************************/
ul#menu-footer > li {
    width: auto !important;
    padding-right: 15px;
}
ul#menu-footer > li:last-of-type {
    padding-right: 0;
}
ul#menu-footer ul.sub-menu {
    max-width: 230px;
    width: auto;
}
ul#menu-footer ul.sub-menu > li {
    display: block !important;
    float: none;
    width: auto;
}
footer .socialMedia {
    right: 0;
    top: 20px;
}




/*********************************************/
/******************* MISC. *******************/
/*********************************************/
#prodblock-content-3 {
    min-height: 570px;
    height: auto;
}
.prodblock-content-3-description p, .prodblock-content-3-description li,
.prodblock-content-description p, .prodblock-content-description li {
    font-size: 14px;
}
.prodblock-content-3-description p, .prodblock-content-3-description li {
    color: #eee;
}
.hubspot-form-partial label {
    display: block !important;
}
.hubspot-form-partial#wrapper-page-cta .hs-form-field {
    padding: 5px 15px;
}
.hubspot-form-partial#wrapper-page-cta p {
    margin: 20px 0;
}
.hubspot-form-partial#wrapper-page-cta .hs-form .hs_submit .actions {
    padding: 26px 0 0 0;
}




/*********************************************/
/*************** MEDIA QUERIES ***************/
/*********************************************/
@media(max-width: 959px) {
    .masthead-navigation {
        display: none;
    }
    .masthead-container {
        padding: 0;
    }
    .masthead {
        height: auto;
    }
    .masthead-logo {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .hamburger-menu {
        display: inline-block;
        float: right;
        padding: 16px 20px;
        height: 100%;
    }
    .masthead-navigation {
        float: none;
        width: 100%;
    }
    .masthead-navigation ul li {
        float: none;
        padding: 0 !important;
        display: block;
    }
    .masthead-navigation ul ul {
        display: block;
        border-top: none;
        position: static;
        width: 100%;
        padding: 0 40px;
    }
    .masthead-navigation ul li a {
        height: auto;
        line-height: normal;
        border-bottom: none;
        padding: 16px 0 !important;
        display: inline-block;
        color: #fff;
    }
    .masthead-navigation ul li a:hover {
        color: #fff;
        border-bottom: none;
    }
    .masthead-navigation ul {
      height: 300px;
      overflow: scroll;
    }
    .masthead-navigation ul,
    .masthead-navigation ul ul {
        margin: 0;
        padding: 12px 20px;
        color: #fff;
        list-style-type: none;
        float: none;
        background: #676767;
        box-shadow: none;
    }
    .masthead-navigation ul ul li {
        background: #676767;
    }
    .masthead-navigation ul ul li a {
        border: none;
        text-transform: none;
        display: inline-block;
        background: none;
    }
    .masthead-navigation ul ul li a:hover {
        border: none !important;
        color: #fff !important;
    }
}
@media(max-width: 883px) {
    .stat-item-shell {
        display: block;
        margin: 20px auto;
        width: 100%;
    }
    .stats-section-container > .row > .no-padding {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .splash-wrapper .splash-inner-container {
        padding: 40px 0;
    }
    .splash-wrapper > .splash-container > .splash-inner-container > .col-sm-6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #wrapper-internal-section-1 .content {
        margin-top: 20px;
    }
    .page-template-product-internal .featured-whitepaper-resource {
        margin-bottom: 30px;
    }
    .resource-listing-item {
        height: auto;
    }
    .resource-mobile-image {
        display: block;
        max-height: 250px;
        overflow: hidden;
    }
    .resource-mobile-image > img {
        width: 100%;
    }
    .resource-content {
        float: none;
        width: 100%;
        height: auto;
    }
    .resource-content .resource-btn {
        position: static;
        margin-top: 15px;
    }
    .resource-image {
        display: none;
    }
    .insight-datasheet {
        margin-bottom: 25px;
        box-shadow: 0px 0px 20px -5px #3d9fd6;
    }
    .insight-post {
        margin-bottom: 25px;
        box-shadow: 0px 0px 20px -5px #3d9fd6;
    }
    .featured-posts-grid {
        background-color: #f7fafc;
        box-shadow: none;
    }
    .solutions-page-wrapper {
        box-shadow: none;
    }
    .solutions-repeater-images {
        display: block;
        width: 100%;
        height: auto;
        max-width: 353px;
        float: none;
        margin: 20px auto;
        box-shadow: 0px 0px 20px -5px #3d9fd6;
    }
    .solutions-content-white-overlay {
        display: none;
    }
    .solutions-bottom-image {
        height: auto;
    }
    .solutions-bottom-caption-wrapper {
        height: auto;
        position: static;
    }
    .solutions-bottom-caption {
        position: static;
        padding: 15px;
        height: auto;
    }
    .solutions-repeater-images:hover .solutions-bottom-caption {
        position: static;
        height: auto;
    }
    .angle {
        display: none;
    }
    .solutions-top-left-image,
    .solutions-top-right-image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 353px;
        margin: 10px auto;
    }
    .solutions-top-content {
        height: auto;
        position: static;
        background: rgba(32, 40, 51, 1);
        opacity: 1 !important;
        padding-bottom: 35px;
    }
    .solutions-top-content > .solutions-top-btn {
        position: static;
        width: 100%;
        padding: 13px 40px;
        text-align: center;
    }
    .solutions-images {
        padding-top: 25px;
    }
    .solutions-repeater-images:last-of-type {
        margin-bottom: 50px;
    }
    .solutions-top-right-image > img, .solutions-top-left-image > img,
    .solutions-top-content {
        width: 100%;
        background: none;
    }


}
@media(max-width: 850px) {
  .banner-overlay-l4-triangles {
      background-position: left center;
  }
}
