/*
*CSS Reset
*/

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
}

ul, li{
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
nav, ul, li, a, p {
    margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
article, aside, footer, header, main, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    border-style: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.clear {
    clear:both;
}
input:focus {
    outline: none;
}

/*
* Styles
*/

body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background: #e6e8e9;
    /*    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: none;*/
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "museo-sans",sans-serif;
    font-style: normal;

}
em{
    font-style: normal;
}
.wrapper{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.container {
    width: 100%;
    margin: 0px auto;
    max-width: 1230px;
    position: relative;
    padding: 0 15px;
}
h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
}
h2.sub-text{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.colored h2{
    font-size: 36px;
    line-height: 36px;
}
h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
h4{
    font-size: 18px;
    line-height: 24px;
}
p.highlighted-text{
    font-size: 24px;
    line-height: 48px;
}
p.sub-text{
    font-size: 16px;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.pink{
    background-color: #b951b9;
    color: #fff;
}
.blue{
    background-color: #3c54a4;
    color: #fff;
}
.green{
    background-color: #6cbe45;
    color: #fff;
}
.white{
    background-color: #fff;
    color: #000;
}
.black{
    background-color: #000;
    color: #fff;
}
.gray{
    background-color: #242424;
    color: #fff;
}
.sky-blue{
    background-color: #72cddc;
    color: #fff;
}
.cyan{
    background-color: #58b6c5;
    color: #fff;
}
.grey{
    background-color: #e6e8e9;
    color: #000;
    text-align: left;
}
.left{
    float: left;
}
.right{
    float: right;
}
.two{
    width: 50%;
}
.three{
    width: 33.33333333%;
}
.four-col{
    width: 25%;
}
.column{
    float: left;
    position: relative;
    overflow: hidden
}
/*.clients-leverage .three.column:nth-child(2) {
    padding: 0 15px;
}*/
.clients-leverage .box1{
    padding-right: 10px;
}
.clients-leverage .box1 .banner-back-img{
    left: 0;
}
.clients-leverage .box2{
    padding:0px 5px;
}
.clients-leverage .box3 .banner-back-img{
    right: 0;
}
.clients-leverage .box3{
    padding-left: 10px;
}

button.btn-clear{
    background-color: rgba(0,0,0,0);
    padding: 9px 18px;
}
a.btn-txt{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
}
.inner{
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
h1.light-bold-text{
    line-height: 60px;
    font-weight: 100;
    letter-spacing: -1.25px;
}
h1.light-bold-text span{
    font-weight: 700;
}
.column > .banner-back-img{
    width: 100%;
    position: absolute;
}
.column > .banner-back-img > img{
    width: 100%;
}
.middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.color-bar{
    width: 200px;
    height: 5px;
    margin: 0 auto;
}
.wrapper-padding{
    padding: 70px 0px;
}
.table-container{
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    top: 0;
}
.caret-wh{
    background-image: url("../images/caret-wh.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 24px;
    position: absolute;
    margin-top: 4px;
    margin-left: 7px;
    background-position: 50%;
}
.bottom{
    position: absolute;
    bottom: 0;
}
.top{
    position: absolute;
    top: 0;
}
div#recaptcha4 {
    margin-top: 25px;
}
.stretch-banner p{
    line-height: 22px;
    font-weight: 500;
}
.edit-link{
    display: none;
}
.policy-content, .contact-content, .terms-content, .faqs-content, .sitemap-content{
    background-color: #fff;
    padding: 60px 80px;
}
.contact-content > h2 {
    margin-top: 15px;
}
.contact-content > h4 {
    padding: 15px 0px 5px !important;
}
.contact-content .three.column:nth-child(2) {
    padding: 0 15px;
}
.sitemap-content > h2 {
    margin-bottom: 10px;
}
.sitemap-content ul > li > a {
    color: #000000;
    font-weight: 600;
    letter-spacing: -.5px;
}
.sitemap-content ul ul > li > a {
    color: #2D2B2B;
}
.sitemap-content ul ul ul > li > a {
    color: #4E4646;
}
.sitemap-content ul ul ul ul > li > a {
    color: #585353;
}
ul.bullet-list li{
    font-size: 16px;
}
.grey .container, .contact-us .container {
    padding:0 50px;
}
.pre-market .text-container > .inner {
    position: relative;
}
#icon-contents .inner .text-container h3{
    font-size: 26px;
}
#icon-contents .inner .text-container p{
    font-size:18px;
}
.full-slider-overlay, .parallax-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.full-slider-overlay{
    background-color: rgba(0, 0, 0, 0.15);
}
.parallax-overlay{
    background-color: rgba(0, 0, 0, 0.15);
}
#featured-case.image-parallax .text-center.table-container {
    z-index: 3;
}
p.exauthor {
    float: left;
}

p.exsource {
    float: left;
    margin-left: 22px;
    margin-bottom: 5px;
}

.text-inner > p.exauthor, .text-inner > p.exsource {
    /*     color: rgba(108, 190, 69, 0.89) !important; */
    color: #444  !important;
    font-size: 15px;
}
#close-video-post >img {
    position: relative;
    top: 6px;
    left: 4px;
}
#ng-app .pre-market {
    height: auto;
}
.pre-market .container .inner {
    margin-bottom: 50px;
}
.page-id-116.group-blog .wrapper {
    padding-top: 0;
}
.box.loop .box-image {
    max-height: 258px;
    /*     height: 258px; */
    width: 100%;
}

