/**

     Opinion Lab Responsive Styles

**/
#leadership .photo-large, #leadership .photo-small, #news-media .photo-small, #news-media .photo-large {
    height: auto!important;
}
#what-we-do .top-image-box {
    display: none;
}
.news-media-wrapp {
    margin: auto;
    max-width: 733px;
}
.red-box-mobile {
    display: none;
}
.page-template-template-about #overview {
    padding-bottom: 0;
}
#solution{
	padding-bottom:50px;
}
.sform_wrapper form input{
	line-height:20px;
}
#flyout .demo-btn{
	display:none;
}
@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bun-top-in {
  0% {
    right: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    right: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bun-bot-in {
  0% {
    right: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    right: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    right: 36px;
  }
  100% {
    width: 30px;
    right: 0px;
  }
}
@keyframes burger-fill-in {
  0% {
    width: 0;
    right: 36px;
  }
  100% {
    width: 30px;
    right: 0px;
  }
}
@-webkit-keyframes burger-fill-out {
  0% {
    width: 30px;
    right: 0px;
  }
  100% {
    width: 0;
    right: 36px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 30px;
    right: 0px;
  }
  100% {
    width: 0;
    right: 36px;
  }
}

@media only screen and (max-width:1280px) and (min-width:1px) {
    #leadership .red-box {
        top: 50%;
        height: 92px!important;
        width: 92px!important;
    }

	body.category-blog #posts .wrap {
		width: 60%;
	}
    /* .red-box {
        width:60px !important;
        height:60px !important;
        right:350px !important;
    } */
    .left {
        width:35%;
    }
    #resources ul li {
        height:500px;
    }
    #home-banner .desktop {
        width:700px;
        height:420px;
        margin:180px 0 0 0 !important;
        background-size:100% !important;
    }
    #home-banner .desktop .wrapper {
        top:13px;
        left:19px;
        width:662px;
        height:372px;
    }
    #home-banner .desktop-video {
        top:0;
        left:0;
        width:665px;
        height:473px;
    }
    /* #team-lightbox .red-box {
        display: block;
        position: absolute !important;
        bottom: 0px !important;
        right: 80px !important;
        width: 180px !important;
        height: 180px !important;        
    } */
    #team-lightbox .left {
        width:50%;
        margin:0;
    }
    #anchors ul li {
        margin:0 5px;
    }
    #team-lightbox .photo {
        right:40px;
    }
    #header #navigation > ul > li {
        margin:0;
    }
    #logo-slider {
        right: 50px;
    }
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    #solution .prev-arrow,
    #solution .next-arrow {
        display:block;
    }
    .page-template-template-leadership #team-lightbox .wrapper {
        max-width: 960px !important;
    }
    /* #team-lightbox .red-box {
        top:400px;
    } */
}

@media only screen and (max-width:1180px) and (min-width:1px) {
    #logo-slider {
        right:0;
    }
   /* #what-we-do .right .photo-small {
        left:-20px;
    }*/
    .photo-large {
        height:250px;
    }
    #resources ul li {
        width:50%;
        height:400px;
    }
    #resources li:nth-child(8n+5),
    #resources li:nth-child(8n+7) {
        background:#fff;
    }
    #resources li:nth-child(8n+6),
    #resources li:nth-child(8n) {
        background:#f4f4f4;
    }
    #resources ul li {
        width:50%;
        height:400px;
    }
    #resources li:nth-child(8n+5),
    #resources li:nth-child(8n+7) {
        background:#fff;
    }
    #resources li:nth-child(8n+6),
    #resources li:nth-child(8n) {
        background:#f4f4f4;
    }
    #home-banner .desktop {
        margin:180px 0 0 -60px !important;
    }
    #team-lightbox .photo {
        right:80px;
    }
    #team-lightbox .red-box {
        right:120px !important;
    }
    #home-banner .ipad {
        width:600px;
        height:413px;
        margin:220px 0 0 0px !important;
        background-size:100%;
    }
    #home-banner .ipad .wrapper {
        top:49px;
        left:83px;
        width:435px;
        height:281px;
    }
    #home-banner .ipad-video {
        top:0;
        left:0;
        width:434px;
        height:345px;
    }
    #home-banner h1, #home-banner .swiper-slide h2 {
        font-size: 53px;
        line-height: 65px;
    }
}

@media only screen and (max-width:1120px) and (min-width:1px) {
    #single .single-post {
        width:65%;
    }
}

@media only screen and (max-width:1080px) and (min-width:1px) {
    body.page-template-template-ourcustomers .wrap .copy ul li,
    body.page-template-template-about-child .wrap .copy ul li {
        width:33.3333%;
    }
    #home-banner .desktop {
        width:550px;
        height:355px;
        margin:250px 0 0 0 !important;
        background-size:100% !important;
    }
    #home-banner .desktop .wrapper {
        top:15px;
        left:15px;
        width:521px;
        height:301px;
    }
    #home-banner .desktop-video {
        top:0;
        left:0;
        width:520px;
        height:386px;
    }
    #team-lightbox .copy {
        padding-right:40px;
    }
/*     #team ul li {
        width:22%;
    } */
    /* #team ul li:nth-child(5n) {
        margin-right:4%;
    }
    #team ul li:nth-child(4n) {
        margin-right:0;
    } */
    #anchors ul li {
        margin:0;
    }
}

@media only screen and (max-width:1120px) and (min-width:1px) {
    .photo-large {
        width:289px !important;
        height:153px !important;
    }
    .photo-small {
        width:224px !important;
        height:118px !important;
    }
    /* .red-box {
        width:100px !important;
        height:100px !important;
        right:300px !important;
    } */
    #single .single-post {
        width:65%;
    }
    #what-we-do .right .photo-large {
       /* width:389px !important;*/
        height:453px !important;
    }
    #header #navigation > ul > li > a {
        font-size:12px;
        padding:0 10px;
    }
}

@media only screen and (max-width:1080px) and (min-width:1px) {
    body.page-template-template-ourcustomers .wrap .copy ul li,
    body.page-template-template-about-child .wrap .copy ul li {
        width:33.3333%;
    }
}

