/*   
Theme Name: Upsight 2016 Theme
Theme URI: http://Upsight.com
Description: This is a custom WordPress theme for Upsight's 2016 redesign.
Author: Evan Fradley-Pereira
Author URI: http://www.evanfp.com
Version: 2
*/

@import url( https://fonts.googleapis.com/css?family=Droid+Sans:400,700 );
@import url( https://fonts.googleapis.com/css?family=Roboto:300,400,700 );
@import url( bootstrap.css );
@import url( bootstrap-theme.css );
@import url( bootstrap-hover-nav.css );
@import url( bootstrap.vertical-tabs.css );

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}

h1 {
    font-family: 'Droid Sans';
    font-size: 40px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 44px;
}

h2 {
    font-family: 'Droid Sans';
    font-size: 30px;
    color: #4A3B61;
    letter-spacing: 0px;
    line-height: 34px;
}

h3 {
    font-family: 'Droid Sans';
    font-size: 24px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 34px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

.leadBodyCopy {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px !important;
    line-height: 24px !important;
}

/* NAVBAR STYLES */

#upsightNavbar {
    background-color: transparent;
    background-image: none;
    border-style: none;
    box-shadow: none;
}

#upsightNavbar a {
    color: white;
    font-size: 12px;
    letter-spacing: 0.86px;
    font-weight: bold;
    text-shadow: none;
    margin: 15px 15px 0px 15px;
    padding: 0px 0px 2px 0px;
    border-bottom: thin solid rgba(0,0,0,0);
}

#upsightNavbar .btn {
    margin-top: 8px;
    padding: 5px 25px;
    max-width: 200px;
}

#upsightNavbar .btn:hover {
    text-decoration: none;
}

#upsightNavbar li {
    padding-top: 15px;
}

#upsightNavbar li a:hover {
    background-color: transparent;
    background-image: none;
    border-bottom: thin solid #FFF;
}

#upsightNavbar .dropdown-menu a:hover {
    background-color: transparent;
    background-image: none;
    border-bottom: thin solid rgba(0,0,0,0);
}

#upsightNavbar .dropdown-menu a {
    border-bottom: thin solid rgba(0,0,0,0);
}

#upsightNavbar .dropdown-menu li {
    padding: 0px;
}

#companyDropdown .dropdown-menu {
    background-color: rgba(106, 84, 139, 0.75);
    border-radius: 0px;
    box-shadow: none;
}

#companyDropdown .dropdown-menu li:hover {
    outline-color: transparent;
}

#navbarLogo {
    height: 40px;
}

/* COLLAPSE FIX */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/*/NAVBAR STYLES*/

.featureOverview {
    background-color: #F1EEF5;
    padding: 60px 45px 50px 45px;
    margin: 30px 20px 30px 20px;
    min-height: 463px;
}

@media screen and (min-width: 1200px) {
    .featureOverview {
    min-height: 440px;
}
}


.featureOverview img {
    width: 60px;
    height: auto;
    padding-bottom: 30px;
}

.featureOverview h3 {
    margin-bottom: 35px;
}

.featureOverview p {
    margin-bottom: 30px;
}

.featureImage {
    width: 100%;
    padding: 0px 0px 25px 0px;
}

/*JUMBOTRON STYLES*/

.upsightJumbotron {
    background: rgba(0,0,0,0.1);
    /*background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(181,198,208,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(181,198,208,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(181,198,208,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(181,198,208,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(181,198,208,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(181,198,208,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b5c6d0', GradientType=1 );*/
    padding-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 50px;
    height: 550px;
    position:relative;
}

.upsightJumbotron h1 {
    padding-top: 40px;
    padding-bottom: 25px;
    font-weight: bold;z
    font-size: 44px;
    letter-spacing: 0px;
}

@media screen and (max-width: 1200px) {
    .upsightJumbotron {
        height: auto;
    }
}

/*
.upsightJumbotron p {
    font-family: Droid Sans;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-bottom: 40px;
}
*/

#indexJumbotron {
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 275px;
    z-index: -9;
    /*animation: fadeOut 1s ease forwards;
    animation-delay: 8.09s;*/
}

#indexJumbotronLoop {
    top: 275px;
}