input[placeholder = 'Search']::-webkit-input-placeholder {
    color: #666;
}
/*
*Solutions page creative slider
**/
.page-id-68 > .creative {
    padding-bottom: 65px;
}

.page-id-68 > .creative .owl-carousel {
    margin-bottom: 0;
}
.page-id-68 > .creative .owl-pagination {
    bottom: -20px;
}
/*
*media queries
**/

@media (min-width:992px) and (max-width:1430px) {
    .blue-banner {
        height: 490px;
    }
}
@media (max-width: 1230px) and (min-width: 992px) {
    .textbox-outer {
        min-height: 200px;
        height: 200px;
    }
    .box.loop .box-image {
        min-height: 200px;
        height: 200px !important;
    }
    .box.loop .box-image img {
        height: auto;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-id-68 > .creative {
        padding-bottom: 65px;
    }
    .page-id-68 > .creative .owl-pagination {
        bottom: -25px;
    }
    .textbox-outer {
        min-height: 220px;
        height: 220px;
    }
    .box.loop .box-image {
        min-height: 220px;
        height: 220px;
    }
}
@media (max-width: 767px) and (min-width: 596px) {
    .page-id-68 > .creative {
        padding-bottom: 65px;
    }
    .page-id-68 > .creative .owl-pagination {
        bottom: -35px;
    }
}
@media (max-width: 595px) and (min-width: 481px) {
    .page-id-68 > .creative {
        padding-bottom: 55px;
    }
    .page-id-68 > .creative .owl-pagination {
        bottom: -30px;
    }
}


@media (min-width:1231px) {
    #pre-market .text-container img.banner-image {
        position: absolute;
        bottom: 0;
        left: 22.3%;
        height: 50%;
        width: 55%;
    }
}
@media (max-width:767px) {
    .policy-content, .contact-content, .terms-content, .faqs-content, .sitemap-content{
        padding: 50px 60px;
    }
    .grey .container{
        padding:0 40px;
    }
    #icon-contents .inner .text-container h3{
        font-size: 22px;
    }
    #icon-contents .inner .text-container p{
        font-size:18px;
    }

}
@media (max-width:595px) {
    .policy-content, .contact-content, .terms-content, .faqs-content, .sitemap-content{
        padding: 35px 40px;
    }
    ul.bullet-list li{
        font-size: 14px;
    }
    .contact-content .three.column:nth-child(2) {
        padding: 0px;
    }
    .grey .container, .contact-us .container {
        padding:0 30px;
    }
    .main-menu > ul > li:first-child {
        border-top: 1px solid #B5B5B5;
    }
}
@media (max-width:480px) {
    .policy-content, .contact-content, .terms-content, .faqs-content, .sitemap-content{
        padding: 30px 25px;
    }
    .grey .container, .contact-us .container {
        padding:0 20px;
    }
    div#recaptcha4{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        display: block;
        text-align: left;
        transform-origin: 0 0;
    }
    .page-id-68 > .creative {
        padding-bottom: 45px;
    }
    .page-id-68 > .creative .owl-pagination {
        bottom: -30px;
    }
    .caption-text h2 {
        margin-bottom: 8px;
    }
}

/*
* Close Button
*/

.close-slider{
    display: none;
}
/*
* Google recaptcha error
*/
.error_captcha{
    padding-top: 10px;
}

/* List styles */
.blog-container .insight-right ul,
.blog-container .press-release-right ul {
  padding-left: 1em;
}
.blog-container .insight-right ul li,
.blog-container .press-release-right ul li {
  list-style: initial;
  margin-left: 1em;
  margin-bottom: 1em;
}
.blog-container .insight-right blockquote,
.blog-container .press-release-right blockquote {
  margin-left: 1em;
  margin-right: 1em;
}
.blog-container .insight-right blockquote p,
.blog-container .press-release-right blockquote p {
  font-size: 16px;
  line-height: normal;
}

/* Top & Bottom padding for all post types */
 .single-post .blog-detail-section + section,
 .single-case-study .third-level-banner + section,
 .single-press-release .third-level-banner + section,
 .single-media-coverage .third-level-banner + section{
     padding: 0px;
 }
 .single-case-study .third-level-banner + section + section,
 .single-press-release .third-level-banner + section + section,
 .single-media-coverage .third-level-banner + section + section,
 .single-white-paper .ng-scope + section {
     padding: 0px;
 }

 .work-section-five .full-width-img {
     width: 100%;
 }