@media only screen and (max-width:1000px) and (min-width:1px) {
    #anchors ul li {
        margin:0 10px;
    }
    #anchors ul li a {
        font-size:12px;
        padding:0 10px;
    }
    #welcome .logos ul li {
        width:24%;
    }
    /*#logo-slider {
        width:400px;
        height:300px;
        padding:60px 0;
    }*/
    #latest .latest-box-wrap .latest-box {
        width:50%;
    }
    .left {
        width:40%;
    }
    #home-banner h1, #home-banner .swiper-slide h2 {
        font-size:52px;
    }
}
/*@media only screen and (orientation : landscape) and (device-width: 768px) and (device-height: 1024px) {
    #header .brand {
        padding:0 20px;
    }
    #header #navigation > ul > li > a {
        font-size:11px;
        padding:0 5px;
    }
    #anchors ul li a {
        font-size:11px;
        padding:0 5px;
    }
    #footer div.footer-links {
        width:100%;
        margin-bottom:48px;
    }
    #footer .wrap .top > ul {
        width:33.3333%;
        margin:0;
        padding:0 20px 0 0;
    }
    .left, .right {
        width:100%;
        margin-right:0;
    }
    .right {
        margin-top:40px;
    }
    #cases-slider .right {
        padding-right:0 !important;
    }
    #cases-slider .title {
        margin-left:0;
        padding-right:0;
    }
    #cases-slider .copy {
        margin:20px 0 0 0;
        padding-right:0;
    }
    #cases-slider .left .more {
        margin-left:0;
    }
    #cases-slider .arrows {
        margin:10px 0 0 0;
    }
    #cases-slider .next {
        margin:10px 0 0 0;
    }
    .photo-large,
    .photo-small,
    .red-box {
        position:relative !important;
    }
    .photo-large {
        top:0 !important;
        right:inherit !important;
        left:0;
        width:60% !important;
        height:250px !important;
    }
    .photo-small {
        top:inherit !important;
        right:0 !important;
        left:inherit;
        bottom:40px;
        float:right;
        width:60% !important;
        height:250px !important;
    }
    .red-box {
        top:inherit !important;
        right:inherit !important;
        left:60px !important;
        bottom:40px;
    }
    #logo-slider {
        position:relative !important;
        top:60px !important;
        padding:20px;
    }
    .logo-pagination {
        width:100%;
    }
    #partners .red-box {
        top:20px !important;
    }
    .large-title {
        font-size: 84px;
        line-height:80px;
        top:50px;
    }
    .page-section h2 {
        width:100%;
    }
    #tertiary ul li a {
        font-size:11px;
    }
    .large-title {
        left:0;
        margin:0;
        width:100%;
        padding:0 40px;
    }
    #overview .wrap .copy {
        width:100%;
        padding:0 40px;
    }
    #cases-slider .right img {
        display:block;
        margin:0 auto;
    }
    #overview .wrap .title {
        width:100%;
        padding:0 40px;
    }
    #resources li {
        height:350px !important;
    }
    #resources li:nth-child(8n+7),
    #resources li:nth-child(8n) {
        height:500px !important;
    }
    #single .single-post {
        width:60%;
    }
    #who-we-serve .right {
        padding-bottom:60px;
    }
    .home-pagination {
        width:88%;
        top:120px;
        left:50%;
        right:inherit;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-pagination .links {
        width:100%;
    }
    .home-pagination .line {
        display:none;
    }
    .home-pagination .links ul {
        text-align:center;
        margin:0;
    }
    .home-pagination .links ul li {
        display:inline-block;
        float:none;
        width:auto;
        padding:0 20px;
        margin-bottom:0;
    }
    .home-pagination .links ul li a {
        text-indent:-9999px;
        width:20px;
        display:inline-block;
    }
    .home-pagination .links ul li.active a {
        text-indent:0;
        width:auto;
    }
    #home-banner .ipad {
        margin:200px auto 0 auto !important;
    }
    #home-banner .desktop {
        margin:300px auto 0 auto !important;
    }
    .tour-btn {
        position:relative;
        margin:20px 0 0 0;
        left:50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #home-banner .phone {
        display:block;
        position:relative;
        width:300px;
        height:613px;
        z-index:99;
        margin:250px auto 0 auto !important;
        background:url(../images/iphone-blank.png) center center no-repeat;
    }
    #team-lightbox .red-box {
        display:none;
    }
    #team-lightbox .left {
        width:60%;
    }
    #team-lightbox .right {
        width:40%;
    }
    #quotes .copy {
        padding:20px 40px 40px 40px;
    }
}
*/
@media only screen and (max-width:960px) and (min-width:1px) {
	.error404 .col {
		width:100%;
	}
	.page-template-template-about .large-title{
		font-size:84px;
	}
	.page-template-template-about .page-section h2{
		margin-top:0!important;
	}
	.page-template-template-why-opinionlab .large-title {
		font-size: 84px;
		line-height: 80px;
	} 
	#integrations .right{
		min-height:300px;
	}
	.error-title {
		font-size:42px;
	}
    #team-lightbox .photo {
        width:100%;
    }
    #header .brand {
        padding:0 20px;
    }
    #header #navigation > ul > li > a {
        font-size:11px;
        padding:0 5px;
    }
    #anchors ul li a {
        font-size:11px;
        padding:0 5px;
    }
    #footer div.footer-links {
        width:100%;
        margin-bottom:40px;
    }
    #footer .wrap .top > ul {
        width:33.3333%;
        margin:0;
        padding:0 20px 0 0;
    }
    .left, .right {
        width:100%;
        margin-right:0;
    }
    .right {
        margin-top:40px;
    }
    #cases-slider .right {
        padding-right:0 !important;
    }
    #cases-slider .title {
        margin-left:0;
        padding-right:0;
    }
    #cases-slider .copy {
        margin:20px 0 0 0;
        padding-right:0;
    }
    #cases-slider .left .more {
        margin-left:0;
    }
    #cases-slider .arrows {
        margin:10px 0 0 0;
    }
    #cases-slider .next {
        margin:10px 0 0 0;
    }
    .photo-large,
    .photo-small,
    /* .red-box {
        position:relative !important;
    } */
    .photo-large {
        top:0 !important;
        right:inherit !important;
        left:0;
        width:60% !important;
        height:250px !important;
    }
    .photo-small {
        top:inherit !important;
        right:0 !important;
        left:inherit;
        bottom:40px;
        float:right;
        width:60% !important;
        height:250px !important;
    }
    /* .red-box {
        top:inherit !important;
        right:inherit !important;
        left:60px !important;
        bottom:40px;
    } */
    #who-we-serve .red-box {
        right: 0px!important;
        top: 399px!important;
        left: auto!important;
    }
    #logo-slider {
        position:relative !important;
        top: auto!important;
        padding:20px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        left: 0;
    }
    .logo-pagination {
        width:100%;
    }
    #partners .red-box {
        top:auto!important;
    }
    .large-title {
        font-size:84px;
        line-height:80px;
        top:40px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
		white-space: normal!important;
    }
    .page-section h2 {
        width:100%;
    }
    #tertiary ul li a {
        font-size:11px;
    }
    .large-title {
        left:0;
        margin:0;
        width:100%;
        padding:0 40px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    #overview .wrap .copy {
        width:100%;
        padding:0 40px;
    }
    #cases-slider .right img {
        display:block;
        margin:0 auto;
    }
    #overview .wrap .title {
        width:100%;
        padding:0 40px;
    }
    #resources li {
        height:350px !important;
    }
    #resources li:nth-child(8n+7),
    #resources li:nth-child(8n) {
        height:500px !important;
    }
    #single .single-post {
        width:60%;
    }
	body.category-blog #posts .wrap {
		width: 60%;
	}
    #who-we-serve .right {
        padding-bottom:60px;
    }
    #home-banner {
        height: 448px;
    }
    #home-banner .swiper-container {
        height: 448px;
    }
    .home-pagination {
        width:40%;
        top:170px;
        left:60%;
        margin: 0;
        right:inherit;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .home-pagination .links {
        padding-right: 25%;
        width:100%;
    }
    .home-pagination .line {
        height: 71px;
        /*display:none;*/
    }
    .tour-btn {
        height: 35px;
        width: 164px;
        font-size: 14px;
        line-height: 35px;
    }
    .home-pagination .links ul {
        text-align:left;
        margin:0;
    }
    .home-pagination .links ul li {
        width: auto;
        float: left;
        clear: both;
        margin-bottom: 10px;
    }
    .home-pagination .links ul li a {
        font-size: 14px;
    }
    #home-banner .swiper-slide h2 {
        text-align: center;
        margin-top: -61px;
        line-height: 110%;
        width: 100%;
        padding: 0 7%;
    }
    #home-banner .swiper-slide h2 span {
        display: inline-block;
    }
    .slide-focus {
        left: 0;
    }
    .home-pagination .links ul li a {
        display:inline-block;
    }
    .home-pagination .links ul li.active a {
        text-indent:0;
        width:auto;
    }
    #home-banner .ipad {
        margin:294px auto 0 auto !important;
        width: 500px;
        height: 363px;
    }
    #home-banner .ipad-video {
        top: 0px;
        left: 0;
        width: 413px;
        height: 314px;
    }
    #home-banner .ipad .wrapper {
        top: 56px;
        left: 70px;
        width: 361px;
        height: 225px;
    }
    #home-banner .desktop {
        margin:306px auto 0 auto !important;
        width: 450px;
        height: 312px;
    }
    #home-banner .desktop .wrapper {
        top: 18px;
        left: 12px;
        width: 491px;
        height: 250px;
    }
    #welcome .logos {
        margin: -21px 0.6% 0 0.6%;
    }
    #home-banner .desktop-video {
        width: 424px;
        height: 324px;
    }
    .tour-btn {
        position:relative;
        margin:20px 0 0 12px;
        left:auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    #home-banner .phone {
        display:block;
        position:relative;
        z-index:99;
        margin:301px auto 0 auto !important;
    }
    #team-lightbox .red-box {
        display:none;
    }
    #team-lightbox .left {
        width:60%;
    }
    #team-lightbox .right {
        width:40%;
    }
    #quotes .copy {
        padding:20px 40px 40px 40px;
    }
    #who-we-serve .red-box {
        top: 50px!important;
    }
    .popup-form ul.gform_fields li {
        height:auto !important;
    }
  /*  #what-we-do .right .red-box,
    #what-we-do .right .photo-small,*/
    #action .photo-small,
    #action .red-box,
    #improve .red-box,
    #improve .photo-small,
    #give .red-box,
    #give .photo-small,
    #integrations .red-box,
    #integrations .photo-small,
   /* #leadership .red-box,
    #leadership .photo-small,*/
   /* #partners .red-box,
    #partners .photo-small,
    #events .red-box,
    #events .photo-small,*/
 /*   #careers .red-box,
    #careers .photo-small,*/
    #helping .photo-small,
    #helping .red-box {
        display:none;
    }
    #careers .red-box {
        right: auto;
        bottom: auto;
        top: auto;
        left: auto;
    }
    .careers-wrapp {
        margin: 0;
        max-width: 489px;
    }
    #careers .red-box {
        margin-top: -44px;
    }
    #partners .partners-wrapp {
        max-width: 495px;
        margin: 0;
    }

    #careers .photo-large {
        width: 100%!important;
    }
    #what-we-do .right .photo-large {
        height:400px !important;
        width:100% !important;
    }
    #logo-slider {
        width:100% !important;
        margin-bottom:20px;
    }
    #give .photo-large,
    #action .photo-large,
    #improve .photo-large,
    #helping .photo-large,
    #integrations .photo-large
   /* #leadership .photo-large,
    #events .photo-large,
    #careers .photo-large,*/
    /*#what-we-do .right .photo-large*/{
        left:50%;
        width:100% !important;
        max-width:400px;
        height:300px !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .page-section h2 {
        margin:0;
    }
    #welcome .logos {
        padding: 25px 35px 30px 35px;
    }
    #welcome .logos .copy {
        line-height: 31px;
    }
    #welcome .logos ul li {
       // height: 70px;
    }
    #what-we-do .wrap {
        padding: 0 25px;
    }
    .page-template-template-about .page-section h2, .page-template-template-about .page-section .left {
        padding-left: 0px;
    }
    #what-we-do .top-content {
        padding-left: 0;
    }
    #what-we-do .large-title, #leadership .large-title  {
        padding: 0;
    }
    /*.page-section .copy p {
        font-size: 14px;
        line-height: 20px;
    }*/
    #partners .left, #partners .right, #news-media .left, #events .left, #news-media .right, #events .right {
        margin-top: 0;
        width: 100%;
    }
    #leadership .right, #news-media .right, #events .right {
        padding-top: 25px;
        padding-left: 40px;
    }
    #partners .right {
        padding-top: 25px;
    }
    #leadership .photo-small, #leadership .photo-large, #news-media .photo-large, #news-media .photo-small, #events .photo-large, #events .photo-small {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        margin: 0;
        bottom: auto!important;
        text-align: left;
    }
    #leadership .photo-small, #news-media .photo-small, #events .photo-small {
        max-width: 235px;
    }
    #events .red-box {
        position: relative;
        left: auto!important;
        top: auto!important;
        bottom: auto;
        margin: -92px 0 0 -40px;
        z-index: 2147483647;
        width: 92px!important;
        height: 92px!important;
        opacity: 0.8;
    }
    #news-media .red-box, #leadership .red-box {
        display: none;
    }
    .red-box-mobile {
        display: block;
        width: 92px;
        height: 92px;
        position: relative;
        margin: -92px 0 0 -40px;
        background: #db3f37;
        z-index: 2147483647;
        opacity: 0.8;
    }
    #careers .right {
        margin-top: 0;
        padding-top: 25px;
    }
    #careers .red-box { display: none; }
    #careers .red-box-mobile {
        margin: -43px -33px 0 0;
        float: right;
        z-index: 22;
    }
    #what-we-do .copy {
        margin-top: 24px;
    }
    #partners .photo-small {
        display: none;
    }
    .more {
        margin-top: 39px;
        line-height: 27px;
        padding-left: 38px;
        font-size: 12px;
    }
    .more .ico {
        width: 27px;
        height: 27px;
        border-radius: 27px;
    }
    #what-we-do .top-image-box {
        display: inline-block;
		margin-top: 120px;
        width: 100%;
        position: relative;
    }
    #what-we-do .right {
        display: none!important;
    }
    #what-we-do .top-image-box .photo-large {
        padding-top: 25px;
        height: auto!important;
        width: auto!important;
        display: block;
        position: static!important;
        padding-left: 41px;
    }
    #what-we-do .top-image-box .photo-large img {
        width: 100%;
    }
    #what-we-do .left .top-image-box .red-box {
        position: relative!important;
        bottom: auto!important;
        left: auto!important;
        width: 87px!important;
        height: 87px!important;
        z-index: 11999;
        background: #EF3E35;
        opacity: 0.9;
        margin: -47px 0 -40px;
        top: auto!important;
    }
    #what-we-do {
        //padding-bottom: 92px!important;
    }
    #who-we-serve .copy {
        margin-top: 38px;
    }
    #what-we-do .left .top-image-box .photo-small {
        margin-left: 41px;
        height: auto!important;
        width: 100%!important;
        max-width: 234px;
    }
    #what-we-do .left .photo-small {
        height: 180px!important;
        width: 251px!important;
        bottom: auto!important;
    }
    #what-we-do .left .quote {
        font-size: 23px;
        line-height: 30px;
        padding-left: 31px;
        margin: 36px 5% 43px 3px;
        clear: both;
    }
    #what-we-do .left .red-box {
        position: absolute!important;
        left: 193px!important;
        height: 110px!important;
        width: 155px!important;
        opacity: 0.9;
        bottom: -55px!important;
        right: auto!important;
    }
    #who-we-serve .large-title, #who-we-serve .top-content {
        padding: 0;
    }
    #who-we-serve .left {
        margin: 0;
        width: 66%;
    }
    #who-we-serve #logo-slider {
        height: 271px;
        width: 377px!important;
        right: auto;
        left: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
    }
    #logo-slider .swiper-slide {
        height: 205px;
    }
    #who-we-serve .more {
        margin-top: 20px;
    }
    #who-we-serve .right {
        margin: 0;
        padding:28px 0 80px 0;
        max-width: 100%;
        float: none;
    }
	#who-we-serve .left{
		width:100%;
		max-width:100%;
		float:none;
	}
    #who-we-serve .red-box {
        position: absolute!important;
        height: 169px!important;
        width: 236px!important;
        right: 0!important;
        left: auto!important;
        bottom: auto!important;
        top: 220px!important;
    }
    #who-we-serve {
        //padding-bottom: 47px!important;
    }
    #latest .top-content {
        width: 100%;
        padding-left: 7.2%;
    }
    #latest .large-title {
        top: 85px;
    }
    #latest h2 {
        margin-top: 22px;
    }
    #latest .latest-box-wrap {
        margin: 39px 0 0;
    }
    #started {
        height: 85px;
    }
    #started p {
        padding-top: 29px;
        font-size: 20px;
        line-height: 24px;
    }
    #started .demo-btn {
        margin: 23px 0;
    }
    #footer div.footer-links:first-child {
       text-align: left;
        margin-left: 0;
    }
    #footer .footer-logo {
        margin: 0;
    }
    #footer .wrap .top {
        padding-top: 29px;
        margin-left: 0;
    }
    #footer .wrap .top > ul.footer-links {
        width: 19%;
        display: inline-block;
        margin: 0!important;
        vertical-align: top;
        padding: 0 18px;
        padding: 0;
    }
    #footer .footer-links li .sub-menu {
        margin-top: 10px;
    }
    #footer .footer-links li .sub-menu li a {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .footer-links > li:first-child > a {
        font-size: 12px;
    }
    #footer .wrap {
        padding: 0 39px;
    }
    #footer .wrap .bottom .social {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 0px;
        float: right;
        width: 140px;
    }
    #footer .wrap .bottom .legal-links, #footer .wrap .bottom .copyright{
        margin-right: 150px;
    }
    #footer .wrap .bottom .social ul li {
        margin: 0 4px;
    }
    #footer .wrap .bottom .social ul li.twitter a, #footer .wrap .bottom .social ul li.linkedin a {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    

    .home #who-we-serve h2 {
        margin-top: -14px;
    }
    #leadership .red-box {
        top: 271px;
    }
    #leadership .left, 
    #leadership .right {
        margin-top: 0;
        width: 100%;
    }
}