#indexJumbotronLoop {
    background-size: cover;
    left: 50%;
    top: 275px;
    z-index: -10;
}

@media screen and (max-width: 1580px) {
    #indexJumbotron, #indexJumbotronLoop {
        top: 275px;
    }
}

@media screen and (max-width: 991px) {
    #indexJumbotron, #indexJumbotronLoop {
        /*width: auto;*/
    }
}


@media screen and (max-width: 1680px) {
    #analyticsJumbotronVideo {
        height: auto;
        width: auto;
    }
    
    #marketingJumbotronVideo {
        height: auto;
        width: auto;
    }
}


@media screen and (max-width: 1375px) {
    #marketingJumbotronVideo {
        height: auto;
        width: auto;
    }
}

#supportJumbotronVideo {
    -ms-transform: translateX(-50%) translateY(-60%);
    -moz-transform: translateX(-50%) translateY(-60%);
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
}

@media screen and (max-width: 1375px) {
    #supportJumbotronVideo {
        height: auto;
        width: auto;
    }
}

#optimizationJumbotronVideo {

}

@media screen and (max-width: 1375px) {
    #optimizationJumbotronVideo {
        height: auto;
        width: auto;
    }
}

#aboutUsJumbotronVideo {
    
}

@media screen and (max-width: 1680px) {
    #aboutUsJumbotronVideo {
        height: auto;
        width: auto;
    }
}

#analyticsJumbotron p {
    margin-bottom: 0px;
}

.jumbotronVideo {
    position: fixed;
    top: 40%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}

#careersJumbotron {
    background-image: url("../img/heroes/careersHero.png");
    background-size: 100%;
    background-repeat: repeat;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.2);
    background-blend-mode: darken;
}

#careersJumbotron h1{
    margin-top: 50px;
}

#resourcesJumbotron {
    background-image: url("../img/heroes/resourcesHeroBG.jpg");
    background-position: bottom;
    background-size:cover;
    /*background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;*/
    margin-bottom: 0px;
    max-height: 450px;
}

#homeJumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    min-height: 570px;
    position: relative;
}

#homeJumbotronWrapper {
    z-index: -10;
    min-height: 570px;
    width: 100%;
    position: absolute;
    background-image: url(../img/jumbotronIMG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#homeJumboDashboard {
    /*opacity: 0;*/
    position: absolute;
    width: 625px;
    transform: translateX(1200px);
    animation: slideInFromRight 0s ease forwards;
}

#homeJumboMarketing {
    /*opacity: 0;*/
    position: absolute;
    left: 83%;
    top: 245px;
    transform: translateX(1200px);
    animation: slideInFromRight 0s ease forwards;
    height: 142px;
    animation-delay: 0s;
    z-index: 3;
}


#homeJumboOptimization {
    /*opacity: 0;*/
    position: absolute;
    left: 50%;
    top: 175px;
    transform: translateX(1200px);
    animation: slideInFromRight 0s ease forwards;
    animation-delay: 0s;
    height: 200px;
}

@-keyframes slideInFromRight {
    0% {transform: translateX(1200px);}
    100% {transform: translateX(0px);}
}

@-webkit-keyframes slideInFromRight {
  0% {transform: translateX(1200px);}
  100% {transform: translateX(0px);}
}

@-moz-keyframes slideInFromRight {
  0% {transform: translateX(1200px);}
  100% {transform: translateX(0px);}
}

@-keyframes fadeOut {
    0% {opacity: 1;}
100% {opacity: 0;}
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
  0% {opacity: 1;}
100% {opacity: 0;}
}


#supportHeroQuoteWrapper {
    background: rgba(255,255,255,0.10);
    box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
    padding: 40px;
    max-width: 500px;
    margin-top: 60px;
    animation: fadeInSlide 1s forwards;
}

#supportHeroQuoteWrapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0px;
}

#supportHeroQuoteWrapper p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#supportHeroQuoteWrapper img {
    position: absolute;
    transform-origin: center;
    right: -60px;;
    bottom: -60px;
}

#learnDecideActJumbotronImage {
    width: 402px;
    height: 368px;
    margin-top: 20px;
}