@media only screen and (max-width:880px) and (min-width:1px) {
    #single .single-post {
        width:100%;
        float:left;
        padding:0 40px;
    }
    #single .meta {
        width:100%;
        padding:40px 20px;
    }
    #single .meta .share-wrap {
        margin:20px auto;
        display:inline-block;
        float:none;
    }
    #single .meta .share-wrap a {
        //width:260px !important;
    }
    #at15s.atm {
        margin-left:50px;
    }
    #single .meta .archive {
        border-bottom:1px solid #ececec;
    }
    #single .meta .archive ul {
        display:none;
        background:#fff;
        z-index:99999;
        height:auto;
        width:100%;
        top:100px;
        margin:0 0 20px 0;
        padding:0;
        box-shadow:0 4px 4px -4px rgba(0, 0, 0, 0.4);
    }
    #single .meta .archive ul li {
        width:100%;
        float:left;
        border-bottom:1px solid #ececec;
    }
    #single .meta .archive ul li a {
        width:100%;
    }
    .singlenav-btn {
        display:block;
        position:absolute;
        top:40px;
        right:0;
        float:right;
        width:48px;
        height:48px;
        margin-right:10px;
        background:url(../images/next-arrow.png) center center no-repeat;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    .singlenav-btn.open {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    #team-lightbox .photo {
        width:200px;
        height:200px;
    }
    .accolade {
        padding:0 40px;
    }
    .accolade .image {
        width:20%;
    }
    .accolade .content {
        width:75%;
        margin-left:5%;
    }
    #overview .wrap .title {
        padding:0 40px !important;
    }
    #header .wrap .utility .utility-nav ul li a {
        font-size:11px;
    }
    #flyout ul.main-links > li.demo-btn, #truste-consent-content {
        display: none!important;
    }
}

@media only screen and (max-width:880px) and (min-width:1px) {
    body.category-blog #posts .archive,
    #simple-content .wrap {
        padding:0 40px;
    }
    body.category-blog #posts .wrap,
    #single .single-post {
        width:100%;
        float:left;
        padding:0 40px;
    }
	body.category-blog #posts .archive {
        width:100%;
    }
    #single .meta {
        width:100%;
        padding:40px 20px;
    }
    #single .meta .share-wrap {
        margin:20px auto;
        display:inline-block;
        float:none;
    }
    #single .meta .share-wrap a {
        //width:260px !important;
    }
    #at15s.atm {
        margin-left:50px;
    }
    body.category-blog #posts .archive,
    #single .meta .archive {
        border-bottom:1px solid #ececec;
    }
    body.category-blog #posts .archive ul,
    #single .meta .archive ul {
        display:none;
        background:#fff;
        z-index:99999;
        height:auto;
        width:100%;
        top:100px;
        margin:0 0 20px 0;
        padding:0;
        box-shadow:0 4px 4px -4px rgba(0, 0, 0, 0.4);
    }
    body.category-blog #posts .archive ul li,
    #single .meta .archive ul li {
        width:100%;
        float:left;
        border-bottom:1px solid #ececec;
    }
    body.category-blog #posts .archive ul li a,
    #single .meta .archive ul li a {
        width:100%;
    }
    .singlenav-btn {
        display:block;
        position:absolute;
        top:40px;
        right:0;
        float:right;
        width:48px;
        height:48px;
        margin-right:10px;
        background:url(../images/next-arrow.png) center center no-repeat;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    .singlenav-btn.open {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    #partners .red-box {
        margin-top: -51px;
    }
}