.darkerJumbotron {
    background-color: linear-gradient (top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

/*/JUMBOTRON STYLES*/

/*ANALYTICS STYLES*/

#personalizedMetrics {
    
}

#personalizedMetrics img {
    width: 100%;
}

.clientIconRow img {
    margin: 22px;
    margin-bottom: 65px;
}

.heroClientIconRow {
    
}

.heroClientIconRow img {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.8;
    transition: all 1s ease;
    width: 50px;
}

.heroClientIconRow img:hover {
    opacity: 1;
}

.upsightFooter {
    background-color: #4A3B61;
    padding: 25px 0px 40px 0px;
}

.upsightFooter img {
    width: 25px;
    margin: 5px 5px 5px 0px;
}

.upsightFooter ul {
    list-style: none;
    font-size: 12px;
    padding-left: 0px;
}

.upsightFooter li {
    padding-bottom: 5px;
}

.upsightFooter a {
    color: #fff;
}

#resourcesRow {
    background-color: #F1EEF5;
    padding: 30px;
}

#indexResourcesRow {
    background-color: #F1EEF5;
    padding: 30px;
}

#resourcesRow img {
    margin: 20px 0px 30px 0px;
    padding: 30px;
    /*background-color: #FFF0ED;*/
    /*border-radius: 300px;*/
    width: 130px;
}

#resourcesRow p {
    font-size: 16px;
}

#resourcesRow h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    min-height:38px;
}

#resourcesRow h2 {
    margin-bottom: 40px;
}

#resourcesRow .resourcesRowWrapper {
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

#resourcesRow .btn {
    width: 100%;
}

#resourcesRow .container {
    padding: 0px;
}

#threeWaysRow h3 {
    margin: 30px 30px 10px 30px;
    color: #4A4A4A;
}

#threeWaysRow .col-md-4 {
    padding: 15px 35px 15px 35px;
}

#threeWaysRow img {
    height: 80px;
    /* OLD BG BORDER
    padding: 30px;
    background-color: #F1EEF5;
    border-radius: 300px;
    */
}

#threeWaysRow h3 {
    font-size: 18px;
    font-weight: bold;
}

.threeWaysImageWrapper {
    padding: 30px;
}

#customDashboardsIconWrapper {
    background-image: url("../img/icons/polyIconBG3HalfOpacity.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 46s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 46s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

#customDashboardIcon {
    -webkit-animation-name: reverseRotate;
    -webkit-animation-duration: 46s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: reverseRotate;
    -moz-animation-duration: 46s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

#dataMineIconWrapper {
    background-image: url("../img/icons/polyIconBG1HalfOpacity.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-name: counterClockRotate;
    -webkit-animation-duration:56s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: counterClockRotate;
    -moz-animation-duration:56s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

#dataMineIcon {
    -webkit-animation-name: counterClockReverseRotate;
    -webkit-animation-duration:56s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: counterClockReverseRotate;
    -moz-animation-duration:56s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

@-webkit-keyframes counterClockRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-180deg);}
  100% {-webkit-transform:rotate(-360deg);}
}

@-moz-keyframes counterClockRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-180deg);}
  100% {-webkit-transform:rotate(-360deg);}
}

@-webkit-keyframes counterClockReverseRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(180deg);}
  100% {-webkit-transform:rotate(360deg);}
}

@-moz-keyframes counterClockReverseRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(180deg);}
  100% {-webkit-transform:rotate(360deg);}
}

#metricExplorerIconWrapper {
    background-image: url("../img/icons/polyIconBG2HalfOpacity.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration:50s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:50s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

#metricExplorerIcon {
    -webkit-animation-name: reverseRotate;
    -webkit-animation-duration:50s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: reverseRotate;
    -moz-animation-duration:50s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(180deg);}
  100% {-webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(180deg);}
  100% {-webkit-transform:rotate(360deg);}
}

@-webkit-keyframes reverseRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-180deg);}
  100% {-webkit-transform:rotate(-360deg);}
}

@-moz-keyframes reverseRotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-180deg);}
  100% {-webkit-transform:rotate(-360deg);}
}