@media only screen and (max-width:820px) and (min-width:1px) {
	.location {
		width: 100%;
	}
	.persist-area .page-section .wrap{
		padding-top: 120px; 
	}
	.page-template-template-why-opinionlab .page-section h2 {
		margin: 120px 0 0 0;
	}
	.page-template-template-why-opinionlab .large-title {
		font-size: 84px;
		line-height: 80px;
	}
	#flyout .demo-btn{
		display: block;
		float: none;
		width: 88%;
		height: 36px;
		background: #db3f37;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-family: 'quattrocento_sansbold';
		font-size: 12px;
		line-height: 37px;
		margin: 28px auto 20px;
	}
	#give .wrap{
		padding: 100px 20px 0 20px;
	}
	#cases #cases-slider{
		padding-left:35px;
		padding-right:35px;
	}
    .page-template-template-leadership #team-lightbox {
        position:fixed !important;
    }
    .page-template-template-leadership #team-lightbox .wrapper {
        margin:0 auto !important;
    }
    #team-lightbox {
        position:absolute;
        height:100%;
    }
    #team-lightbox .wrapper-inside {
        height:auto !important;
    }
    #cases-slider .prev-arrow {
        display: block;
        position: absolute;
        left: 20px;
        top:230px;
        float: left;
        width: 40px;
        height: 40px;
        opacity:.5;
        border-radius: 40px;
        z-index:99999;
        background: url(../images/button-arrow-white-left.png) #EF3E35 center center no-repeat;
    }
    #cases-slider .prev-arrow.on {
        opacity:1;
    }
    #cases-slider .next-arrow {
        display: block;
        position: absolute;
        right: 20px;
        top:230px;
        float: left;
        width: 40px;
		opacity:.5;
        height: 40px;
        border-radius: 40px;
        z-index:99999;
        background: url(../images/button-arrow-white.png) #EF3E35 center center no-repeat;
    }
    #cases-slider .next-arrow.on {
        opacity:1;
    }
    .cs-nav {
        display:block;
        width:100%;
        position:relative;
        padding:20px 0;
    }
    .cs-nav p {
        font-size:24px;
        text-align:center;
        color: #2f363b;
        font-family: quattrocento_sansbold, sans-serif;
    }
    #cases .mobile-on {
        display:block;
    }
    #cases-slider .arrows,
    #cases-slider .next {
        display:none !important;
    }
    .featured-resource .thumb {
        margin-bottom:20px;
        width:100%;
    }
    .featured-resource .content {
        width:100%;
        float:left;
        padding:0;
    }
    .featured-resource {
        padding:60px 20px;
    }
    .swiper-tabs {
        display:none;
    }
    .swiper-tabs + .rule {
        display:none;
    }
    body.page-template-template-ourcustomers .wrap .copy ul li,
    body.page-template-template-about-child .wrap .copy ul li {
        width:50%;
    }
    #resources li .copy {
        padding-bottom:20px;
    }
    .page-template-template-resources #welcome, #resources {
        top:0;
    }
    .page-section {
        padding-bottom:40px !important;
    }
    #footer .wrap .bottom img {
        margin:0 auto 20px auto;
        float:none;
    }
    #hamburger {
        display: block;
        margin-top: 15px;
    }
    .hamburglar {
        position: relative;
        display: block;
        float: right;
        width: 48px;
        height: 48px;
        margin: 0 0 0 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background: transparent;
        -webkit-touch-callout: none;
    }
    .path-burger {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 48px;
        height: 48px;
        -webkit-mask: url(#mask);
        mask: url(#mask);
        -webkit-mask-box-image: url(http://45.55.84.54/vios/wp-content/themes/vios_childtheme/images/mask.svg);
    }
    .animate-path {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
    }
    .path-rotation {
        width: 30px;
        height: 34px;
        margin: 34px 34px 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .path-rotation:before {
        display: block;
        width: 30px;
        height: 34px;
        margin: 0 4px 0 0;
        content: '';
        background: transparent;
    }
    .hamburglar.is-open .path {
        -webkit-animation: dash-in .3s linear normal;
        animation: dash-in .3s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-open .animate-path {
        -webkit-animation: rotate-in .3s linear normal;
        animation: rotate-in .3s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-closed .path {
        -webkit-animation: dash-out .3s linear normal;
        animation: dash-out .3s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-closed .animate-path {
        -webkit-animation: rotate-out .3s linear normal;
        animation: rotate-out .3s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .path {
        stroke-dasharray: 240;
        stroke-dashoffset: 240;
        stroke-linejoin: round;
    }
    .burger-icon {
        position: absolute;
        width: 48px;
        height: 48px;
        padding: 10px 6px;
    }
    .burger-container {
        position: relative;
        width: 30px;
        height: 20px;
        margin: 4px 0 0 3px;
    }
    .burger-bun-top,
    .burger-bun-bot,
    .burger-filling {
        position: absolute;
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 3px;
        background: #2f363b;
    }
    .burger-bun-top {
        top: 0;
        margin-top: 0;
        -webkit-transform-origin: 30px 2px;
        -ms-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }
    .burger-bun-bot {
        bottom: 0;
        -webkit-transform-origin: 30px 2px;
        -ms-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }
    .burger-filling {
        top: 8px;
    }
    .burger-ring {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
    }
    .svg-ring {
        width: 48px;
        height: 48px;
    }
    .hamburglar.is-open .burger-bun-top {
        margin-top: -6px;
        -webkit-animation: bun-top-out .1s linear normal;
        animation: bun-top-out .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background: #db3f37;
    }
    .hamburglar.is-open .burger-bun-bot {
        -webkit-animation: bun-bot-out .1s linear normal;
        animation: bun-bot-out .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background: #db3f37;
    }
    .hamburglar.is-open .burger-icon {
        padding: 13px 6px;
    }
    .hamburglar.is-closed .burger-bun-top {
        -webkit-animation: bun-top-in .1s linear normal;
        animation: bun-top-in .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-closed .burger-bun-bot {
        -webkit-animation: bun-bot-in .1s linear normal;
        animation: bun-bot-in .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-open .burger-filling {
        -webkit-animation: burger-fill-out .1s linear normal;
        animation: burger-fill-out .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .hamburglar.is-closed .burger-filling {
        -webkit-animation: burger-fill-in .1s linear normal;
        animation: burger-fill-in .1s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    #header .brand {
        height:75px;
    }
    #header #navigation,
    #anchors {
        display:none;
    }
    #tertiary.fixedHeader {
        position:relative;
        top:inherit;
    }
    #header .wrap .utility,
    .page #header .top-rule {
        display:none;
    }
    #header {
        height:auto;
    }
   /* #footer .wrap .bottom .legal-links {
        width:100%;
    }*/
   /* #footer .wrap .bottom .copyright {
        width:100%;
        text-align:center;
    }*/
    /*#footer .wrap .bottom .social {
        position:relative;
        bottom:inherit;
        width:100%;
        margin-bottom:20px;
    }*/
    #footer .wrap .bottom .social ul {
        text-align:center;
    }
    #footer .wrap .bottom .social ul li {
        display:inline-block;
        float:none;
        vertical-align:top;
        margin:0 10px;
    }
    /*#footer .wrap .top > ul {
        width:100%;
        text-align:center;
        padding:0;
    }*/
    /*#footer .wrap .menu-item-68,
    #footer .wrap .menu-item-76 {
        margin-top:30px;
    }*/
    /*#footer .footer-logo {
        margin:0 auto;
    }*/
    #welcome .logos ul li {
        width:32.3333%;
    }
   /* .page-section h2 {
        margin:120px 0 0 0;
    }*/
    #what-we-do .right .photo-small {
        top:0;
        z-index:99999;
    }
    #what-we-do .right .photo-large {
        width:100% !important;
        height:200px !important;
    }
    #what-we-do .right .red-box {
        top:-180px;
        left:280px;
    }
    .page-section .wrap {
        padding:0 40px;
    }
    #leadership h2 {
        margin: 60px 0 0;
    }
    #partners.page-section h2 {
        margin-top: 28px;
    }
    #accolades h2 {
        margin-top: 108px;
    }
    #news-media h2 {
        margin-top: 121px;
    }
    #events h2 {
        margin-top: 109px;
    }
    #careers h2 {
        margin-top: 109px;
    }
    #patents h2, #verint h2 {
        margin-top: 127px;
    }
    /*#who-we-serve .red-box,*/
    #logo-slider {
        position:relative !important;
    }
   /* #who-we-serve .red-box {
        top:0 !important;
        left:80px;
    }*/
    #logo-slider {
        top:40px !important;
    }
    #welcome {
        margin-bottom:0px;
        padding-bottom:0px !important;
    }
    .page-template-template-resources #welcome {
        margin:0 !important;
        padding-bottom:0 !important;
    }
    #latest .latest-box-wrap .latest-box {
        width:50%;
    }
    #flyout {
        display:block;
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
        max-width:500px;
        background:#f3f3f3;
        z-index:1;
    }
    #flyout .wrapper {
        position:relative;
    }
    #flyout .rule {
        position:absolute;
        bottom:0;
        left:0;
    }
    #flyout ul.utility-links {
        margin:0;
        position:relative;
        padding:20px 0 0 0;
        height:65px;
        list-style:none;
        background:#fff;
        text-align:center;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.utility-links.closed {
        height:0;
    }
    #flyout ul.utility-links li {
        display:inline-block;
        width:auto;
        background:#fff;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.utility-links li a {
        display:block;
        text-align:center;
        width:100%;
        color: #959697;
        font-family: 'quattrocento_sansbold';
        font-size: 13px;
        line-height: 15px;
        height:auto;
        padding:0 20px;
        background:#fff;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.utility-links li:last-child a {
        padding-bottom:20px;
    }
    #flyout ul.utility-links li .rule {
        display:none;
    }
    #flyout ul.main-links {
        padding:0;
        margin:0;
        list-style:none;
        background:#fff;
    }
    #flyout ul.main-links > li {
        display:block;
        float:left;
        height:55px;
        width:100%;
        position:relative;
        background:#fff;
        opacity:1;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.main-links li a {
        display:block;
        position:absolute;
        top:0;
        left:0;
        text-align:center;
        width:100%;
        color: #2f363b;
        font-family: 'quattrocento_sansbold';
        font-size: 13px;
        line-height: 55px;
        height:55px;
        padding:0 20px;
        background:#fff;
        opacity:1;
        text-transform:uppercase;
    }
    #flyout ul.main-links li a .ico {
        display:block;
        position:absolute;
        right:20px;
        top:30px;
        width:20px;
        height:20px;
        background:url(../images/mobile-nav-arrow.png) center center no-repeat;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.main-links li.closed {
        opacity:0;
        height:0;
    }
    #flyout ul.main-links li.closed a {
        opacity:0;
        height:0;
    } 
    #flyout ul.main-links li .sub-menu li {
        height:45px;
        line-height: 45px;
    }
    #flyout ul.main-links li .sub-menu li a {
        display:block;
        text-align:center;
        width:100%;
        color: #2f363b;
        font-family: 'quattrocento_sansbold';
        font-size: 13px;
        line-height: 45px;
        height:45px;
        padding:0 20px;
        background:#fff;
        text-transform:uppercase;
    }
    #flyout ul.main-links li a .ico {
        display:block;
        position:absolute;
        right:20px;
        top:17px;
        width:20px;
        height:20px;
        background:url(../images/mobile-nav-arrow.png) center center no-repeat;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.main-links li.closed {
        opacity:0;
        height:0;
    }
    #flyout ul.main-links li.closed a {
        opacity:0;
        height:0;
    } 
    #flyout ul.main-links li .sub-menu li {
        height:45px;
        line-height: 45px;
    }
    #flyout ul.main-links li .sub-menu li a {
        display:block;
        text-align:center;
        width:100%;
        color: #2f363b;
        font-family: 'quattrocento_sansbold';
        font-size: 13px;
        line-height: 45px;
        height:45px;
        padding: 0 35px 0 20px;
        background:#fff;
        text-transform:uppercase;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.main-links li .sub-menu li a .ico {
        top:10px;
    }
    #flyout ul.main-links li.open {
        position:absolute;
        top:0;
        z-index:999999;
    }
    #flyout ul.main-links li.open a {
        position:relative;
    }
    #flyout ul.main-links > li.open > a .ico {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #flyout .sub-menu {
        display:none;
        list-style:none;
        float:left;
        width:100%;
        padding:0;
        margin:0;
    }
    #flyout .sub-menu li:last-child .rule {
        display:none;
    }
    #flyout .demo-btn {
       /* width:100% !important;
        height:40px !important;
        background:transparent !important;*/
    }
    #flyout .demo-btn a {
        display:block !important;
        width:88% !important;
        height:40px !important;
        background:#EF3E35 !important;
        border-radius:40px !important;
        color:#fff !important;
        text-align:center !important;
        text-transform:uppercase !important;
        font-family: quattrocento_sansbold, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
        margin:20px 6%;
    }
    #flyout .demo-btn a:hover {
        color:#fff;
    }
    #flyout .demo-btn a .ico,
    #flyout .demo-btn a .rule {
        display:none !important;
    }
    #tertiary ul {
        display:none;
        position:absolute;
        top:48px;
        z-index:999999;
        background:#fff;
    }
    .subnav-btn {
        display:block;
        float:right;
        width:48px;
        height:48px;
        margin-right:10px;
        background:url(../images/next-arrow.png) center center no-repeat;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    .subnav-btn.open {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    #tertiary ul {
        height:auto;
        width:100%;
        box-shadow:0 4px 4px -4px rgba(0, 0, 0, 0.4);
    }
    #tertiary ul li {
        width:100%;
        border-bottom:1px solid #ececec;
    }
    #tertiary ul li a {
        width:100%;
    }
    body.page-template-template-ourcustomers #overview .wrap .copy {
        padding:0 20px;
    }
    #quotes .prev-arrow,
    #quotes .next-arrow {
        display:none;
    }
    #resources ul li {
        width:100%;
        height:auto !important;
    }
    #resources li:nth-child(8n+7), #resources li:nth-child(8n) {
        height:auto !important;
    }
    #single .signup .gform_body {
        width:100%;
    }
    #single .signup .gform_footer {
        width:100%;
    }
    #single .signup input[type="submit"] {
        width:100%;
    }
    #single .signup input[type="text"] {
        width:100% !important;
    }
    #single .signup .gform_wrapper {
        width:100%;
    }
    #team-lightbox .left {
        width:100%;
    }
    #team-lightbox .right {
        width:100%;
        padding-top:100px;
    }
    #team-lightbox .photo {
        position:relative;
        left:50%;
        top:0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #team-lightbox .copy {
        padding:0;
        margin:40px 6%;
        width:88%;
    }
    /* #team ul li {
        width:30.33%;
    }
    #team ul li:nth-child(4n) {
        margin-right:4%;
    }
    #team ul li:nth-child(3n) {
        margin-right:0;
    } */
    .mobile-menu-name {
        display:block;
        float:right;
        font-size:20px;
        line-height:20px;
        margin:17px 10px 0 0;
        text-transform:uppercase;
    }
    #tertiary ul li a {
        font-size:16px;
    }
    #quotes .copy {
        font-size:18px;
        line-height:24px;
        padding:0;
    }
    #quotes .logo {
        margin:0;
    }
    #latest {
        padding-bottom: 25px!important;
    }
    .home #who-we-serve h2 {
        margin-top: 84px;
    }
    #latest h2 {
        margin-top: 119px;
    }
	.large-title {
		font-size: 72px;
		line-height:72px;
	}
}
@media only screen and (max-width:767px) and (min-width:1px) {
    #header .brand {
        height: 60px;
        padding: 0 12px;
    }
	.large-title {
		font-size: 67px;
		line-height:67px;
	}
    .demo-btn, .slide-focus {
        display: none!important;
    }
	#oo_tab {
		display: block!important;
    }
    .home-pagination {
        padding: 0 17px;
        width: 100%;
        top: 170px;
        left: 0;
        margin: 0;
    }
    .home-pagination .line {
        left: 20px;
        height: 103px;
    }
    #leadership .right, #news-media .right, #events .right {
        padding-left: 0;
    }
    #home-banner, #home-banner .swiper-container, #home-banner .banner {
        height: 556px;
    }
    .home-pagination .links {
        padding-right: 0;
    }
    .home-pagination .links ul li {
        margin-bottom: 21px;
    }
    .home-pagination .links ul li a {
        font-size: 22px;
        line-height: 26px;
    }
    .home-pagination {
        top: 260px;
    }
    #home-banner .swiper-slide h2 {
        margin-top: -1px;
    }
    .tour-btn {
        margin-top: 11px;
        width: 256px;
        height: 53px;
        line-height: 53px;
        border-radius: 53px;
        font-size: 17px;
        font-weight: 700;
    }
    #header #logo {
        margin-top: 11px;
    }
    #hamburger {
        margin-top: 7px;
    }
    #welcome .logos ul li img {
        width: 77%;
    }
    #welcome .logos {
        padding: 40px 27px 48px;
    }
    #what-we-do {
        padding-top: 29px!important;
    }
    .large-title {
        font-size: 67px;
        line-height: 67px;
        width: auto;
        white-space: nowrap;
        font-weight: 900;
    }
    #what-we-do .top-content {
        padding: 0 32px;
    }
    #what-we-do  .large-title {
        top: 88px;
    }
    #what-we-do h2 {
        margin-top: 102px;
    }
    #what-we-do.page-section {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #what-we-do .wrap {
        padding: 0!important;
    }
    .more {
        font-size: 14px;
        line-height: 40px;
        margin:30px 0 0 0;
        padding-left:50px;
        font-weight: 700;
    }
    #what-we-do .more {
        margin-top: 32px;
    }
    .more .ico {
        display:block;
        position:absolute;
        left:0;
        float:left;
        width:40px;
        height:40px;
        border-radius:40px;
        margin-right:20px;
    }
    #what-we-do .top-image-box .photo-large  {
        padding-left: 33px;
    }
    #what-we-do .left .top-image-box .photo-small {
        margin-left: 33px;
    }
    #what-we-do .left .quote {
        margin: 36px 10% 43px 33px;
        font-size: 21px;
        line-height: 26px;
        padding-left: 27px;
    }
    #what-we-do .top-image-box {
        padding-top: 38px;
    }
    #consent_blackbar {
        display: none!important;
    }
    #header.sticky .wrap {
        position: fixed;
        right: 0;
        top: 0;
    }
    #header {
        z-index: 999999999;
    }
    #header .wrap{
        background: #F4F4F4;
        z-index: 999999999;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        border-bottom: 1px solid #D2D3D5;
        height: 60px;
    }
    #header.sticky.is-open .wrap, #header.is-open.sticky .wrap {
        right: 500px;
    }
    #flyout {
        position: fixed;
    }
	body.hide-block{
		overflow:hidden;
	}
    #what-we-do .left .photo-small {
        margin-left: 33px;
    }
    .home #who-we-serve h2 {
        width: 100%;
        font-size: 36px;
        line-height: 32px;
        margin-top: 94px;
    }
    #who-we-serve .left {
        width: 100%;
    }
    #who-we-serve  {
        padding: 0 19px 40px!important;
    }
    #latest .large-title {
        top: 109px;
    }
    #latest {
        padding-left: 0;
        padding-right: 0;
    }
    #latest.page-section .wrap, #latest .large-title {
        padding: 0!important;
    }
    #latest h2 {
        margin-top: 152px;
    }
    #latest .top-content {
        padding-left: 10%;
    }
    #started .demo-btn {
        display: inline-block!important;
    }
    #footer .wrap .bottom .social {

        position: relative;
        bottom: auto;
        right: auto;
        float: right;
        width: 100%;
    }
    #footer .wrap .bottom .legal-links, #footer .wrap .bottom .copyright {
        margin-right: 0;
        width: 100%;
        text-align: left;
    }
    #footer .wrap .top > ul.footer-links {
        width: 32%;
    }
}
@media only screen and (max-width:680px) and (min-width:1px) {
	.post .photo {
		width: 223px;
		height: 170px;
	}
	.post .copy{
		font-size: 16px;
		line-height: 30px;
	}
	#single .single-post .buttons{
		margin-top: -40px;
		margin-bottom: 20px;
		width:100%;
	}
	body.category-blog #posts .wrap{
		padding:0 15px;
	}
	.post .excerpt {
		width: calc(97% - 223px);
	}
	#resources li.resource-center a{
		height:30px;
	}
}
@media only screen and (max-width:659px) and (min-width:1px) {
    #header.sticky.is-open .wrap, #header.is-open.sticky .wrap {
        right: 300px;
    }
    #what-we-do .left .photo-small {
        height: 143px!important;
        width: 195px!important;
    }
    #what-we-do .left .red-box {
        height: 86px!important;
        width: 117px!important;
        left: 170px!important;
        bottom: -42px!important;
    }
    #what-we-do .left .quote {
        margin: 36px 10% 24px 33px;
    }
    #what-we-do {
        padding-bottom: 63px!important;
    }
    #latest .latest-box-wrap .latest-box {
        width: 50%;
    }
    #flyout {
        max-width: 300px;
    }
    #flyout ul.utility-links li {
        width: 100%;
    }
    #flyout ul.utility-links {
        height: auto;
    }
    #flyout ul.utility-links li a {
        font-size: 17px;
        line-height: 30px;
        padding: 3px 20px;
    }
    #flyout ul.main-links li {
        height: 83px;
    }
    #flyout ul.main-links li a {
        height: 83px;
        line-height: 83px;
        font-size: 15px;
    }
    #flyout ul.main-links li a .ico {
        top: 30px;
    }
}
@media only screen and (max-width:480px) and (min-width:1px) {
    .page-template-template-about #overview, .post-type-archive-currentopenings #overview, .page-template-template-news-media #overview {
        padding: 0 2px;
    }
	.persist-area .page-section .wrap{
		padding-top: 80px; 
	}
    #latest .latest-box-wrap .latest-box {
        display: none!important;
    }
    #latest .mobile-wrapp {
        padding: 0 12px;
    }
    #home-tall {
        min-height: 470px;
    }
    #home-tall .swiper-slide {
        padding: 34px 27px;
        min-height: 470px;
        opacity: 0!important;
    }
    #home-tall .swiper-slide.swiper-slide-active {
        opacity: 1!important;
    }
    #home-tall .mobile-pagination {
        position: absolute;
    }
    #latest .swiper-slide .more {
        left: 27px;
        bottom: 45px;
    }
    #home-tall .swiper-slide .icon {
        height: 60px!important;
        width: 60px!important;
        background-size: contain;
    }
    #latest .mobile-pagination {
        width: 100%;
        bottom: auto;
        display:inline-block;
        position:relative;
        left:auto;
        z-index:9999999999;
        margin: 28px 0 0 0;
        text-align:center;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        float: left;
    }
    #latest  .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
        border-radius: 12px;
    }
    #latest .swiper-pagination-bullet {
        margin: 0 6px;
    }
    #footer .wrap .top > ul.footer-links {
        width: 49%;
    }
    #leadership .wrap, #partners .wrap, #accolades .wrap, #news-media .wrap, #events .wrap, #careers .wrap, #patents .wrap, #verint .wrap {
        padding-left: 33px!important;
        padding-right: 33px!important;
    }
	#cases-slider .prev-arrow{
		left:5px;
	}
	#cases-slider .next-arrow{
		right:5px;
	}
	#cases #cases-slider {
		padding-left: 40px;
		padding-right: 40px;
	}
	#solution .prev-arrow, #solution .next-arrow{
		z-index:999;
	}
	.post .excerpt, .post .photo{
		float:none;
		width:100%;
	}
	.post .photo{
		height:250px;
		background-size:cover;
	}
}
@media only screen and (max-width:440px) and (min-width:1px) {
    #who-we-serve #logo-slider {
        height: 212px;
        width: 293px!important;
    }
    #logo-slider .swiper-slide {
        height: 146px;
    }
    #who-we-serve .red-box {
        height: 132px!important;
        width: 179px!important;
        right: -11px!important;
        top: 203px!important;
    }
    #who-we-serve .right {
        padding: 20px 0 68px 0;
    }
}
@media only screen and (max-width:700px) and (min-width:1px) {
    #home-banner h1, #home-banner .swiper-slide h2 {
        font-size:42px;
        line-height:42px;
    }
    .accolade .image {
        width:100%;
        max-width:200px;
        margin-bottom:40px;
    }
    .accolade .content {
        width:100%;
        margin-left:0;
    }
}