#analyticsJumbotronMockup  {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding: 10px 10px 0px 10px;
    vertical-align: bottom;
    -webkit-animation: fadeInSlide 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInSlide 1s forwards; /* Firefox < 16 */
        -ms-animation: fadeInSlide 1s forwards; /* Internet Explorer */
         -o-animation: fadeInSlide 1s forwards; /* Opera < 12.1 */
            animation: fadeInSlide 1s forwards;
}

#analyticsJumbotron {
    padding-bottom: 0px;
}

#intSegFinGIFWrapper {
    padding: 0px 0px 50px 0px;
}

#interestingSegmentFinderGIF {
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.50);
}


/*/ANALYTICS STYLES*/

#campaignIconRowHead {
    padding: 0px 35px 0px 35px;
}

.campaignIconRow .col-sm-4 {
    padding: 15px 35px 15px 35px;
}

@media screen and (max-width: 768px) {
    .campaignIconRow .col-sm-4 {
    padding: 15px 55px;
    }
    
    #campaignIconRowHead {
    padding: 0px 55px 0px 55px;
    }
}

#adFeatureCopyRow .col-md-4 {
    padding: 15px 35px;
}

#campaignsWrapper {
    background-color: #F1EEF5;
}

#campaignsWrapper h3 {
    font-size: 18px;
    font-weight: bold;
}

#hybridOptimizationWrapper {
    background-color: #ddd;
}

#flexibleDealTermsWrapper {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

#customDashboardDevelopmentWrapper {
    background-color: #ddd;
}

#expertConsultationWrapper {
    background-color: #ddd;
    padding: 30px;
    margin: 30px 0px 30px 0px;
}

#fastTurnaroundWrapper {
    background-color: #ddd;
    padding: 30px;
    margin: 30px 0px 30px 0px;
}

#teamImages {
    background-color: #4A3B61;
}

.btn-primary {
    font-weight: bold;
    background: #FF5A34;
    border-radius: 5px;
    border-style: none;
}

.btn-primary {
    font-weight: bold;
    background: #FF5A34;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #FF5A34;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}

.btn-whiteOrange {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    background: #FFF;
    color: #FF5A34;
    border-radius: 5px;
    border-style: solid;
    border-color: #FF5A34;
    border-width: 2px;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
    margin: 0px 15px 0px 15px;
}

.btn-whiteOrange:hover {
    font-weight: bold;
    background: rgba(255,89,51,0.75);
    color: #FFF;
    border-radius: 5px;
    border-style: solid;
    border-color: #FF5A34;
    border-width: 2px;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}

.btn-primary:visited {
    font-weight: bold;
    background: #FF5A34;
    border-radius: 5px;
    border-style: none;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
}

.btn-primary:hover {
    background: rgba(255,89,51,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
    border-radius: 5px;
    border-color: #FF5A34;
}

.btn-primary:active {
    background: #FF5A34;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.btn-primary:active:hover {
    background: #FF5A34;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.btn-secondary {
    color: white;
    font-weight: bold;
    background-color: #4A3B61;
    border-radius: 5px;
    border-style: none;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}

.btn-secondary:visited {
    color: white;
    font-weight: bold;
    background: #4A3B61;
    border-radius: 5px;
    border-style: none;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
}

.btn-secondary:hover {
    color: white;
    background: rgba(74,59,97,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
    border-radius: 5px;
}

.btn-secondary:active {
    background: #4A3B61;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.btn-secondary:active:hover {
    background: #4A3B61;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.btn-tertiary {
    color: #4A3B61;
    font-weight: bold;
    background-color: transparent;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #4A3B61;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}

.btn-tertiary:visited {
    color: #4A3B61;
    font-weight: bold;
    background: #4A3B61;
    border-radius: 5px;
    border-style: none;
    padding: 10px 35px 10px 35px;
    box-shadow: none;
    text-shadow: none;
}

.btn-tertiary:hover {
    color: white;
    background: rgba(74,59,97,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
    border-radius: 5px;
}

.btn-tertiary:active {
    background: #4A3B61;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.btn-tertiary:active:hover {
    background: #4A3B61;
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
}

.resourcesEntry {
    background-color: white;
    padding: 50px 45px 45px 45px;
    margin: 15px 0px 15px 0px;
    min-height: 360px;
}

.carousel-item blockquote {
    background: #F1EEF5;
    border-radius: 3px;
}

/*QUOTE STYLES*/

.quoteBubble {
    position: relative;
    padding: 30px;
    margin: 1em 0 3em;
    margin-bottom: 30px;
    color: #000;
    background: #F1EEF5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.15);
}

.testimonialPortrait {
    width:60px;
    height:60px;
    border-radius: 100px;
    display:inline;
    margin-top: 30px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.50);
}

/*
.quoteBubble.left:after {
    top: 16px;
    left: -25px;
    bottom: auto;
    border-width: 30px 50px 30px 0;
    border-color: transparent #F1EEF5;
    border-radius: 3px;
    
}

.quoteBubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #F1EEF5 transparent;
    display: block;
    width: 0;
    border-radius: 3px;
}
*/

.quoteBubble h4 {
    font-family: DroidSans-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.quoteBubble h5 {
    font-family: Droid Sans;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 0px;
}

.quoteBubble p {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 24px;
}

/*/QUOTE STYLES*/


#footerFinePrint {
    background-color:#FFF;
    font-family: Droid Sans;
    font-size: 10px;
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#footerFinePrint a {
    background-color:#FFF;
    font-family: Droid Sans;
    font-size: 10px;
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 24px;
}

.placeholderBlock {
    width: auto;
    height: 300px;
    background-color:#D8D8D8;
    margin-top: 20px;
    margin-bottom: 20px; 
}

.fullWidthGrey {
    background-color: #F1EEF5;
    padding: 50px 0px 50px 0px;
}

.fullWidthGrey h4 {
    font-weight: bold;
    min-height: 40px;
}

.fullWidthWhite {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.singleWhiteRow {
    padding-top: 70px;
    padding-bottom: 30px;
}

#dedicatedExpertRow img {
    width: 330px;
}

#expertFastRow {
    background-image: url("../img/expertFastBG.jpg");
    background-size: cover;
    height: 400px;
    background-color: #4A3B61;
    color: white;
}

#expertFastRow h3 {
    color: white;
}

@media screen and (max-width:990px) {
    #expertFastRow {
    background-color: #4A3B61;
    background-blend-mode: multiply;
    }
}

/*MARKETING STYLES*/
#marketingJumbotron {
    padding-bottom: 0px;
    transition: all 2s ease;
}

#marketingHeroMockupWrapper {
    max-height: 500px;
}

#marketingHeroMockupLeft {
    opacity: 0;
    bottom: 0;
    width: 29%;
    vertical-align: bottom;
    transition: all 2s ease-out;
    -webkit-animation: fadeInSlide 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInSlide 1s forwards; /* Firefox < 16 */
        -ms-animation: fadeInSlide 1s forwards; /* Internet Explorer */
         -o-animation: fadeInSlide 1s forwards; /* Opera < 12.1 */
            animation: fadeInSlide 1s forwards;
}

#marketingHeroMockupRight {
    opacity: 0;
    width: 29%;
    vertical-align: bottom;
    transition: all 2s ease-out;
    -webkit-animation: fadeInSlide 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInSlide 1s forwards; /* Firefox < 16 */
        -ms-animation: fadeInSlide 1s forwards; /* Internet Explorer */
         -o-animation: fadeInSlide 1s forwards; /* Opera < 12.1 */
            animation: fadeInSlide 1s forwards;
    -webkit-animation-delay: 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation-delay: 0.4s; /* Firefox < 16 */
        -ms-animation-delay: 0.4s; /* Internet Explorer */
         -o-animation-delay: 0.4s; /* Opera < 12.1 */
            animation-delay: 0.4s;
}

#marketingHeroMockupCenter {
    opacity: 0;
    width: 40%;
    vertical-align: bottom;
    transition: all 2s ease-out;
    -webkit-animation: fadeInSlide 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInSlide 1s forwards; /* Firefox < 16 */
        -ms-animation: fadeInSlide 1s forwards; /* Internet Explorer */
         -o-animation: fadeInSlide 1s forwards; /* Opera < 12.1 */
            animation: fadeInSlide 1s forwards;
    -webkit-animation-delay: 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation-delay: 0.2s; /* Firefox < 16 */
        -ms-animation-delay: 0.2s; /* Internet Explorer */
         -o-animation-delay: 0.2s; /* Opera < 12.1 */
            animation-delay: 0.2s;
}