@media only screen and (max-width:360px) and (min-width:1px) {
    #welcome .logos ul li {
        width:49%;
    }
    #flyout {
        display:block;
        //position: fixed;
        top:0;
        right:0;
        width:100%;
        height:100%;
        max-width:300px;
        background:#f3f3f3;
        z-index:1;
    }
    #flyout ul.utility-links {
        margin:0;
        padding:20px 0 0 0;
        list-style:none;
        background:#fff;
    }
    #flyout ul.utility-links li {
        width:100%;
        background:#fff;
    }
    #flyout ul.utility-links li a {
        display:block;
        text-align:center;
        width:100%;
        color: #959697;
        font-family: 'quattrocento_sansbold';
        font-size: 13px;
        line-height: 15px;
        height:auto;
        padding:0 20px;
        background:#fff;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.utility-links li:last-child a {
        padding-bottom:20px;
    }
    .menu-item-59 .rule,
    .menu-item-60 .rule {
        display:none;
    }
    #flyout ul.main-links {
        padding:0;
        margin:0;
        list-style:none;
        background:#fff;
    }
    #flyout ul.main-links li {
        width:100%;
        background:#fff;
    }
    #flyout ul.main-links li a {
        display:block;
        text-align:center;
        width:100%;
        color: #2f363b;
        font-family: 'quattrocento_sansbold';
        height: 83px;
        line-height: 83px;
        font-size: 15px;
        padding:0 20px;
        background:#fff;
        text-transform:uppercase;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    #flyout ul.main-links li {
        height: 83px;
    }
    #flyout ul.utility-links {
        padding: 8px 0 0 0;
    }
    #flyout ul.main-links li a .ico {
        top: 30px;
    }
    .photo-large {
        height:200px !important;
    }
    .photo-small {
        height:150px !important;
        width:55% !important;
    }
    body.page-template-template-ourcustomers #overview .wrap .copy {
        margin-bottom:0;
    }
    /*.post .photo {
        width:50%;
        left:50%;
        position:relative;
        margin-right:0;
        margin-bottom:10px;
        background-size: 100% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }*/
	.post .photo{
		height:200px;
	}
    .post .excerpt {
        width:100%;
    }
    #home-banner .phone {
        display:none;
    }
    #home-banner .ipad {
        display:none;
        position:relative;
        width:398px;
        height:482px;
        z-index:99;
        left:50%;
        margin:220px 0 0 0 !important;
        background-size:100% !important;
        background:url(../images/ipad-blank.png) center center no-repeat;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #home-banner .ipad-video {
        display:block;
        position:absolute;
        top:44px;
        left:44px;
        width:308px;
        height:402px;
        z-index:999;
    }
    #home-banner .desktop {
        display:none;
        position:relative;
        width:400px;
        height:420px;
        z-index:99;
        margin:320px 0 0 0 !important;
        left:50%;
        background-size:100% !important;
        background:url(../images/desktop-blank.png) 0 0 no-repeat;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #home-banner .desktop-video {
        display:block;
        position:absolute;
        top:4px;
        left:7px;
        width: 387px;
        height:295px;
        z-index:999;
    }
    #team-lightbox .copy {
        padding:0;
        margin:40px 10%;
        width:80%;
    }
    #careers .wrapper .job-info {
        padding:20px 40px;
    }
    #flyout ul.utility-links {
        height:auto;
        padding:20px 0;
    }
    .line {
        display:block !important;
        height:70px !important;
    }
    .home-pagination .links ul li {
        display:block;
        position:relative;
        float:left;
        width:100%;
        margin-bottom:10px;
        text-align:left;
        padding-left:30px;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    .home-pagination .links ul li a {
        color: #fff;
    }
    body.page-template-template-ourcustomers .wrap .copy {
        padding:0;
    }
    #integrations .right {
        padding-bottom:60px;
    }
    #footer .wrap .top > ul.footer-links {
        width: 100%;
    }
    #who-we-serve #logo-slider {
        height: 170px;
        width: 243px!important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    #home-banner .phone-video {
        top:20px;
        left:31px;
        width:198px;
        height:430px;
    }
    #home-banner .ipad-video {
        height:293px;
    }
    #home-banner .desktop-video {
        height:309px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    #home-banner .phone-video {
        top:20px;
        left:31px;
        width:198px;
        height:430px;
    }
    #home-banner .ipad-video {
        height:293px;
    }
    #home-banner .desktop-video {
        height:309px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
    #home-banner .phone-video {
        top:20px;
        left:31px;
        width:198px;
        height:430px;
    }
    #home-banner .ipad-video {
        height:293px;
    }
    #home-banner .desktop-video {
        height:309px;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    #home-banner .phone-video {
        top:20px;
        left:31px;
        width:198px;
        height:430px;
    }
    #home-banner .ipad-video {
        height:293px;
    }
    #home-banner .desktop-video {
        height:309px;
    }
}