@keyframes fadeInSlide {
    from { opacity: 1; transform: translate(0px, 500px); }
    to   { opacity: 1; transform: translate(0px, 0px); }
}

/* Firefox < 16 */
@-moz-keyframes fadeInSlide {
    from { opacity: 1; transform: translate(0px, 500px); }
    to   { opacity: 1; transform: translate(0px, 0px); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInSlide {
    from { opacity: 1; transform: translate(0px, 500px); }
    to   { opacity: 1; transform: translate(0px, 0px); }
}

/* Internet Explorer */
@-ms-keyframes fadeInSlide {
    from { opacity: 1; transform: translate(0px, 500px); }
    to   { opacity: 1; transform: translate(0px, 0px); }
}

/* Opera < 12.1 */
@-o-keyframes fadeInSlide {
    from { opacity: 1; transform: translate(0px, 500px); }
    to   { opacity: 1; transform: translate(0px, 0px); }
}

#campaignsWrapper img {
    height: 60px;
    margin-top: 20px;
    
}

#exploreSegmentManageInnerRow .col-md-4 {
    padding: 15px 35px 15px 35px;
}

#exploreSegmentManageInnerRow h3 {
    font-size: 18px;
    font-weight: bold;
}

/*/MARKETING STYLES*/

/*ABOUT US STYLES*/

#aboutUsJumbotron {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#aboutUsLogo {
    width: 320px;
    margin-top: 100px;
    margin-bottom: 55px;
}

#joinTheTeamWrapper {
    color: white;
    font-size: 18px;
    background-color: #FF5A34;
}

#joinTheTeamCopy h2 {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

#joinTheTeamImage {
    padding: 0px;
}

#joinTheTeamCopy {
    padding: 30px;
}

#investorsRow {
    margin-top: 50px;
}

#aboutUsCompanyShot {
    width: 100%;
    padding: 0px;
}

#investorsRow img {
    margin: 22.5px 22.5px 22.5px 22.5px;
}

/*/ABOUT US STYLES*/

/*CAREERS STYLES*/

#teamImages {
    margin: 25px 0px 25px 0px;
}

.slick-slide {
   height: 310px;
    max-width: 100%;
}

.slick-slide img {
   height: 310px;
}

.autoplayTwo .slick-slide {
   height: 280px;
}

.autoplayTwo .slick-slide img {
   height: 280px;
}

/*/CAREERS STYLES*/

/*RESOURCES STYLES*/

#resourcesNav {
    background-color: #4A3B61;
    font-size: 12px;
}

#resourcesNav .nav-tabs {
    border-bottom-width: 0px;
}

#resourcesNav a {
    color: white;
    font-weight: bold;
    padding: 20px;
}

#resourcesNav a:hover {
    color: #4A3B61;
    background-color:#FFF;
    font-weight: bold;
    padding: 20px;
}

#resourcesNav .active a {
    color: #4A3B61;
    background-color: #F1EEF5;
}

#resourcesNav active {
    background-color: #F1EEF5;
}

#resourcePanes {
    background-color: #F1EEF5;
    padding-top:20px;
}

#resourcePanes a {
    color: #4A4A4A;
}

#resourcePanes div {
    margin-bottom: 20px;
}

.resourceEntryWrapper {
    margin: 10px;
    padding: 40px 35px 10px 35px;
    background-color: #FFF;
    transition: all 0.5s ease;
    border-radius: 3px;
    min-height: 343px;
}

.resourceEntryWrapper p {
    padding: 15px 0px 15px 0px;
}

.resourceEntryWrapper h4 {
    font-weight: bold;
    color: #4A4A4A;
}

.resourceEntryWrapper img {
    width: auto;
    max-width: 187px;
}

.resourceEntryWrapper sub {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #4A4A4A;
}

.resourceEntryWrapper h3 {
    font-weight: bold;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 24px;
}

.resourceEntryWrapper:hover, .resourceEntryWrapper:active {
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
}

#resourcePanes a:hover, #resourcePanes a:active {
    text-decoration: none;
}

/*/RESOURCES CLASSES*/

/*OPTIMIZATION STYLES*/

.optimizationCarouselContainer {
  margin: 0 auto;
  width: 350px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.optimizationCarousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotateCarousel 20s linear infinite forwards;
  margin-top: 100px;
}

.optimizationCarousel img {
    width: 100%;
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 350px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 1;
  border-radius: 10px;
    backface-visibility: ;
}

.item img {
    width: 200px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: transparent;
}

.a img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0s;
    transform: translateY(500px);
}

.b {
  transform: rotateY(60deg) translateZ(250px);
  background: transparent;
}

.b img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0.1s;
    transform: translateY(500px);
}

.c {
  transform: rotateY(120deg) translateZ(250px);
  background: transparent;
}

.c img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0.2s;
    transform: translateY(500px);
}

.d {
  transform: rotateY(180deg) translateZ(250px);
  background: transparent;
}

.d img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0.3s;
    transform: translateY(500px);
}

.e {
  transform: rotateY(240deg) translateZ(250px);
  background: transparent;
} 

.e img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0.4s;
    transform: translateY(500px);
}

.f {
  transform: rotateY(300deg) translateZ(250px);
  background: transparent;
}

.f img {
    animation: fadeInSlide 0.8s forwards;
    animation-delay: 0.5s;
    transform: translateY(500px);
}

.g {
    transform: translateZ(0px);
    background: transparent;
    animation: counterCarousel 20s linear infinite forwards;
    width: 350px;
}

.next, .prev {
  color: #444;
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}
.next { right: 5em; }
.prev { left: 5em; }

@keyframes rotateCarousel {
    from { transform: rotateY(0deg);}
    to   { transform: rotateY(360deg); }
}

@keyframes counterCarousel {
    from { transform: rotateY(0deg);}
    to   { transform: rotateY(-360deg); }
}

#optimizationHeroPhone {
    position: absolute;
    left: 0%;
    top: -50%;
    width: 350px;
    transform-style: preserve-3d;
    animation: fadeInSlide 1s forwards;
    animation-delay: 0.6s;
    transform: translateY(500px);
}

.adExample {
    width: 100%;
    padding: 0px;
    margin-top: 50px;
}

#cycler {
    position: relative;
    transform: translateY(500px);
    animation: fadeInSlide 1s forwards;
}

#cycler img {
    position:absolute;
    z-index:1
}

#cycler img.active {
    z-index:3
}

/*/OPTIMIZATION STYLES*/

.adFormatExampleWrapper {
    position: absolute;
    transform: translateX(-1200px);
    transition: all 1s;
}

.adFormatExample {
    margin-top: 50px;
    height: 400px;
    border-radius: 60px;
}

.adFormatActive {
    transform: translateX(0px);
}

.adFormatDescriptionWrapper {
    padding: 15px;
    transition: all 0.5s;
    border-radius: 3px;
}

.adFormatDescriptionActive {
    background-color: rgba(255,90,52,0.1);
}

#customDashboardMockup {
    width: 100%;
}

#staticInterstitialExample img {
    position: absolute;
    width: 400px;
}

.adFormatDescriptionWrapper img {
    float: left;
    max-width: 40px;
    margin-top: 10px;
    margin-right: 18px;
    margin-left: 10px;
}

/* INTEGRATED TOOLS STYLES */

.integratedToolsIconWrapper {
    margin: 0px 0px 0px 0px;
}