@media only screen and (max-width:560px) and (min-width:1px) {
#single .single-post a.pdf.right-it {
    margin-top: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
    body.page-template-template-ourcustomers .wrap .copy ul li,
    body.page-template-template-about-child .wrap .copy ul li {
        width:100%;
        margin:0;
        min-height:100px;
    }
    .demo-btn {
        display:none;
    }
    /*#welcome .logos {
        padding:40px 20px;
    }*/
    #started p {
        padding-top: 47px;
        width:100%;
        text-align:center;
        font-size: 27px;
        line-height: 30px;
    }
    #started {
        text-align: center;
    }
    #started .demo-btn {
        width:auto;
        margin:27px auto 59px;
        padding: 0 23px;
        font-size: 14px;
        float: none;
        height: 42px;
        line-height: 42px;
    }
    #started {
        height:auto;
    }
    .photo-large {
        top:40px;
        right:inherit;
        left:0;
    }
    .photo-small {
        top:inherit;
        right:0;
        left:inherit;
        bottom:40px;
        float:right;
    }
    .red-box {
        top:inherit !important;
        right:inherit !important;
        left:60px;
        bottom:40px;
    }
    #inside-banner h1 {
        font-size:36px;
        line-height:40px;
    }
    #flyout .demo-btn {
        display:block !important;
    }
    #logo-slider {
        width:300px;
    }
    #team-lightbox .right,
    #team-lightbox .left {
        padding:0;
    }
    #team-lightbox .right {
        padding-top:40px !important;
    }
    /* #team ul li {
        width:48%;
    }
    #team ul li:nth-child(4n) {
        margin-right:4%;
    }
    #team ul li:nth-child(3n) {
        margin-right:4%;
    }
    #team ul li .photo {
        width:100%;
    }
    #team ul li:nth-child(2n) {
        margin-right:0;
    } */
    .accolade .image {
        margin-bottom:0;
    }
    body.page-template-template-ourcustomers .wrap .copy ul li {
        min-height:auto;
    }
    body.page-template-template-ourcustomers .wrap .copy ul li a {
        position:relative;
        top:inherit;
        left:inherit;
        -webkit-transform: translateY(0%) translateX(0%);
        -moz-transform: translateY(0%) translateX(0%);
        -o-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
    }
	body.page-template-template-contact div#gform_confirmation_message_1 {
		font-size: 20px;
		font-weight: 700;
		/* margin-bottom: 1.6em; */
		padding: 1em 0;
		clear: both;
		width: 100%;
		line-height: normal;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:480px) and (min-width:1px) {
	.error-title {
		font-size:24px;
	}
    #footer .wrap .bottom .legal-links li {
        width:100%;
        border-right:0;
        margin:0;
        padding:0;
    }
    #welcome .logos ul li {
        width:49%;
        padding:20px 0;
    }
    #overview .wrap {
        padding-bottom:20px !important;
    }
    .photo-large {
        height:200px !important;
        width:80% !important;
    }
    .photo-small {
        height:200px !important;
        width:75% !important;
    }
   /* .large-title {
        font-size:54px;
        line-height:44px;
        top:50px;
    }*/
    .page-section h2 {
        font-size:36px;
        line-height:36px;
        width: 100%;
    }
    #page-section {
        padding:0 10px 40px 10px!important;
    }
    #latest {
        padding:0 0 48px!important;
    }
    body.category-blog #posts .archive {
        padding:0 !important;
    }
    .page-section .wrap {
        padding:0 10px !important;
    }
    .large-title {
        padding:0 20px;
    }
    #overview .wrap .title {
        margin-top:20px;
    }
    #single .signup {
        padding:40px 20px;
    }
    #single .signup .label {
        font-size:18px;
    }
    .home-pagination .links ul li {
        padding:0 5px 0 20px;
    }
    .home-mobile-content {
        display:block;
    }
    body.page-template-template-about-child .wrap .copy h3 {
        margin-top:40px;
    }
    #welcome {
        margin-bottom:0;
    }
    .home #welcome .wrap {
        padding:0 !important;
    }
    #overview .wrap .copy {
        padding:0 20px;
    }
    #solution .box .copy {
        padding:0;
    }
    #solution .box .title {
        padding:20px 0 10px 0;
    }
   /* #welcome .logos ul li img {
        width:50%;
    }*/
    #home-logos {
        display:block;
        float:left;
        width:100%;
        height:200px;
        padding:40px;
        margin-bottom:60px;
    }
    #home-logos .swiper-container {
        height:120px;
    }
    #home-logos .swiper-slide {
        position:relative;
    }
    #home-logos img {
        max-width:70%;
        display:block;
        position:absolute;
        top:50%;
        left:50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .home #welcome .logos {
       /* display:none;*/
    }
    #solution .next-arrow {
        right:-10px;
    }
    #solution .prev-arrow {
        left:-10px;
    }

}

@media only screen and (max-width:440px) and (min-width:1px) {
    #header #logo {
        width:180px;
    }
    #header #logo a {
        width:180px;
        background-size:100% !important;
    }
    /*#header .brand {
        padding:0 20px;
    }*/
    #hamburger {
        margin:7px 0 0 0;
    }
    .photo-large {
        width:55% !important;
        height:100px !important;
    }
    .photo-small {
        width:55% !important;
        height:100px !important;
        bottom:10px !important;
    }
    .red-box {
        width:50px !important;
        height:50px !important;
    }
    #inside-banner h1 {
        font-size:24px;
        line-height:30px;
        top:35%;
    }
    #inside-banner,
    #inside-banner .banner {
        height:200px;
    }
    #logo-slider {
        width:100%;
    }
    #single .meta .share-wrap a {
       //width:100% !important;
    }
    #single .meta {
        min-width:100%;
    }
    /* #team ul li {
        width:100%;
        margin-right:0 !important;
        height:auto;
    } */
    #team {
        padding-top:40px !important;
    } 
    /*#welcome .logos ul li img {
        width:70%;
    }*/
	.cs-nav p {
		font-size:14px;
		line-height:40px;
	}
	.popup-form .wrapper,
	.gform_wrapper {
		margin:0 auto !important;
	}
	.popup-form {
		padding:0;
	}
	.gform_wrapper .top_label .gfield_label {
		font-size:16px;
	}
}

@media only screen and (max-width:380px) and (min-width:1px) {
    #header #logo a,
    #header #logo {
        width:140px;
    }
	.persist-area .right{
		//min-height:200px!important;
	}
    #single .signup .label {
        font-size:16px;
    }
    #quotes .logo {
        width:200px;
        background-size:100% !important;
    }
    #team-lightbox .next-arrow {
        right:10px;
    }
    #team-lightbox .prev-arrow {
        left:10px;
    }
    #give .photo-large,
    #action .photo-large,
    #improve .photo-large,
    #helping .photo-large,
    #integrations .photo-large,
    #careers .photo-large,
   /* #leadership .photo-large,
    #events .photo-large,
    #careers .photo-large,
    #what-we-do .right .photo-large,*/
    #logo-slider {
        height:200px !important;
    }
    #logo-slider .swiper-slide {
        height:140px !important;
    }
}

@media only screen and (max-width:320px) and (min-width:1px) {
    .home-pagination .links ul li a {
        font-size:16px;
    }
    #flyout .close {
        display:block;
        opacity:1;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: #EF3E35;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 15px;
        z-index: 5;
    }
}

@media only screen and (max-width : 1760px) {
	#team ul li {
		width: 25%;
	}
}
@media only screen and (max-width : 1420px) {
	#team ul li {
		width: 33.33333%;
	}
}
@media only screen and (max-width : 1340px) {
	#home-banner h1, #home-banner .swiper-slide h2 {
		min-width: 60%;
	}
}
@media only screen and (max-width : 1080px) {
	#team ul li {
		width: 50%;
		
	}
}
@media only screen and (max-width : 1080px) {
	#team ul li {
		width: 50%;
		
	}
	
}
@media only screen and (max-width : 821px) {
	#team ul {
		padding-top: 40px;		
	}
}
@media only screen and (max-width : 745px) {
	#team ul li {
		width: 100%;
	}
	#team ul li {
		min-height: unset;
	}
	#team ul li .desc {
		min-height: unset;
	}
	.popup-form {
		padding-top: 0px;
	}
	.sform_wrapper {
		margin: 40px auto !important;
		max-height: 90%;
		overflow-y: auto;
	}
	
	.sform_wrapper form {
		max-height: 80%;
		overflow-y: auto;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1500px) {
	#who-we-serve .right {
		margin-top: 160px;
	}
	#what-we-do .right {
		margin-top: 160px;
	}
}
@media screen and (max-width: 960px) {
	#who-we-serve .red-box {
		display: none;
	}
	#what-we-do .right,
	#who-we-serve .right {
		margin-top: 0px;
	}
	#give .photo-large, #action .photo-large, #improve .photo-large, #helping .photo-large, #integrations .photo-large {
		position:relative;
	}
	#give .content-wrap, #action .content-wrap, #improve .content-wrap, #helping .content-wrap, #integrations .content-wrap{
		padding:0;
	}
	#partners .wrap{
		padding-top:100px;
	}	
}
@media all and (max-width:768px){
	.video-lightbox{
		z-index: 999999999;
		text-align:center;
	}
	.video-lightbox video{
		max-width:76%;
		height:auto;
	}
	.sform_wrapper .team-lightbox-close {
		right: 0;
		top: -41px;
	}
}
@media all and (max-width:680px){
	body.page-template-template-ourcustomers #solution > .wrap > .copy{
		padding:0;
	}
	#commentform input, #commentform textarea{
		width:100%;
		max-width:100%;		
	}
	#commentform textarea{
		resize:none;
	}
	#commentform{
		max-width:100%;
		overflow:hidden;
	}
}
@media all and (max-width:480px){
	#give.page-section h2, #action.page-section h2, #improve.page-section h2, #helping.page-section h2, #integrations.page-section h2 {
		margin-top:120px;
	}
	.sform_wrapper form {
		max-height: 80%;
		overflow-y: auto;
		padding-bottom: 50px;
	}
	.floatForm.ll-f{
		width:50%!important;
	}
	.floatForm.rr-f{
		width:100%!important;
	}
	.home-pagination .tour-btn{
		margin-right:auto;
		margin-left:auto;
		display:block;
		float:none;
	}
	.page-template-template-about .page-section h2{
		margin-top:120px!important;
	}
	#partners .wrap{
		padding-top:0;
	}
} 
@media all and (max-width: 1360px){
	.lwtp .top-banner .form-wrap.only-button .gform_button {
		background: #db3f37 url('../images/download-arrow-small.png') no-repeat right 5% center;	
	}
	.lwtp .top-banner .form-wrap.only-button {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media all and (max-width: 1150px){
	.lwtp .top-banner .form-wrap.only-button .gform_button {
		font-size: 18px;
	}
}
@media all and (max-width: 960px){
	.lwtp .top-banner .form-wrap.only-button .gform_button {
		font-size: 16px;		
	}
	.lwtp .top-banner .form-wrap.only-button {
		padding-left: 15px;
		padding-right: 15px;
	}
}