#toolsAnalyticsIconWrapper {
    background-image: url("../img/icons/polyToolsBG-analytics.png");
    background-position: center;
    background-repeat: no-repeat;
    /*
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 46s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 46s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsAnalyticsIcon {
    /*
    -webkit-animation-name: reverseRotate;
    -webkit-animation-duration: 46s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: reverseRotate;
    -moz-animation-duration: 46s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsMarketingIconWrapper {
    background-image: url("../img/icons/polyToolsBG-marketing.png");
    background-position: center;
    background-repeat: no-repeat;
    /*
    -webkit-animation-name: counterClockRotate;
    -webkit-animation-duration:56s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: counterClockRotate;
    -moz-animation-duration:56s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsMarketingIcon {
    /*
    -webkit-animation-name: counterClockReverseRotate;
    -webkit-animation-duration:56s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: counterClockReverseRotate;
    -moz-animation-duration:56s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsOptimizationIconWrapper {
    background-image: url("..//img/icons/polyToolsBG-adOps.png");
    background-position: center;
    background-repeat: no-repeat;
    /*
    -webkit-animation-name: rotate;
    -webkit-animation-duration:50s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:50s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsOptimizationIcon {
    /*
    -webkit-animation-name: reverseRotate;
    -webkit-animation-duration:50s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: reverseRotate;
    -moz-animation-duration:50s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsSupportIconWrapper {
    background-image: url("../img/icons/polyToolsBG-support.png");
    background-position: center;
    background-repeat: no-repeat;
    /*
    -webkit-animation-name: rotate;
    -webkit-animation-duration:60s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:60s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

#toolsSupportIcon {
    /*
    -webkit-animation-name: reverseRotate;
    -webkit-animation-duration:60s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: reverseRotate;
    -moz-animation-duration:60s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    */
}

/*/INTEGRATED TOOLS STYLES */

.resourcesWrapper a:hover {
    text-decoration: none;
}

/*HOW IT WORKS STYLES*/

.howItWorksStep {
    background: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
    border-style: solid;
    border-left-color: #4A3B61;
    border-width: 0px 0px 0px 4px;
    font-family: DroidSans-Bold;
    color: #333333;
    letter-spacing: 0px;
    padding: 25px;
}

.howItWorksStep p {
    font-family: Roboto;
    font-weight: Regular;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.howItWorksStepIcon {
    margin-top: 15px;
}


.howItWorksStepDesc {
    padding-left: 35px;
}

.howItWorksStepDesc h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.howItWorksStepBG {
    background-image: url("../img/OrangePoly-Bottom.png"), linear-gradient(#FFF, rgba(255,238,235,1));
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    background-color: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,238,235,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,238,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,238,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ff5a34',GradientType=0 ); /* IE6-9 */
}

#stackDiagramHome {
    transition: all 1s ease;
}

.offScreenLeft {
    transform: translate(-2000px,0px);
    -ms-transform: translate(-2000px, 100px); /* IE 9 */
    -webkit-transform: translate(-2000px, 100px); /* Safari */
}

.tempHidden {
    opacity: 0;
}

.originalPosition {
    opacity: 1.0;
    transform: translate(0px,0px);
}

#stackFeatureCopy {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    transition: opacity 1s ease;
}

#stackFeatureCopyInternal h2 {
    padding-top: 15px;
    font-weight: bold;
}

#stackFeatureDesc {
    transition: content 1s ease;
    padding-bottom: 0px;
}

/*/HOW IT WORKS STYLES*/

/* SCROLL DOWN DUDE */

.scroll-down-dude {
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.scroll-down-dude:before,
.scroll-down-dude:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

.scroll-down-dude:before {
	animation: down-arrow-before 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.scroll-down-dude:after {
	animation: down-arrow-after 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes down-arrow-before {
	50% {
		transform: rotate(45deg) translate(70%, 70%);
	}
	100% {
		transform: rotate(45deg) translate(70%, 70%);
	}
}

@keyframes down-arrow-after {
	50% {
		transform: rotate(45deg) translate(110%, 110%);
		opacity: 0;
	}
	51% {
		transform: rotate(45deg) translate(-130%, -130%);
	}
	100% {
		transform: rotate(45deg) translate(-70%, -70%);
		opacity: 1;
	}
}
/* /SCROLL DOWN DUDE */

#navDemoButton {
    border-bottom: #FF5A34 2px solid !important;
}

#navDemoButton:hover {
    border-bottom: #FF5A34 2px solid !important;
}



/* Notification Styles */

.notification {
    background-color: #4A3B61;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}

.notification {
    background-color: #4A3B61;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}

.notification a {
    color: #FF5A34;
    text-decoration: underline;
}

.notification a {
    color: #FF5A34;
    text-decoration: underline;
}

.notification p {
    margin: 0px;
}

.notification p {
    margin: 0px;
}