/*
Theme Name: BuzzStream
Theme URL:
Description:
Author: Cullen Wilson
Author URI: https://www.10hats.combac
Version: 0.1.14

*/

@import url('normalize.css');
@import url('bootstrap.min.css');

/*** Typography ***/


@font-face {
    font-family: 'Lexend';
    font-display: swap;
    src: url(../woff2/lexend-variablefont_wght.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'verlag';
url('../ttf/verlagblack.ttf') format('truetype');
}

@font-face {
    font-family: 'pfreminderpro-regular';
    url('../woff/pfreminderpro-regular-webfont.woff') format('woff'),
    url('../ttf/pfreminderpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewBuzzstream';
    src: url('../eot/newbuzzstream.eot');
    src: url('../svg/newbuzzstream.svg') format('svg'),
    url('../woff/newbuzzstream.woff') format('woff'),
    url('../ttf/newbuzzstream.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'donut';
    src: url('../eot/donut.eot');
    src: url('../svg/donut.svg') format('svg'),
    url('../woff/donut.woff') format('woff'),
    url('../ttf/donut.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#PopupSignupForm_0 {
    display: none !important; /* hack to get rid of mailchimp popup form*/
}

[class^="fb-"], [class*=" fb-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'NewBuzzstream' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 2em;
    padding-bottom: 0.2em;
    display: block;
    margin-top: -0.5em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fb-ranking:before {
    content: "\e902";
}

.fb-donut-chart:before {
    font-family: "donut" !important;
    content: "\e900";
}

.fb-table-chart:before {
    content: "\e907";
}

.fb-line-chart:before {
    content: "\e908";
}

.fb-links:before {
    content: "\e909";
}

.fb-custom-chart:before {
    content: "\e90a";
}

.fb-bar-chart:before {
    content: "\e90b";
}

.fb-messages:before {
    content: "\e90d";
}

.fb-team:before {
    content: "\e90e";
}

.fb-gauge-chart:before {
    content: "\e911";
}

.fb-column-chart:before {
    content: "\e912";
}

.container-fluid {
    padding: 0;
}

body a {
    text-decoration: none;
    color: #0a58ca;
    transition: 0.2s ease all;
}

body a:hover {
    text-decoration: none;
    cursor: pointer;
}

body p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

body > b, body > br {
    display: none;
}

html {
    font-size: 100%;
    font-family: "Lexend";
    height: 100%;
}


body {
    margin: 0;
    font-size: 1em;
    background: #0a58ca;
    background-image: radial-gradient(#0a58ca -5%, #052c65);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: "Lexend";
}
/* dual nav home
body.home {
    height: 100%;
}

body.home #header + .container-fluid {
    height: calc(100% - 92px);
    display: flex;
    flex-direction: column;
}
body.home  #header + .container-fluid div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.home .container-fluid div.CTA-home-wrapper {
    width: 100%;
    display: flex;
    gap: 2em;
    margin-top: 3em;
    flex-direction: row!important;
    padding-bottom: 3em;
}

 */

.CTA-home {
    background: rgb(0 0 0 / .5);
    border-radius: 10px;
    flex-grow: 1;
    justify-content: stretch;
    color: white;
    font-size: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0.7;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    line-height: 120%;
    margin: 0 auto;
}

h1 {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 20px;
    max-width: 80%;
}

h1.large {
    font-size: 72px;
    font-weight: 600;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.275em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

h7 {
    font-size: 0.8em;
}

.post-content h2 {
    font-size: 1.8em;
}

.thin {
    text-transform: uppercase;
    letter-spacing: 0.1375em;
    margin: 0 0 0.625em 0;
    line-height: 125%;
    font-weight: 600;
}

.bs-box {
    padding: 4em 4em 2em;
    width: 85%;
    margin: 0 auto;
    max-width: 1160px;
    background: #ddd;
    filter: invert(1);
    border-radius: 10px;
}
.bs-row {
    width: 85%;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    z-index: 1;
}

.bs-row.footer-row {
    display: flex;
    flex-direction: column;
}

.bs-row .bunch {
    padding: 0 5% !important;
    font-size: 1.1em;
    width: 50%;
}

.bs-row .bunch.tight {
    width: 42%;
}

.bs-row .tight {
    padding: 3em 15px;
}

.bs-row .tight .video-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 1.5em 5% 1.2em;
    min-height: 18em;
    background: #0a58ca;
    transition: 0.2s ease all;
    margin-bottom: 1.25em;
    height: 15em;
    max-width: 30em;
}

.bs-row .tight .video-wrapper > div {
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    position: absolute;
    bottom: 1px;
    margin-left: -32%;
    left: 50%;
}

.bs-row .tight .video-wrapper h6 {
    position: relative;
    z-index: 1;
}

.bs-row .tight .video-wrapper:hover {
    filter: brightness(1.08);
    -webkit-filter: brightness(1.08);
}

.bs-row .tight .video-wrapper img {

    margin-bottom: -1.2em;

}

.bs-row .tight .video-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bs-row .has-circle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.bs-row .has-circle img {
    position: relative;
    z-index: 1;
    width: 100%;
}


.bs-row.ribbon {
    width: 100%;

    vertical-align: middle;
}

.bs-row.ribbon > div {
    display: inline-block;
    vertical-align: middle;
    padding: 3em 2%;

}

.bs-row.ribbon h5 {
    margin: 0;
}

.capsule {
    border-radius: 5px;
    color: #222;
    padding: 75px 40px 100px 40px;
    overflow: hidden;
}

.capsule h1, .circle {
    margin: 0 auto;
    height: 230px;
    width: 230px;
    border-radius: 200px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 155px 20px 0;
    text-indent: 7px;
    color: white;
    margin-bottom: 35px;
}

.capsule a {
    position: absolute;
    bottom: 75px;
    margin-left: -100px;
    width: 200px;
}

.circle.small {
    height: 16em;
    width: 16em;
    padding: 0;
    letter-spacing: 0;
    text-indent: 0;
    text-align: center;
    border: 0.25em solid white;
}

.circle.small img, .row.video-panel .blurb .circle.small img {
    width: 85%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    left: auto;
}

.circle.small.alignleft {
    width: 180px;
    height: 180px;
    margin: 0 25px 0 0;
    padding: 25px;
}

.circle.small.alignleft img {
    bottom: auto;
}

.circle.report {
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: inherit;
    margin: 2em;
}

.circle.report > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5em;
    right: 1.5em;
}

.circle.report h4 {
    font-size: 1.5em;
    line-height: 110%;
}

.circle.report p {
    margin: 0.4em 0 -0.3em;
    line-height: 130%;
    font-size: 1em;
    color: #005d4d;
}


.capsule p {
    line-height: 170%;
    font-size: 15px;
}

.row {

    position: relative;
}

.row.video-panel {
    overflow: hidden;
}

.row.text-panel p {
    color: white !important;
    margin: 0 0 1.5em !important;
    font-size: 1.2em !important;
    font-weight: 400 !important;
}

.row.text-panel ul {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.row.text-panel li {
    margin: 0 0 0.5em 1em;
}

.row.has-arrow {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.row .small-title {
    margin: 0 auto;
    letter-spacing: 0.2125em;
    border-bottom: 0.125em solid rgba(139, 192, 253, 0.3);
    display: inline-block;
    padding: 2.5em 0 1em;
}

.row.video-panel .blurb {
    margin-left: 5%;
    font-weight: 300;
}

.row.video-panel .blurb h1, .row.video-panel .blurb h2 {
    margin: 0 auto;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

.row.video-panel .blurb h2 {
    margin-bottom: 0;
}

.row.video-panel .blurb .CTA {
    margin: 0 0 1em;
}

.row.video-panel .blurb.text-center img {
    width: 10em;
}

.row.video-panel .blurb.text-center {
    margin: 0 auto;
    padding: 0 0 5em 0;
    width: 100%;
}

.row.video-panel.montage .blurb.text-center {
    padding: 0 0 9em;
}

.row.video-panel .blurb.text-center p {
    margin: 0 auto;
    color: #B6D8FF;
    max-width: 34em;
    line-height: 160%;
    font-size: 1.375em;
}

.row.video-panel.inverse .blurb.text-center p {
    color: #666;
}

.row.video-panel .blurb img {
    width: 37%;
}

.row.has-arrow:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: -75px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 50%;
    background-color: #00B698;
    margin-left: -40px;
}

.row.has-arrow.blue-arrow:before {
    top: -65px;
    background-color: #0a58ca;
}

.row.border-arrow:before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}

strikethru {
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 0.3em;
}

blockquote {
    padding: 0 20px;
    margin: 0 0 20px;
    font-size: 1.15em;
    border-left: 5px solid #0a58ca;
    color: #0a58ca;
    font-weight: 600;
}

.quote {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    font-size: 1.5em;
    padding: 6rem 16%;
    text-align: left;
}

.quote .avatar {
    border: 0.125em solid white;
}

.quote h6.is-quote {
    line-height: 170%;
}

.quote .avatar.small {
    margin: -0.2em 0.6em 0 0.3em;
    width: 4em;
    height: 4em;
}

.quote .quoter {
    text-transform: capitalize;
    font-size: 1.225em;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: normal;
}

.quote .title {
    font-size: 0.6em;
    letter-spacing: 0.125em;
}

.row.video-panel {
    overflow: hidden;
}

.row.video-panel h1 {
    margin: 110px 0 120px;
}

.row.inverse {
    background: white;
    /*background: #e1efff;*/
}

/*
.row.video-panel h4 {
width: 30%;
text-align: center;
  padding: 0 3%;
font-size: 18px;
margin-top: -10px;
color: #ffffff;
}

.row.video-panel h4 p {
line-height: 170%;
}

.row.video-panel h4.alignleft {
margin-left: 5%;
}
.row.video-panel h4.alignright {
margin-right: 5%;
}
*/
.row.video-panel.step {
    margin-top: -1px;
}

.row.video-panel.step .bs-row {
    padding-bottom: 9em;
    padding-left: 2.5em
}

.row.video-panel.step .blurb {
    padding: 0 0 3em 0;
    margin: 0 !important;
    position: static;
}

.row.video-panel.step .blurb .is-quote, .quote .is-quote {
    padding-left: 0.5em;
    position: relative;
}

.row.video-panel.step .blurb .is-quote:before, .quote .is-quote:before {
    content: '"';
    position: absolute;
    top: 0.1em;
    left: -0.2em;
    font-size: 1.4em;
}

.row.video-panel.step .blurb .is-quote:after, .quote .is-quote:after {
    content: '"';
    font-size: 1.4em;
    vertical-align: top;
    margin: 0.1em 0 0 0.14em;
    display: inline-block;
}

.row.video-panel.step .blurb p {
    text-align: left;
    margin-top: .625em;
    font-size: 1.2em;
}

.row.video-panel.step .blurb h3 {
    margin-top: -0.3em;
}

.row.video-panel.step node {
    margin: .625em 1.8em 10em -0.1em;
    border: .25em solid #fFF;
    width: 1.25em;
    height: 1.25em;
    background-color: #B6D8FF;
    position: absolute;
    top: 0;
    left: 0;
}

.row.video-panel.step .blurb strong {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    display: block;
    margin: 0 0 15px 0;
}

.row.video-panel.step .blurb .avatar {
    border: none;
    background: transparent;
    width: 110px;
    height: 110px;
    overflow: visible;
    margin: 0 10px 200px -8px;
}

.row.video-panel.step .blurb .avatar img {
    width: 110%;
    margin: 3% 0 0 -7%;
}

.row.video-panel.step .blurb .track {
    position: absolute;
    top: 2em;
    bottom: 0px;
    margin-left: 0px;
    height: auto;
    left: 0;
}

.row.video-panel .video-wrapper {
    margin: 0 auto;
}

.row.video-panel.step .video-wrapper, .row.video-panel.step .screen, .row.video-panel.step .screen-wrapper {
    margin: 0;
    padding: 0;
}

.row.video-panel.step .video-wrapper img, .row.video-panel.step .screen img {
    width: 100%;
}

.capsule h1 img, .circle img {
    position: absolute;
    width: 140px;
    top: auto;
    left: 50%;
    margin-left: -70px;
    bottom: 95px;
}

.logos-home {
    width: 90%;
    border-bottom: 1px solid #c7d9f4;
    padding-bottom: 35px;
}

.logos-trial {
    border: none;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.logos-usecase {
    border: none;
    width: 100%;
    margin: 4.5em 0;
    padding: 0;
}

.email-composer {
    width: 100%;
    border-radius: 5px;
    padding: 49px 0 55px 0;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.email-composer:before {
    position: absolute;
    top: 0;
    content: '';
    height: 38px;
    background: url(../png/email-compose-header.png) top left no-repeat;
    width: 50%;
    background-size: auto 125px;
}

.email-composer:after {
    content: "";
    position: absolute;
    top: 0;
    height: 38px;
    background: url(../png/email-compose-header-bg.png) top right no-repeat;
    width: 50%;
    background-size: auto 125px;
    right: 0;
}

.email-composer .editor {
    margin: 0 10px;
    border: 2px solid #2374f9;
    padding: 10px;
    background: white;
    border-radius: 4px;
    min-height: 200px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.email-composer .clipboard {
    position: absolute;
    bottom: 11px;
    right: 10px;
    background: #fcc652;
    border: none;
    color: white;
    border-radius: 4px;
    padding: 0.5em 1.4em;
    line-height: 1;
    box-shadow: none;
    outline: 0;
    font-size: 0.8em;
    line-height: 1.2;
    height: 33px;
}

.email-composer .clipboard:hover {
    background: #ffd376;
    cursor: pointer;
    transition: 0.2s ease all;
}
.email-composer .editor subject {
    display: block;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px;
}
.email-composer .editor subject:before {
    content: "Subject: ";
    padding-right: 4px;
    display: inline-block;
}

.email-composer .editor:after {
    content: "";
    background: url(../png/email-compose-footer.png) right no-repeat;
    bottom: -50px;
    position: absolute;
    right: -14px;
    height: 40px;
    width: 100%;
    background-size: auto 55px;
}


.row.trial .bs-row {
    padding: 5em 0 4em;
}

.row.trial.bg-white .CTA {
    background: #e4f1ff;
}

.row.trial.bg-white .CTA:hover {
    background: #B6D8FF;
}

.row.trial .bs-row p {
    width: 100% !important;
}

.row.trial .bs-row .blurb {
    padding: 0 !important;
}

.row.trial .bs-row .blurb .CTA {
    margin-left: 1em;
    margin-right: 1em;
}

.row.trial .bs-row .blurb .CTA {
    margin-top: 1.8em;
}

.row.trial.bg-orange h4 > span {
    display: block;
    margin-top: 2em;
}

.row.trial .bs-row .blurb h2 {
    margin: 0 1em 0.5em;
}

.bs-row .col-md-6 {
    line-height: 170%;
    padding: 1.5em 3%;
}

.bs-row.tight {
    width: 68%;
}

.bs-row.tight h1 {
    font-size: 44px;
}

.bs-row.tight h4 {
    font-size: 20px;
}

.bg-white {
    background-color: #fff;
}

.bg-white-gradient {
    background: #fff0;
    background-image: linear-gradient(#ffffffcc 0%, #ffffff);
}

.bg-gray {
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bg-light-blue {
    background: #0a58ca;
}

.bg-bright-blue {
    background: #B6D8FF !important;
}

.bg-lightest-blue {
    background: #e8effa;
}

.bg-lightest-blue-trans {
    background: rgba(255,255,255,0.8);
}

.bg-lightest-blue-gradient {
    background: transparent;
    background-image: linear-gradient(#e8effa00 -0%, #e8effa);
}

.bg-lightest-orange {
    background: #fffbe9;
}

.bg-med-blue {
    /* background: #0a58ca; */
    background: transparent;
    color: white;
}
.bg-white-mask:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.bg-med-purple {
    background: #8540f5;
    color: white;
}
.bg-purple-gradient {
    background: #0E6FFD;
    background-image: linear-gradient(#0E6FFD -5%, #8540f5);
}
.bg-purple-gradient-horiz {
    background: #0E6FFD;
    background-image: linear-gradient(160deg, #0E6FFD -5%, #8540f5);
}
.bg-dark-purple {
    background-color: #3d0a91 !important;
}

.bg-blue {
    background-color: #0a58ca !important;
    color: white;
}
.bg-primary-blue {
    background: #0d6efd !important;
}
.bg-primary-blue-gradient {
    background: transparent;
    background-image: linear-gradient(#0d6efd00 -0%, #0d6efd);
}

.bg-transparent {
    background: rgba(255, 255, 255, 0.8)!important;
}

.bg-transparent-dark {
    background: rgba(0, 0, 0, 0.4) !important;
}

.bg-transparent-gradient {
    background: #fff0;
    background-image: linear-gradient(#ffffff00 0%, #ffffffcc);
}


.bg-darker-blue {
    background-color: #084298 !important;
    color: white;
}

.bg-darkest-blue {
    background-color: #052c65 !important;
    color: white;
}



.bg-med-green {
    background: #5ccdb7;
    color: white;
}

.bg-green {
    background: #20C997;
    color: white;
}

.bg-med-orange {
    background: #ffb61f;
    color: white;
}

.bg-yellow {
    background: #ffcd39
}
.bg-orange {
    background: #ffcb00;
    color: white;
}

.bs-row.spaced {
    padding: 6em 0 8em;
}

.logos svg, .logos polygon, .logos path, .logos polyline, .logos g > * {
    fill: #B6D8FF !important;
}

.clouds {
    background: url('../svg/clouds.svg') no-repeat;
    width: 100%;
    height: 180px;
    background-position: center 25px;
    background-size: 130%;
}

.clouds.light {
    background: url('../svg/clouds2.svg') no-repeat;
    background-position: center 25px;
    background-size: 130%;
    box-shadow: 0 200px 0 200px #f6f9ff;
}

.clouds.dark {
    background: url('../svg/clouds3.svg') no-repeat;

    background-position: center 25px;
    background-size: 130%;
}

.clouds.darker {
    background: url('../svg/clouds4.svg') no-repeat;

    background-position: center 0;
    background-size: 200%;
}

.clouds.white {
    background: url('../svg/clouds5.svg') no-repeat;
    background-position: center 10px;
    background-size: 130%;
    box-shadow: 0 200px 0 200px #ffffff;
}

.forest {
    background: url('../svg/forest.svg') no-repeat;
    width: 100%;
    height: 279px;
    background-position: center 25px;
    background-size: 131%;
}

.books {
    background: url('../svg/books.svg') no-repeat;
    width: 100%;
    height: 235px;
    background-position: center 25px;
    background-size: 105%;
}

.bsu-post > div {
    min-height: 170px;
}

.bsu-post a.image {
    width: 5.625em;
    display: block;
    margin: 0 1.4em 0 0px;
    margin-bottom: 0;
    height: 5.625em;
    overflow: hidden;
    position: relative;
    border-radius: 4em;
    float: left;
}

.bsu-post a.image img {
    opacity: 0.8;
    transition: 0.2s ease all;
}

.bsu-post a.image:hover img {
    opacity: 1;
}

.bsu-post a.title {
    display: block;
    text-decoration: none;
    font-size: 17px;
    margin: ;
}


.handwriting {
    font-family: 'pf_reminder_proregular' !important;
    letter-spacing: 2px;
}

strong, b {
    font-weight: 600;
}

.normal {
    font-weight: 400 !important;
}

sub {
    font-size: 70%;
    bottom: 0;
}

num {
    display: inline-block;
    background: white;
    color: #0a58ca;
    border-radius: 50px;
    border-width: 3px;
    box-sizing: border-box;
    width: 33px;
    height: 33px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    line-height: 100%;
    border: none;
    letter-spacing: 0;
    text-indent: -1px;
    margin: -1px 15px 3px;
}

.inverse num {
    background: #2756a4;
    color: #e1efff;
}

.post {
    font-size: 1.35em;
}

.post p {
    line-height: 160%;
    margin: 1.75em 0;
    word-break: break-word;
}

.post .wp-block-image {
    margin: 1.75em 0;
}

.post .wp-block-image img {
    margin: 0 !important;
}

.post p:first-of-type, .post p:first-of-type img {
    margin-top: 0 !important;
}

.post h1 a, .post h2 a, .post h3 a, .post h3 a {
    color: #222 !important;
    text-decoration: none !important;
}

.post strong {
    font-weight: 600;
}

.post em {
    font-style: italic;
}

.featured-posts {
    display: flex;
    gap: 3em;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4em;
    padding: 0 !important;
}

.featured-post {
    flex-basis: 100%;
    background: #0a58ca;
    border-radius: 7px;
}

.featured-post .featured-image {
    text-align: center;
    background: #e8effa;
    padding-top: 2em;
    border-radius: 6px 6px 0 0;
}

.featured-post .featured-image img {
    width: 50%;
    height: auto;
}

.featured-post .post-title {
    padding: 1.5em 2em;
    background: #0a58ca;
    color: white;
    border-radius: 0 0 6px 6px;
}

.featured-post .post-title h1 {
    font-size: 1.5rem !important;
    line-height: 0.9;
    margin: 0 0 0.5em;
}

.featured-post .post-title .post-byline {
    align-items: center;
}

.featured-post .post-title .post-byline .avatar {
    height: 1.5em;
    width: 1.5em;
}

.featured-post .post-title a {
    color: white !important;
    line-height: 1;
}

/*** Typography End ***/

/*** Home Layout ***/

body {
    margin: 0;
    font-family: "Lexend";
}

#container {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    background: none;
}

#header {
    margin: auto;
    position: sticky;
    top: -90px;
    z-index: 2;
    min-height: 4.6875em;
    transition: 0.3s ease all;
    /* box-shadow: 0 -1px 0 rgba(255,255,255,0.5); */
    display: block;
    padding-bottom: 5px;
}

#header.fixed {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
#header.fixed .banner {
    display: none !important;
}

#header.fixed #nav .sticky-nav ul li a {
    color: #0d6efd;
}

#header a.top-link {
    background: #1C2F4D;
    color: #B9D7F1;
    text-decoration: none;
    position: absolute;
    top: -3em;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
}

#header a.top-link:hover {
    color: white !important;
}


#nav.tournav-on #Take-the-Tour a, body.research #header #Take-the-Tour a, body.connect #header #Take-the-Tour a, body.manage #header #Take-the-Tour a, body.report #header #Take-the-Tour a {
    background: none !important;
}

#header a.logo {
    background: url(../svg/buzzstream_logo_white.svg) no-repeat;
    background-size: auto;
    margin: 1.25em 2.5em 0 1.7em;
    z-index: 1000;
    width: 11em;
    height: 3.125em;
    text-indent: -99999px;
    position: absolute;
    padding-bottom: 5px;
}

#header .logo-CRM {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    transition: 0.2s ease all;
}
#header .logo-CRM a {
    background: none !important;
}
#header .logo-CRM a img.logo-product {
    height: 20px;
    filter: invert(100%) sepia(0%);
    margin: -3px 5px 0 0;
    transition: 0.2s ease all;
}
#header .logo-CRM a img.logo-bee-sm {
    height: 27px;
    margin-top: -5px;
    margin-right: 5px;
    opacity: 0;
    transform: rotate(-30deg);
    position: absolute;
    left: -15px;
}
#header.fixed .logo-CRM a img.logo-bee-sm {
    opacity: 1;
    left: -10px;
    transform: rotate(0deg);
    transition: 0.5s ease-in all;
    display: none;
}
#header.fixed .logo-CRM {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#header.fixed .logo-CRM a img.logo-product {
    filter: invert(0%) sepia(0%);
}

#header #nav {
height: auto;
max-width: 1200px;
margin: 0 auto;
position: relative;
}

#header #nav .login.login-lines {
border-left: 1px solid rgba(255, 255, 255, 0.3);
padding-left: 0.5em;
margin-left: 0.5em;
}

#header #nav ul {
height: 3.125rem;
}

#header #nav > ul {
position: relative;
z-index: 3;
padding: 1.35rem 0 10px;
overflow: hidden;
height: 3.4375rem;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: flex-end;
    margin: 0;
}

#header #nav > ul li {
position: relative;
}

#header #nav > ul li.hamburger {
order: 10;
}

#header #nav ul li {
display: block;
float: right;
}

#header #nav ul li a {
float: left;
padding: 0.375rem 1rem;
text-align: center;
font-weight: normal;
font-size: 0.875rem;
margin: 0 0.3125rem;
border-radius: 40px;
color: rgba(255, 255, 255, 0.9);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 160%;
text-decoration: none;
background: transparent;
}


#header #nav ul li.toggle.hamburger a {
position: relative;
height: 2.125em;
width: 2.125em;
margin: 0 0.3125em;
border-radius: 3em;
display: block;
font-size: 1rem;
}

#header #nav ul li.toggle.hamburger a:after, #header #nav ul li.toggle.hamburger a:before {
border-top: 0.125em solid white;
border-bottom: 0.125em solid white;
height: 0.375em;
width: 0.95em;
position: absolute;
content: "";
top: 0.6875em;
left: 0.625em;
}

#header #nav ul li.toggle.hamburger a:after {
top: 0.9375em;
left: 0.625em;
}

/*
body #header #nav.subnav-on ul li.toggle a:after, body #header #nav.subnav-on ul li.toggle a:before {
border-top: 0.125em solid #0a58ca;
border-bottom:  0.125em solid #0a58ca;
}
*/
#Digital-PR:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #e9f0fc;
    display: block;
    margin: 0 auto;
    margin-top: .5em;
    margin-bottom: .5em;
}

#header #nav ul li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
    color: white;
}


#header #nav ul li.signup a {
    background: url(../signup.html) no-repeat;
    width: 102px;
    color: #006f98;
    font-weight: 600;
}

#header #nav ul li#Tools a {
    display: none;
}

#header #nav ul li.subnav.featured img {
    height: 2.5em;
    margin-right: 2em;
    margin: 0.5em 2em 0.5em 0;
}
#header #nav ul li.subnav.featured a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    display: flex;
    align-items: center;
    line-height: 1.2;
    color: #333!important;
    font-weight: normal;
}


#header #nav ul li#Plans-and-Pricing:not(.subnav) a {
    text-indent: -1000px;
    overflow: hidden;
    width: 10em;
    background: #0ab698;
    letter-spacing: 0.1em;
}

#header #nav ul li#Plans-and-Pricing:not(.subnav) a:before {
    content: "Try it Free";
    text-indent: 0;
    display: block;
    position: absolute;
    white-space: nowrap;
}

#header #nav ul li#Plans-and-Pricing:not(.subnav) a:hover {
    filter: brightness(1.1);
}



#header #subnav, #header #subnav-features, #header #subnav-use-cases, #header #subnav-resources, #header #subnav-products, #header #subnav-get-started {
    position: absolute;
    right: 1.875rem;
    border-radius: 3px;
    top: 4.8rem;
    padding: 0.625em 0;
    z-index: 5;
    box-shadow: 0.625rem 0.625rem 0px 0px rgba(0, 0, 0, 0.1);
    background: white;
    display: none;
}

#header #subnav #Research:before, #header #subnav #Public-Relations:before, #header #subnav #BuzzStream-Blog:before {
    content: "Features";
    font-size: 0.7rem;
    color: #bbb;
    padding: 0 1.3rem 0.25rem;
    text-transform: uppercase;
    display: block;
}

#header #subnav #Public-Relations:before, #header #subnav #BuzzStream-Blog:before {
    content: "Use Cases";
    /*margin-top: 0.5em;*/
    padding: 0.75rem 1.3rem 0.25rem;
    /*border-top: 1px solid #ddd;*/
}

#header #subnav #BuzzStream-Blog:before {
    content: "Resources";
}

#header #subnav-features {
    right: auto;
    width: 19em;
    left: 5.5em;
    top: 11em;
}

#header #subnav-use-cases {
    right: auto;
    left: 19em;
    top: 11em;
}

#header #subnav-resources {
    right: 12.3em;
}

#header #subnav-products {
    right: 2.5em;
    max-width: 20em;
}

#header #subnav-get-started {
    right: 5em;
}

/*#header #subnav:before, #header #subnav-features:before {*/
/*  position: absolute;*/
/*  top: -0.3125em;*/
/*  right: 1.05em;*/
/*  width: 2em;*/
/*  height: 2em;*/
/*  background: white;*/
/*  content: "";*/
/*  border-radius: 0;*/
/*  transform: rotate(45deg);*/
/*  -webkit-transform: rotate(45deg);*/
/*}*/
#header #subnav-features:before {
    left: 1.05em;
    right: auto;
}

#header #nav #subnav ul, #header #nav #subnav-features ul, #header #subnav-use-cases ul, #header #subnav-resources ul, #header #subnav-products ul, #header #subnav-get-started ul {
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
    float: none;
}

#header #subnav ul li, #header #subnav ul li a,
#header #subnav-features ul li, #header #subnav-features ul li a, #header #subnav-use-cases ul li, #header #subnav-resources ul li, #header #subnav-products ul li, #header #subnav-get-started ul li, #header #subnav-use-cases ul li a, #header #subnav-resources ul li a, #header #subnav-products ul li a, #header #subnav-get-started ul li a {
    display: block;
    float: none;
    text-align: left;
}

#header #subnav-features ul li a {
    font-weight: 600;
    font-size: 1.2rem !important;
    text-transform: capitalize;
    letter-spacing: 0 !important;

    padding-left: 1.3rem !important;
}

#header #subnav-features ul li a:after {
    font-size: 0.9rem;
    display: block;
    line-height: 1.3;
    padding-bottom: 0.35rem;
}

#header #subnav-features ul li#Research a:after {
    content: "Build qualified lists in half the time";
}

#header #subnav-features ul li#Email a:after {
    content: "Send better emails at scale";
}

#header #subnav-features ul li#Manage a:after {
    content: "No more lost emails or inbox overload";
}

#header #subnav-features ul li#Report a:after {
    content: "Use data to improve your success";
}

#header #nav #subnav ul li.selected a, #header #nav #subnav ul li.selected a:hover,
#header #nav #subnav-features ul li.selected a, #header #nav #subnav-features ul li.selected a:hover, #header #subnav-use-cases ul li.selected a:hover, #header #subnav-resources ul li.selected a:hover, #header #subnav-products ul li.selected a:hover {
    background: none;
    height: auto;
}

#header #subnav ul li a, #header #subnav-features ul li a, #header #subnav-use-cases ul li a, #header #subnav-resources ul li a, #header #subnav-products ul li a, #header #subnav-get-started ul li a {
    padding: 0.375em 1.6125em;
    font-size: 0.8125em;
    color: #0a58ca !important;
    letter-spacing: 0.1em;
    margin: 0;
    border-radius: 0;
    font-weight: 500;
}

#header #subnav ul li a:hover, #header #subnav-features ul li a:hover, #header #subnav-use-cases ul li a:hover, #header #subnav-resources ul li a:hover, #header #subnav-products ul li a:hover, #header #subnav-get-started ul li a:hover {
    text-decoration: none;
    background: rgba(37, 85, 166, 0.1) !important;
}

#header #nav.subnav-on ul li.toggle a {
    z-index: 50001;
    background: none;
}
.blog .banner {
    position: sticky;
    top: 0;
    z-index: 1001;
}
.banner {
    text-align: center;
    padding: 0.5em;
}
.banner .banner-CTA {
    background: #a370f7;
    color: white;
    border-radius: 8px;
    display: inline-block;
    padding: 0.1em 0.5em;
    line-height: 1.2;
    margin: 0 0.75em;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
.featured-banner > .bs-row {
    padding: 5em 0;
    border-radius: 1em;
    overflow: hidden;
    padding: 2.5em 37% 2.5em 2.5em;
}

.featured-banner img {
    position: absolute;
    box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
    border-radius: 1em;
}

.featured-banner img#meet-listIQ-1 {
    right: -2.5em;
    top: 2em;
    width: 44%;
}

.featured-banner img#meet-listIQ-2 {
    right: 0; top: -7em; width: 33%;
    display: none;
}

.featured-banner .featured-banner-content {
    position: relative;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.75em;
}

.featured-banner .featured-banner-bullets {
    display: flex;
    gap: 1em;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-direction: column;
}

.featured-banner .featured-banner-bullets li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5em;
}

.featured-banner .featured-banner-bullets li:first-of-type {
    border: none;
    padding: 0;
}

.featured-banner .featured-banner-content .CTA.grey {
    display: none;
}

body.home #header #nav #subnav {
    border-color: #2555a6;
}

body.home #header #subnav:before {
    border-color: #2555a6;
}

.montage {
    padding: 3em 0 2em;
    min-height: 60em;
}

body.listiq-start #nav {
    display: none !important;
}

body.listiq-start #header a.logo {
    left: 50%;
    transform: translateX(-60%);
}
body.LISTIQ .banner, body.listiq-start .banner {
    display: none !important;
}
body.LISTIQ, body.listiq-start {
    background: #0E6FFD;
    background-image: radial-gradient(#0E6FFD -5%, #8540f5);
    background-attachment: fixed;
}
body.LISTIQ .montage .play-button-container {
    position: relative;
}
body.LISTIQ .montage #play-video {
    position: absolute;
    top: 47%;
    font-size: 8em;
    color: #3160fac4;
    margin: -.45em;
    background: #fff;
    box-shadow: 0 0 .1em .15em #fff;
    border-radius: 1em;
    transition: 0.2s ease all;
    transform: translateY(27%);
    text-decoration: none;
}

body.LISTIQ .montage #play-video:hover {
    color: #0b6ffd;
}

body.LISTIQ .bg-transparent .col-md-4 {
    font-size: 1.3em;
    color: rgba(0,0,0,0.65);
}

body.LISTIQ .price-box.plus h4 {
    margin-bottom: 2.1em;
}

body.LISTIQ .price-box ul {
    text-align: center;
    height: auto!important;
    color: #999;
    line-height: 1.5;
}

body.LISTIQ .price-box .big-price {
    margin-top: 0.5em;
}

body.LISTIQ .price-box .desc {
    height: 6.5em;
    margin-top: 0.5em;
}

body.LISTIQ .price-box .desc.desc-bonus {
    color: #262626;
    border-radius: 0.5em;
    padding: 0.75em 1em;
    height: auto;
    margin: 0 auto;
    width: 85%;
    margin-top: 1em;
    margin-bottom: 1em;
    background: linear-gradient(45deg, #fcd057, #ffe7a6, #f4c53d);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

body.LISTIQ .montage, body.listiq-start .montage {
    background: transparent;
}


body.listiq .logos svg, body.listiq .logos polygon, body.listiq .logos path, body.listiq .logos polyline, body.listiq .logos g>*{
    fill: #ede3ff !important;
}

.center-nav {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    display: none;
}

/*body.research, body.connect, body.manage {*/
/*    background: #365D9C;*/
/*}*/

.center-nav ul {
    width: auto;
    text-align: center;

    /* border: 0.15em solid rgba(0,0,0,0.1); */
    border-radius: 10em;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0;
    vertical-align: bottom;
}

.center-nav li {
    float: left;
}

.center-nav li a {
    color: rgba(0, 0, 0, 0.3);
    padding: 0.4em 1em 1.1em;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-decoration: none;
    margin: 0;
    float: left;
    font-weight: 600;
}

.center-nav li a:hover {
    color: #B6D8FF;
}

body.special-report .blog-montage {
    flex-direction: column;
    text-align: center;
    gap: 0;
}

body.special-report .blog-montage .featured-image {
    order: 0;
}
body.special-report .blog-montage .post-title {
    order: 1;
}

body.special-report .blog-montage #ez-toc-container {
    position: relative;
    margin: 0;
    float: none;
    width: auto;
    top: 0;
    height: auto;
    order: 2;
    border: none !important;
}

body.special-report .blog-montage .ez-toc-list {
    display: flex;
    gap: 1em;
    padding: 3em 0;
    justify-content: center;
    counter-reset: line-number;
    padding: 3em 0!important;
    flex-wrap:wrap;
}

body.special-report .blog-montage #ez-toc-container ul li {
    background: rgba(255,255,255,0.1);
    counter-increment: line-number;
    border-radius: 0.5em;
    text-align: center;
    padding: 1.5em 2em ;
    width: 13em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.2s ease all;
    cursor: pointer;
    max-width: 43%;
}

body.special-report .blog-montage #ez-toc-container ul li:hover {
    background: rgba(255, 255, 255, 0.2);
}
body.special-report .blog-montage .foreword {
    order: 2;
}
body.special-report .blog-montage .foreword .container {
    width: 90%;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 3.5em;
    max-width: 33em;
}

body.special-report .blog-montage .foreword .container p {
    margin: 1.75em 0;
    line-height: 1.8;
}

body.special-report .blog-montage .foreword h3 {
    text-align: center;
}

body.special-report .blog-montage #ez-toc-container ul li a {
    color: #f7cb45;
    font-size: 1.2em;
    padding: 0;
    font-weight: 800;
    justify-content: center;
    padding: 2.5em 2em 7em;
    margin: -2.5em -2em -7em;
}

body.special-report .blog-montage #ez-toc-container ul li:before {
    content: "Section "counter(line-number);
    color: #b8cff8;
    display: block;
}

body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(11) {
    display: none;
}
body.special-report .blog-montage #ez-toc-container ul li:after {
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 12;
    margin: 0 auto;
    background-image: url(../png/doghead.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
    margin-top: 1em;
    background-position-x: 50%;
    pointer-events: none;
}

body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(1):after {
    background-image: url(../png/quote.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(2):after {
    background-image: url(../png/printer.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(3):after {
    background-image: url(../png/play.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(4):after {
    background-image: url(../png/wall.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(5):after {
    background-image: url(../png/paper-plane2.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(6):after {
    background-image: url(../png/target.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(7):after {
    background-image: url(../png/mountain.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(8):after {
    background-image: url(../png/medal.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(9):after {
    background-image: url(../png/boxes.png);
}
body.special-report .blog-montage #ez-toc-container ul li:nth-of-type(10):after {
    background-image: url(../png/profile.png);
}

body.special-report.link-building-trends {
    background: #0a58ca;
    background-image: radial-gradient(#0a58ca -5%, #520dc2);
}


body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(1):after {
    background-image: url(../png/wall.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(2):after {
    background-image: url(../png/play.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(3):after {
    background-image: url(../png/ruler.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(4):after {
    background-image: url(../png/footprint.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(5):after {
    background-image: url(../png/money.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(6):after {
    background-image: url(../png/doghead.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(7):after {
    background-image: url(../png/tree.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(8):after {
    background-image: url(../png/boxes.png);
}
body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:nth-of-type(9):after {
    background-image: url(../png/medal.png);
}


body.special-report.link-building-trends .single-post .row {
    background-image: url(../png/bg-link-building-trends.png);
    background-color: #transparent!important;
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
}

body.special-report.link-building-trends .blog-montage #ez-toc-container ul li {
    background: #2f1d87;
}

body.special-report.link-building-trends .blog-montage #ez-toc-container ul li:after {
    filter: hue-rotate(30deg);
}


body.special-report .blog-montage .post-byline {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
body.special-report .blog-montage .post-byline .avatar {
    width: 1.5em;
    height: 1.5em;
}

body.special-report .blog-montage .details-container {
    display: flex;
    gap: 0.5em;
}
body.special-report .blog-montage #breadcrumbs,
body.special-report .blog-montage .details,
body.special-report .blog-montage #ez-toc-container .ez-toc-title-container {
    display: none!important;
}

body.special-report #right > div > * {
    display: none !important;
}

body.special-report #right {
    width: 1px;
}

body.special-report #right > div > #shareme.sharrre {
    display: block !important;
    margin: 0 0 0 -2.75em;
    padding-top: 2em;
}

body.special-report #right > div > #shareme.sharrre .buttons {
    flex-direction: column;
    gap: 0;
    scale: 1.35;
}

body.special-report #right > div > #shareme.sharrre .button {
    padding-bottom: 20px;
}

body.special-report #right > div > #shareme.sharrre .button iframe,
body.special-report #right > div > #shareme.sharrre .button > span.IN-widget{
    opacity: 0;
    scale: 1 2;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100% !important;
    overflow: hidden;
}

body.special-report #right > div > #shareme .buttons .twitter.button,
body.special-report #right > div > #shareme .buttons .linkedin.button {
    padding: 4px 0 1em;
    text-align: left;
    width: 2em;
}

body.special-report #right > div > #shareme.sharrre .button.twitter:before {
    content: "\e61b";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family,"Font Awesome 6 Brands");
    font-weight: var(--fa-style,900);
    background: #333;
    padding: 0.5em;
    border-radius: 99%;
    color: white;
    width: 2em;
    height: 2em;
    text-align: center;
    position: absolute;
}

body.special-report #right > div > #shareme.sharrre .button.linkedin:before {
    content: "\f0e1";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family,"Font Awesome 6 Brands");
    font-weight: var(--fa-style,900);
    background: #2a66bc;
    padding: 0.5em;
    border-radius: 99%;
    color: white;
    width: 2em;
    height: 2em;
    text-align: center;
    position: absolute;
}
body.blog.special-report .blog-montage .size-post-thumbnail {
    max-height: 500px;
    margin: 1em 0 2em 0;
    width: 90%;
    max-width: 500px;
    /* aspect-ratio: 1; */
    height: auto;
}
body.special-report #toc {
    min-width: 22%;
}
body.special-report #left {
    padding-right: 15px;
}

body.special-report .bg-white {
    background: #E9ECEF!important;
}

body.special-report .page > h2 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0;
    text-align: center;
    margin-bottom: 1.5em;
}
body.special-report .post-content .page > h3 {
    margin-bottom: -2.3em !important;
    border: .3em solid #fff;
    background: #333;
    width: 2.2em;
    height: 2.2em;
    border-radius: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.5rem !important;
    line-height: 1.59 !important;
}
body.special-report .page > h5 {
    text-align: center;
    margin-top: 1em!important;
}

body.special-report .page > p img {
    border-radius: 1em;
    overflow: hidden;
}

body.special-report .page {
    border-radius: 1em;
    background: white;
    padding: 2em 3em;
    margin-bottom: 2em;
}

body.special-report .single-post .row {
    background-image: url(../png/bg-special-report.png);
    background-repeat: repeat-x;
    background-size: 90%;
    background-position: 458% 0;
    background-attachment: fixed;
}

body.special-report .bg-white  div#ez-toc-container {
    font-size: 1.2rem;
    display: none;
}

body.special-report .bg-white h5 {
    letter-spacing: 1px;
    margin: 0 0 .5em;
    font-weight: 400;
    color: #ffc207;
    text-transform: uppercase;
}

/*body.special-report .post p:first-of-type, body.special-report .post p:first-of-type img {*/
/*    margin-top: 1.75em !important;*/
/*}*/

body.special-report .bg-white div#ez-toc-container .ez-toc-title {
    display: none;
}

body.special-report .bg-white .section {
    background: #fff3cd;
    border-radius: 1em;
    padding: 2em;
    color: #cc9a06;
    margin: 1.5em 0;
    padding-bottom: 1em;
    position: relative;
}
body.special-report .bg-white .section.condensed {
    cursor: pointer;
}
body.special-report .bg-white .section.condensed .content {
    display: flex;
}

body.special-report .bg-white .section.condensed h4 {
    width: 100%;
    padding-bottom: 1.5em;
    margin-right: 0;
}

body.special-report .bg-white .section.condensed:after {
    content: "click to view";
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffc207;
}

body.special-report .bg-white .section.condensed:before {
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffc207;
}

body.special-report .bg-white .section.condensed .content .sub-section {
    background: transparent;
    padding: 0;
    margin: 0 0 0 -2em;
}

body.special-report .bg-white .section.condensed .content .sub-section * {
    display: none;
}

body.special-report .bg-white .section.condensed .content .sub-section .header {
    display: inline-block;
    padding-bottom: 0;
}

body.special-report .bg-white .section.condensed .content .sub-section .header  * {
    display: none;
}
body.special-report .bg-white .section.condensed .content .sub-section .header > *:first-child {
    display: inline-block!important;
    margin-bottom: 0;
}
body.special-report .bg-white .section.condensed .content .sub-section .header img {
    max-width: 4.5rem;
    margin-right: 0.5em!important;
    margin-top: -0.5em!important;
}

body.special-report .bg-white .section.condensed h5:before {
    display: none;
}

body.special-report .bg-white .section h5 {
    letter-spacing: 1px;
    margin: 0 0 .5em;
    font-weight: 400;
    color: #ffc207;
}
body.special-report .bg-white .section h5:before {
    content: "\f422";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    top: 0.5em; right: 0.6em;
    padding: 0.5em;
    display: block;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

body.special-report .bg-white .section h4 {
    font-size: 1.2em;
}

body.special-report .bg-white .section .sub-section{
    color: #333;
    padding: 2em;
    background: #ffe69c;
    border-radius: 1em;
    margin: 2.5em -2em;
    padding-bottom: 0.75em;
}

body.special-report .bg-white .section .sub-section .header {
    display: flex;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 1em;
}
body.special-report .bg-white .section .sub-section .header strong {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
}
body.special-report .bg-white .section .sub-section .header span {
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
}
body.special-report .bg-white .section .sub-section .header .quote-icon {
    margin: 0;
    flex-grow: 1;
    text-align: right;
    font-size: 6rem;
    line-height: .7;
    color: #ffc107;
    font-family: georgia, serif;
    font-weight: 600;
    display: none;
}


body.special-report .bg-white .section img {
    border-radius: 100%;
    width: 7rem;
    overflow: hidden;
    margin-right: 1em !important;
    margin-top: -3em!important;
    border: 7px solid #fff3cd;
    aspect-ratio: 1;
    margin-bottom: 0;
    margin-left: 0 !important;
    display: none;
}


body.research .center-nav a.research, body.connect .center-nav a.connect, body.manage .center-nav a.manage, body.report .center-nav a.report {
    color: white;
    position: relative;
}

body.research .center-nav a.research:after, body.connect .center-nav a.connect:after, body.manage .center-nav a.manage:after, body.report .center-nav a.report:after {
    content: "";
    background: #0a58ca;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 50%;
    bottom: -1.5em;
    height: 2em;
    width: 2em;
    margin-left: -1.1em;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.35);
}

#header .sticky-nav {
    position: sticky;
    top: 0;
    margin: 0 0 10px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    display: none;
}

.home #header #tournav, .Outreach #header #tournav, .LISTIQ #header #listiqnav {
    display: block!important;
}

#header #nav #tournav ul li#Watch-Video a {
    display: none;
}


@-webkit-keyframes delay-bottom {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#header #tournav.show {
    -webkit-animation: delay-bottom 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
}

#header #nav .sticky-nav ul {
    padding: 0;
    margin: 0;
    height: auto;
    text-align: right;
    display: flex;
}

#header #nav .sticky-nav ul li a {
    color: white;
    padding: 0.4em 1em;
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
    line-height: 150%;#header .sticky-nav
    height: 2.2em;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#header.fixed #nav .sticky-nav ul li a:hover {
    background: #cfe2ff85;
}

#header #nav .sticky-nav ul li#Plans-and-Pricing, #header #nav .sticky-nav ul li#Download-Now {
    position: absolute;
    right: 0;
}

#header #nav .sticky-nav ul li#Plans-and-Pricing a, #header #nav .sticky-nav ul li#Download-Now a {
    color: white !important;
    position: relative;
    bottom: auto;
    left: auto;
    padding-right: 2.1em !important;
    background: #20C997;
    overflow: hidden;
    width: 10.6em;
}
#header #nav .sticky-nav ul li#Download-Now a {
    width: 25em;
    display: none;
}

#header #nav .sticky-nav ul li#Plans-and-Pricing a:hover, #header #nav .sticky-nav ul li#Download-Now a:hover{
    filter: brightness(1.2);
    -webkit-filter: brightness(1.1);
}

/*body #header #tournav ul li.selected.tour a {*/
/*    color: #0a58ca;*/
/*    background: #B6D8FF;*/
/*}*/


.form-full .wpforms-container {
    width: 70%;
    min-width: 600px;
    text-align: left;
}
.form-full .wpforms-container input {
    max-width: none;
}
.form-full .wpforms-container label {
    font-weight: normal;
}

#wpforms-8200-field_1-container {
    display: none;
}

#banner {
    background: url(../banner.html) no-repeat;
    width: 1050px;
    height: 96px;
}

.widget_twitter h2 {
    /* float: left; */
    position: absolute;
    display: block;
    font-size: 18px;
    color: #5dd7fc;
    top: 0px;

    /*height: 56px;*/
}


.twitter-box #blog ul {
    margin: 1em 0 0 0;
    list-style: none;
    padding: 0 0 0.5em 0;
}

.twitter-box #blog ul li {
    margin: 0 0 1.7em;
}

.twitter-box #blog ul li a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 130%;
}

.twitter-box #blog ul li a:hover {
    text-decoration: none;
    color: white
}

#main #right #twitter #follow a,
    /*.widget_twitter #follow a*/
{
    float: right;
    background: url(../png/twitter.png) no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
}

.widget_twitter #follow a {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 40px;
    background: url(../png/twitter.png) no-repeat;
    height: 30px;
    text-indent: -99999px;
}

.widget_twitter ul {
    /*float: left;
	clear: left;*/
    float: none;
    list-style: none;
    margin-bottom: 30px;
    line-height: 17px;
}

.tweets li {
    padding-bottom: 5px;
}

/*** Footer Layout ***/

#footer {
    padding: 4em 0;
    background: #052c65;
    text-align: center;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 -1em;
}

#footer .widget_search {
    display: none;
}

#footer ul.menu {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    margin: 0;
}

#footer ul.menu:after {
    content: "";
    display: table;
    clear: both;
}

#footer ul.menu, #footer ul.submenu {
    padding: 0;
}

#footer ul.menu li {
    float: left;
    text-align: left;
}

#footer ul.menu > li.menu-item {
    width: 50%;
}

#footer ul.menu li a, #footer .twitter-box h4 {
    cursor: default;
    text-decoration: none;
    color: #0a58ca;
    padding: 0 0 0.3125em 0;
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 600;
}

#footer ul.menu li ul.sub-menu {
    margin-right: 3.5em;
    padding: 0 0 3em;
}

#footer ul.menu li ul.sub-menu li {
    float: none;
    list-style: none;
}

#footer ul.menu li ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 1.1em;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    padding: 0.45em 0;
    line-height: 120%;
}

#footer ul.menu li ul.sub-menu li a:hover {
    color: white;
}

#footer .twitter-box {
    padding: 0 0 2em 0;
    text-align: left;
    border-bottom: 1px solid #0a58ca;
    font-size: 1.3em;
    margin-bottom: 2em;
    order: -1;
}

#footer .twitter-box a.more {
    color: #5dd7fc;
    position: absolute;
    top: 0;
    right: 0.8em;
}

#footer .copyright {
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 600;
    font-size: 0.8em;
    color: #0a58ca;
    text-align: left;
    display: flex;
    gap: 0.5em 2em;
    flex-wrap: wrap;
    margin: 1em 0;
}

#footer .copyright a {
    color: rgba(255, 255, 255, 0.7);
}
#footer .copyright a.fa-brands {
    font-size: 1.5rem;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: white;
    text-decoration: none;
}

/*** Footer End ***/

/*** Sidebar ***/

#sidebar {
    float: left;
    width: 319px;
    margin-left: 30px;
}

#link-side li, #social-side li {
    list-style: none;
}

#try-form {
    margin-top: 30px;
}

#price-table {
    margin-top: 32px;
}

#quotes {
    margin-top: 32px;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial,
    Verdana, sans-serif;
}

#quotes .quote-block {
    margin-bottom: 44px;
}

#quotes .quote-block p {
    color: #5a7c92;
    padding-bottom: 10px;
    font-family: "Georgia Regular", "Georgia", "Times New Roman", "Times Roman", Times;
}

#quotes .quote-block .name {
    color: #636363;
    font-size: 11px;
    float: right;
    font-weight: 600;
}

#quotes .quote-block .organization {
    color: #636363;
    font-size: 10px;
    float: right;
    font-weight: lighter;
    clear: right;
}

#screenshots {
    font-color: #000000;
}

#sign-up-links a {
    text-decoration: underline;
    color: #ffff00;
}

sign-up-links a {
    text-decoration: underline;
    color: #ffff00;
}

#sidebar-blog-right-1 {
    position: relative;
    z-index: 1;
}

/*** Sidebar End ***/

/*** Form Styles ***/

.main-signup #try-form {
    width: 317px;
    margin: 0 auto;
}

.main-signup #form-container {
    width: 317px;
}

#try-form #form-message {
    text-align: center;
    border: 1px solid #FFF87B;
    background: #FFFFF5;
    padding: 5px;
}

.trial form {
    width: 302px;
    text-align: left;
    background: #fffff5;
    border: 2px solid #fff87b;
    padding: 15px 0 15px 15px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    display: none;
}

.trial form h3 {
    clear: both;
    padding:;
    width: 290px;
    color: #959595;
}

.trial form p {
    font-size: 11px;
    padding: 0 0 10px 0;
}

.trial form p strong {
    text-transform: uppercase;
    font-weight: 600;
}

.trial form label {
    display: block;
    width: 290px;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 12px;
}

.trial form input {
    display: block;
    margin-top: 3px;
}

.trial form input.submit {
    position: relative;
    left: 90px;
    background: url(../tryit.html) no-repeat;
    width: 103px;
    height: 32px;
    color: #FFF;
    font-weight: 600;
    border: none;
}

.trial form select {
    float: left;
    display: block;
}

.trial form fieldset {
    width: 290px;
}

.trial form fieldset.short {
    width: 280px;
}

.trial form label.field-first, form label.field-email {
    clear: left;
}

.trial form label.field-first, form label.field-last, form label.field-email, form label.field-website {
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
}

.trial form label.field-interest {
    float: left;
    width: 140px;
    margin: 0 10px 0 0;
}

.trial form label.field-first input, form label.field-last input {
    float: left;
    width: 130px;
    padding: 0;
}

.trial form label.field-email input, form label.field-website input, form label.field-interest input {
    float: left;
    width: 270px;
    padding: 0;
}

.trial form ul {
    list-style: none;
}

.trial form ul li.ss-choice-item {
    float: left;
    width: 100px;
}

.trial form ul li.ss-choice-item input {
    float: left;
}

.trial form ul li.ss-choice-item label {
    width: 120px;
    padding-top: 3px;
}

/*** Form Styles End ***/

/*** Table Styles ***/

#table {
    font-size: 12px;
    width: 319px;
    text-align: left;
    border-collapse: collapse;
}

#table th {
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    padding: 10px 8px 8px;
    background: #5A7C92;
}

#table tbody {
    background: #FFF;
}

#table td {
    color: #000;
    padding: 10px;
}

#table th.white {
    background: #FFF;
}

#table .white {
    background: #FFF;
    font-weight: 600;
}

#table .blue {
    background: #C9E9F2;
}

#table .light-gray {
    background: #F5F5F5;
}

#table .gray {
    background: #EBEBEB;
}

#table-import {
    font-size: 12px;
    width: 740px;
    text-align: left;
    border-collapse: collapse;
}

#table-import th {
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    padding: 10px 8px 8px;
    background: #5A7C92;
}

#table-import tbody {
    background: #FFF;
}

#table-import td {
    color: #000;
    padding: 10px;
}

#table-import th.white {
    background: #FFF;
}

#table-import .white {
    background: #FFF;
    font-weight: 600;
}

#table-import .blue {
    background: #C9E9F2;
}

#table-import .light-gray {
    background: #F5F5F5;
}

#table-import .gray {
    background: #EBEBEB;
}


/*** Table Styles End ***/


/*** Pricing Styles ***/
#prod_soc_med {
    width: 450px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: url(../prod_bg.html) repeat-x;
    margin-right: 20px;
}

#prod_soc_med_img {
    width: 124px;
    height: 90px;
    background: url(../soc_med.html) no-repeat center;
    float: left;
    padding: 5px;
}

#prod_link_man {
    width: 445px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: url(../prod_bg.html) repeat-x;
    float: right;
}

#prod_link_man_img {
    width: 124px;
    height: 90px;
    background: url(../link_man.html) no-repeat center;
    float: left;
    padding: 5px;
}

.prod_txt {
    padding: 15px;
}

.prod_head {
    font-size: 18px;
    font-weight: 600;
    color: #006f98;
    text-align: center;
}

.prod_sub {
    font-size: 18px;
    font-weight: 600;
    color: #58798f;
    text-align: center;
}

.text-page p {
    line-height: 160%;
    margin: 1em 0 1em;
    font-size: 1.1em
}

.text-page h2 {
    padding: 1em 0 0;
}

.text-page h3 {
    padding: 1em 0 0;
    font-size: 1.7em;
}

.text-page h4 {
    padding: 1em 0 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-size: 1.2em;
}

.text-page ul {
    list-style: none;
}


.I {
    text-align: center;
    font-size: 17px;
}

.I a {
    text-decoration: underline;
    color: #006f98;
}

.I a:hover {
    text-decoration: none;
}

.heading {
    text-align: center;
    position: relative;
    padding: 20px 20px 20px 200px;
}

#subhead_smm {
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    text-align: center;
}

#subhead_lb {
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    text-align: center;
}

.table-container, .video-container, .page-container {

}

.help div.video-container.clearfix {
    height: 388px;
}

.page-container {
    width: auto;
    margin: 0 auto;
    width: 1050px;
    padding: 0;
    margin-bottom: 45px;
}

.video-container {
    width: 971px;
    padding: 0;
    background: #e8e8e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%); /* W3C */
    border: none;

}

.video-container .column {
    float: left;
    width: 233px;
    height: 312px;
    text-align: left;
    padding: 38px 45px;
    font-size: 13px;
    line-height: 18px;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: background linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: background linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: background linear 0.2s, box-shadow linear 0.2s;
    -o-transition: background linear 0.2s, box-shadow linear 0.2s;
    transition: background linear 0.2s, box-shadow linear 0.2s;
}

.video-container .column h4 {
    line-height: 27px;
    margin-bottom: -5px;
    font-size: 22px;
}

.video-container .column:hover {
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.video-container .column.right {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border: none;
}


.video-container .column.left {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

#tbl_soc_med td {
    padding: 8px;
    border-top: 1px solid #e8e8e8;
    vertical-align: middle;
}

#tbl_soc_med th {
    padding: 10px 8px 8px 8px;
    vertical-align: middle;
}

#tbl_soc_med img, #tbl_link_man img {
    margin: 0;
    float: none;
}

#tbl_link_man td {
    padding: 9px;
    border-top: 1px solid #e8e8e8;
    vertical-align: middle;
}

#tbl_link_man th {
    padding: 10px 8px 8px 8px;
    vertical-align: middle;
}

#tbl_soc_med_img {
    width: 124px;
    height: 89px;
    background: url(../tbl_soc_med_img.html) no-repeat;
    position: absolute;
    top: 33px;
    left: 50px;
}

#tbl_link_man_img {
    width: 96px;
    height: 42px;
    background: url(../tbl_link_man_img.html) no-repeat;
    position: absolute;
    top: 92px;
    left: 50px;
}

#tbl_link_man_img {
    width: 96px;
    height: 42px;
    background: url(../tbl_link_man_img.html) no-repeat;
    position: absolute;
    top: 68px;
    left: 50px;
}


.tbl_head0 {
    vertical-align: bottom;
    font-size: 18x;
    font-weight: 600;
    color: black;
}

.tbl_head1 {
    width: 90px;
    background: url(../png/tbl_bg1.png) repeat-x;
}

.tbl_head2 {
    width: 90px;
    background: url(../png/tbl_bg2.png) repeat-x;
}

.tbl_head3 {
    width: 90px;
    background: url(../png/tbl_bg3.png) repeat-x;
}

.A {
    vertical-align: middle;
    font-size: 14px;
    line-height: 12px;
    color: #333;
}

.A a {
    color: #006f98;
    text-decoration: underline;
    font-size: 14px;
    line-height: 12px;
}

.B {
    font-size: 24px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.price {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
}

.dollar {
    font-size: 16px;
    position: relative;
    bottom: 8px;
    font-weight: 600;
    line-height: 26px;
}

.month {
    font-size: 12px;
    position: relative;
    bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

.C {
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-align: center;
    line-height: 15px;
}

.D {
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    float: center;
}

.D img {
    text-align: center;
    float: center;
}


.E {
    vertical-align: middle;
    text-align: center;
}

.E a {
    color: #006f98;
    text-decoration: underline;
    font-size: 14px;
}

.F {
    font-size: 9px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    line-height: 4px;
}

#btn_signup_smm {
    height: 68px;
    background: url(../btn_signup.html) center no-repeat;
    text-align: center;
    padding: 40px 20px 0 20px;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}

#btn_signup_smm a {
    color: #FFF;
}

#btn_signup_smm a:hover {
    color: #597b91;
    text-decoration: underline;
}

#btn_signup_lb {
    height: 68px;
    background: url(../btn_signup.html) center no-repeat;
    text-align: center;
    padding: 40px 20px 0 20px;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}

#btn_signup_lb a {
    color: #FFF;
}

#btn_signup_lb a:hover {
    color: #597b91;
    text-decoration: underline;
}

.FAQ_heading {
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 600;
}

#FAQ a {
    color: #006f98;
    font-weight: 600;
}

#FAQ a.btt {
    color: #006f98;
    font-size: 11px;
}

/*** Pricing Styles End ***/

li.widget {
    list-style: none;
}

.widgettitle_container {
    height: 30px;
    position: relative;
}

/*
 * Blog
 */
.featured-article #shareme {
    padding-top: 4em;
}

.featured-article .container-fluid {
    overflow: hidden;
}

.featured-article .excerpt {
    display: none !important;
}

.chapter-link {
    width: 50%;
    display: inline-block;
    height: 9em;
    margin: 0em 0em 5em;
    text-align: center;
    /* color: #222; */
    font-size: 1.2em;
    text-decoration: none !important;
}

.chapter-link > i {
    width: 67%;
    background: #dce9ff;
    border-radius: 7em;
    border: 1em solid #dce9ff;
    display: inline-block;
    overflow: visible;
    margin: 0 1em !important;
    margin-bottom: 0.5em !important;
    transition: 0.2s ease all;
}

.chapter-link:hover > i {
    background: #c8ddff;
    border: 1em solid #c8ddff;
}

.chapter-link em {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.6em;
    font-weight: 600;
    display: block;
    font-style: normal;
    line-height: 1.7em;
    color: #bbb;
}

.chapter-link img {
    width: 100%;
    margin: 0 !important;
}

.chapter-heading {
    text-align: left;
    padding: 2em 100em;
    margin: 0 -100em;
    font-size: 1.2em;
}

.chapter-heading h2 {
    font-size: 3em;
    text-align: center;
}

.chapter-heading h2 .small-title {
    width: auto;
    font-size: 0.34em;
    border-color: #52cab6;
    padding: 1em 0 0.5em;
    margin: 0 0 1em;
}

#blog .posts-by {
    padding: 0 50px 30px 50px;
    border-bottom: 1px solid #ddd;
}

#blog .bio {
    background: #f1f1f1;
    border-top: none;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px;
}

h2.post-author a {
    color: white;
    text-decoration: none;
}

.author-pic {
    width: 6.25em;
    height: 6.25em;
    margin: 0 auto;
    margin-bottom: 1em;
    overflow: hidden;
    border-radius: 20em;
    border: 0.2em solid white;
    text-align: center;
}

.author-pic img {
    border-radius: 0;
    border: none;
    height: 100%;
    width: auto;
}

#blog #blogbanner h2 {
    background: url(../banner-inner.html) no-repeat;
    width: 1050px;
    height: 96px;
}

#blog #blogbanner h2 a {
    color: #597B91;
    font-size: 40px;
    font-weight: 600;
    height: 110px;
    line-height: 110px;
    float: left;
    padding-left: 60px;
}


body.blog #university .bottom-ad, body.blog #university .post-byline, body.blog #university .post-comments-link {
    display: none;
}

/*


body.university #blog .socialble {
	position: absolute;
top: 15px;
right: 15px;
}

body.university #header h1 a, body.university #blog .post-comments-link, body.university #blog .bottom-ad {
	display: none!important;
}

body.university #blog .post h2 {
	font-size: 20px;
margin: 40px 0px 20px -20px;
color:
white;
background:
#333;
padding: 20px;
width: 100%;
display: inline-block;
text-shadow: none;
font-size: 18px;
border-left: none;
}

body.university #blog .socialble {
padding: 10px 0;
margin-top: -20px;
}

body.university #blog img {
	max-width: 930px;
	height: auto;
border: 9px solid
white;
box-shadow: 0 0 1px rgba(0,0,0,0.5);
margin-top: 20px;
margin-bottom: 20px;
}

body.university #blog .wp-about-author-containter-around, body.university #blog .post-byline {
	display: none;
}

#blog #right {
	width: 225px;
padding: 0 20px 20px 20px;
float: left;
    margin-top: 40px;
position: relative;
    border: 1px solid black;
}

#blog #right.fixed {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -525px;
}

#blog #right .white-box {
	border-radius: 6px;
	-moz-border-radius: 6px; /* Firefox */
-webkit-border-radius:

6
px

; /* Safari, Chrome */
margin:

0
;
padding:

20
px

10
px

;
text-align: center

;
margin-bottom:

35
px

;
width:

205
px

;
height:

90
px

;
}


#blog #right .white-box.LB {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 0;
}

#blog #right .white-box.PR {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#blog #right .white-box.customers {
    height: auto;
    margin-top: 10px;
    padding: 10px 0;
    width: 225px;
}


#blog #right .white-box .verlag-small {
    font-size: 16px;
}

#blog #right .white-box .verlag-large {
    font-size: 19px;
}

/*.widget.widget_mc4wp_form_widget {*/
/*  padding-top: 13.3em!important;*/
/*  background: url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/cartoon/dude-plane2.png) no-repeat center 2.1em;*/
/*  background-size: 10.6em;*/
/*}*/

.widget .CTA {
    margin: 1.3em 0 0;
}

body.blog #sidebar-blog-right-1 .widget input:focus, textarea:focus, .search-input:focus, .row-unsubscribe #sidebar-blog-right-1 .widget input:focus {
    outline: 0;
    border-color: #548ce7;
    box-shadow: 0 0 8px rgba(84, 140, 231, 0.7);
}

*

/
#footer #blog {
    background: none;
    width: auto;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

/*

#blog p {
	margin: 1.5em 0 1.5em 0;
}

#blog p img {
    width: 100%;
    height: auto;
	margin: 0.5em 0 0.5em 0;
}

#blog .index .post {
padding: 40px 0px 0px;
position: relative;
}

#blog .index .post hr {
    margin: 100px 0 0 0;
}

#blog div.index div.post:last-child {
   border-bottom: 0;
   background: #f1f1f1;
}

#blog .index .post .post-date {

}

#blog .index .post .post-byline {
	margin: 0;
	padding: 5px 0;
	color: #a0a0a0;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

#blog .index .post-byline .post-author-avatar,
#blog .bio .post-author-avatar {
	float: left;
	margin: .25em;

}



#blog .index .post .post-byline,
#blog .index .post .post-byline a {
	color: #333;
font-family: 'pf_reminder_proregular';
font-weight: normal;
font-size: 18px;
}


#blog .index .post .post-content {
	margin: 0;
}

#blog .index .post .post-content ul{
	padding-left: 1.5em;
}

#blog .index .post .post-content ol {
	padding-left: 1.8em;
}

#blog .index .post .post-comments-link {
}

#blog .index #earlier-posts {
	float: left;
}

#blog .index #later-posts {
	float: right;
}
/* */

/*
 * Comments
 */

#blog #post-comments {
    font-size: 14px;
}

#blog #post-comments ul {
    list-style: none;
}

#blog .index #post-comments .comment-body {
    padding: 25px;
    margin: 0;
    font-size: 13px;
    background: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZiYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%); /* W3C */
    border-radius: 8px;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    margin-top: 10px;
}

#blog .index #post-comments .comment-author cite {
    font-size: 1.3em;
    color: #000;

}

#blog .index #post-comments .comment-author a {
    color: #5a7c92;

}

#blog .index #post-comments .comment-author {
    text-align: left;
}

#blog .index #post-comments .avatar {
    float: right;
    display: none;
}

#blog .index #post-comments .comment-meta {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

#blog .index #post-comments .comment-meta,
#blog .index #post-comments .comment-meta a {
    color: #999;
    font-style: italic;
}

#blog .index #post-comments .comment-body p {
    text-align: justify;
}

#blog .index #post-comments .reply {
    position: relative;
    height: 22px;
}


#blog .index #comments-number h3, #blog .index #pingback-number h3 {
    text-align: left;
    padding-bottom: 8px;
}

#blog .index #post-comments #commentform {
    width: 100%;
    margin-bottom: 1em;
}

#blog .social-media {
    background: url(../png/social_media_bg.png) no-repeat;
    width: 285px;
    height: 84px;
    position: absolute;
    top: 30px;
    left: -10px;
}

#blog .social-media a {
    width: 93px;
    height: 10px;
    text-align: center;
    padding: 40px 0 15px 0;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
}

#blog .social-media a:hover {
    opacity: 1;
    text-decoration: none;
}

#blog .social-media a#rss-button {
    background: url(../png/icon_rss.png) no-repeat center 10px;
}

#blog .social-media a#gplus-button {
    background: url(../png/icon_gplus.png) no-repeat center 10px;
}

#blog .social-media a#twitter-button {
    background: url(../png/icon_twitter.png) no-repeat center 10px;
}

*

/
/*
 * Sidebars
 */
#sidebar-blog-right-1 {
    padding-top: 15px;
    position: relative;
    z-index: 1
}

body.blog.podcast .blog-montage .size-post-thumbnail {
    height: 265px;
    margin: 15px 0 60px;
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

body.blog.podcast .featured-post .featured-image {
    padding: 0;
    overflow: hidden;
}
body.blog.podcast .featured-post .featured-image img {
    width: 100%;
    height: auto;
}

.CTA-podcast-link {
    background: #eff4fd;
    display: block;
    margin: -0.7em -1.3em;
    border-radius: 0.3em;
    padding: 0.75em 0;
    tranasition: 0.2s ease all;
    cursor: pointer;
}

.CTA-podcast-link:hover {
    filter: brightness(1.1);
}

.CTA-podcast {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    padding: 1.5em 1.3em;
    text-align: center;
    color: #0a58ca;
    background: #eff4fd;
    border-radius: 0.3em;
}

.CTA-podcast img {
    height: 7.5em;
    margin: 0 auto;
    width: 9em;
    margin-bottom: -0.5em;
}

#sidebar-blog-right-1.single-column .widget {
    min-height: 4em;
    padding: 2em;
    line-height: 1.5;
}

#sidebar-blog-right-1 .widget ul {
    list-style: none;
    background: #9fccdf;
    border-radius: 6px;
    padding: 15px 20px 15px 20px;
    width: 185px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

#sidebar-blog-right-1 .widget li {
    padding: 0;
}

#sidebar-blog-right-1 .widget li a {
    border-bottom: 1px solid #79b8d2;
    padding: 13px 0 13px 0;
    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

#sidebar-blog-right-1 .widget_categories li a {
    padding: 10px 0 10px 0;
}


/*
 * Author bio
 */
#blog .bio {
    min-height: 120px;
}

/*
 * WP generated styles
 */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


div.montage {
    box-sizing: border-box;
    position: static;
    vertical-align: middle;
}

/*
div.montage.fixed {
position: fixed;
top: 70px;
}
*/
div.montage p {
    line-height: 170%;
}

div.montage .animation img {
    position: absolute;
    left: 49%;
}
.blog .graph {
    border-radius: 10px;
    box-shadow: .625rem .625rem 0 0 rgb(0 0 0 / .1);
}

.blog .post table {
    background: #f1f1f1;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.blog .post table:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 12px;
    background: #f1f1f1;
    content: "";
}
.blog .post table:after {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 12px;
    background: #f1f1f1;
    content: "";
}
.blog .post table tr td, .blog .post table tr th {
    padding: 12px 20px;
    text-align: left;
}
.blog .post table tr td {
    border-top: 1px solid #ccc;
}


body.about div.content-container .montage {
    background: url(../svg/montage_about.svg) no-repeat;
    background-size: auto 78%;
    padding: 36px 0px 1px 444px;
    margin-bottom: 20px;
    background-position: center left;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.more-info {

    font-size: 14px;
    background: #00b698;
    border-radius: 20px;
    box-sizing: border-box;
    color: white;
    height: 15px;
    width: 15px;
    display: none;
    font-weight: 600;
    margin-left: 1px;
    padding: 1px;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
    margin-top: -1px;
    cursor: pointer;
}

.more-info .bs-tooltip {
    display: none;
    background: #1C2F4D;
    color: #B9D7F1;
    padding: 13px 17px 15px;
    border-radius: 4px;
    position: absolute;
    left: 27px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    width: 230px;
    margin-top: 5px;
    text-align: left;
    line-height: 135%;
    font-size: 14px;
    z-index: 5;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.more-info:hover .bs-tooltip {
    display: block;
}

.more-info .bs-tooltip:before {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #1C2F4D;
    margin-top: -5px;
}

body.plans-pricing div.content-container .montage {
    margin: 0 auto;
    width: 860px;
    height: 550px;
}

.info {
    border-radius: 20px;
    box-sizing: border-box;
    height: 1.3em;
    width: 1.3em;
    text-align: center;
    padding: 0.1em;
    font-size: 1em;
    color: white;
    background: #0a58ca;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: -0.2em 0.3em;
    transition: 0.2s ease all;
}

.info:hover {
    background: #00B698;
    cursor: pointer;
}

.info .tip {
    background: #fff;
    border: 1px solid #0a58ca;
    border-radius: 5px;
    padding: 1em 1.3em;
    color: #0a58ca;
    position: absolute;
    width: 24em;
    left: 3em;
    height: 7.6em;
    top: -3.2em;
    text-align: left;
    font-size: 0.9em;
    box-shadow: 0.5em 0.5em 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s ease all;
    visibility: hidden;
    opacity: 0;
}

.info:hover .tip {
    visibility: visible;
    opacity: 1;
}

.info .tip .arrow {
    width: 12px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -12px;
}

.info .tip .arrow:after {
    border: 1px solid #0a58ca;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background: white;
}

.price-box {
    width: 17em;
    display: inline-block;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 1.35em;
    margin: 0 0 2.5em 0;
    -webkit-transition: 0.2s ease all;
    position: relative;
    vertical-align: middle;
    padding: 0 1em 1em;
    border-radius: 0.5em;
    background: white;
}

.price-box em {
    margin: 0;
    padding: 0 1.39em;
    display: inline-block;
    line-height: 140%;
    font-size: 1em;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.price-box .CTA {
    margin: 1.3em 0 0;
    letter-spacing: 0.1em;
    font-size: 1em;
    padding: 0.3em 1em 0.3em 1em;
    position: relative;
    z-index: 1;
}

.price-box .big-price {
    font-size: 2.0em;
    margin-top: 0.8em;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0.3em;
}

.price-box .big-price sup.start {
    font-size: 0.4em;
    line-height: 60%;
    color: #aaa;
    display: inline-block;
    font-weight: normal;
    margin: 0 0.3em 0 -0.1em;
}

.price-box img {
    position: relative;
}

.price-box .users {
    color: #999;
    font-size: 1.1em;
    font-weight: 600;
}

.price-box ul {
    margin: -2em -1em;
    background: #f6f6f6;
    list-style: none;
    text-align: left;
    padding: 6em 2em 2em;
    border-radius: 0 0 0.25em 0.25em;
    line-height: 120%;
    flex-grow: 1;
}

.price-box .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 250px 0 250px;
    border-color: #007bff transparent transparent transparent;
}

.price-box ul li {
    margin-bottom: 0.8em;
}

.price-box .big-price sup {
    font-size: 60%;
    margin-left: 0.1em;
}

div.montage .price-box p {
    padding: 0 2.77em;
    line-height: 120%;
    margin-bottom: 1em;
}

.price-box.plus {
    position: relative;
    z-index: 1;
    height: auto;
    margin-top: -1em;
    margin-bottom: -1em;
}

.price-box.plus h4:after {
    content: "★ most popular ★";
    color: #ffc750;
    text-align: center;
    font-size: 0.9em;
    width: 100%;
    display: block;
    font-weight: 600;
    margin: 1.5em 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.price-box.plus ul {
    height: 31.5em;
}

.price-box .desc {
    height: 4.5em;
    line-height: 135%;
    padding: 0 0.5em
}

.price-box.wide .desc {
    height: 3em;
    padding: 0 0.5em
}

.price-box.wide em {
    padding: 0;
}

.price-box.wide .CTA {
    margin: 1.3em 0 0;
}

.price-box.wide ul {
    margin: -3.5em -1em -1em;
    padding: 6.4em 2em 2em;
    height: auto;
}

.price-box.wide ul li {
    text-align: center
}

.price-box.wide ul li strong {
    font-size: 1.2em;
}

.price-box h4 {
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding: 0.5em 1em 0.3em;
    margin: 0 -1em 1em;
    display: block;
    border-radius: 0.5em 0.5em 0 0;
    height: 3em;
}

.price-box h4 label {
    font-size: 1.3em;
    padding: 0.3em 0;
    margin: 0;
}

.price-box.starter h4 {
    background: #ccc;
    color: #333;
}

body.LISTIQ .price-box.starter h4 {
    background: #ede3ff;
    color: #8540f5;
}

.price-box.pro h4 {
    background: #00b698;
}

.price-box.plus h4 {
    background: #B6D8FF;
    color: #0a58ca;
    margin-bottom: 2.5em;
}

.price-box.premium h4 {
    background: #ffcb00;
}

.bs-row label {
    font-weight: normal;
}

.bs-row sub {
    bottom: 0;
}

.custom-solo {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 0;
    color: #aaa;
}

.custom-solo strong {
    font-size: 20px;
    color: #222;
}

div.content-container .section ul {
    margin: 20px;
}

div.content-container .section ul li {
    margin: 10px 0;
    line-height: 150%;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(69, 109, 174, 0.2);
    height: 0;
    margin: 12px 0 17px;
}

hr.thin {
    background: url(../svg/hr-thin.svg) no-repeat;
    background-size: 95% 100%;
    height: 10px;
    width: 100%;
    margin: 50px 0 6px;
    border: none;
    background-position: center top;
}

hr.two-third {
    background: url(../svg/hr-66.svg) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
}

hr.third {
    background: url(../svg/hr-33.svg) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
}


.CTA, .more-link, .bsu-post a.title:after, #commentform #submit {
    display: inline-block;
    font-size: 1em;
    min-width: 130px;
    padding: 0.3em 1.15em 0.3em 1.2em;
    line-height: 160%;
    margin: 0 auto;
    border-radius: 10em;
    -webkit-transition: 0.3s ease all;
    text-align: center;
    text-decoration: none !important;
    background: none;
    border: 0.15em solid;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    box-sizing: border-box;
    font-weight: 600;
    white-space: nowrap;
}

.CTA.has-arrow, body.blog #blog .post.featured .post-content .more-link {
    padding: 0.3em 1.9em 0.3em 1em;
    position: relative;
}

.CTA.has-arrow:after, #header .sticky-nav #Plans-and-Pricing a:after, #header .sticky-nav #Download-Now a:after,
body.blog #blog .post .post-content .more-link:after, #commentform #submit:after, .pagination a:after {
    position: absolute;
    top: .77em;
    right: .775em;
    margin: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: .3125em solid transparent;
    border-right: .3125em solid transparent;
    border-top: .5625em solid #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

body.blog #blog .post.condensed .post-content .more-link:after {
    top: 0.725em;
    right: 0.625em;
    border-top: 0.5625em solid #aaa;
}

body.blog #blog .post.condensed .post-content .more-link:hover:after {
    border-color: #0a58ca;
}

.CTA.orange {
    border-color: rgba(255, 203, 0, 0.4);
    color: #ffcb00;
}

.CTA.green, #commentform #submit {
    border-color: #00b795;
    color: #00b795;
}

.CTA.blue {
    border-color: rgba(13, 110, 253, 0.3);
    color: #0d6efd;
}

.CTA.purple {
    border-color: #ede3ff;
    color: #6610f2;
}

.CTA.black {
    background: #333;
    color: white;
    border-color: transparent;
}


.CTA.grey {
    border-color: rgba(0,0,0,0.1);
    color: #777;
}

.CTA.grey:hover {
    border-color: rgba(0,0,0,0.3);
}

.CTA.blue:hover {
    border-color: rgba(13, 110, 253, 0.7);
}

.CTA.purple:hover {
    border-color: #c29ffa;
}

.CTA.orange:hover {
    border-color: #ffcb00;
}

.CTA.blue.has-arrow:after {
    border-top: 0.5625em solid #0d6efd;
}

.pagination a:after {
    border-top: 0.5625em solid #0a58ca;
    top: 0.35em;
    right: 0;
}

.pagination #older-posts a:after {
    border-top: 0.5625em solid #0a58ca;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: 0.3em;
    left: -0.2em;
    right: auto;
}

.CTA.green {
    border-color: rgba(0, 182, 152, 0.3);
    color: #00B698;
}

.CTA.green:hover {
    border-color: rgba(0, 182, 152, 0.8);
}

.CTA.green.has-arrow:after {
    border-top: 9px solid #00B698;
}


.green {
    color: #00B698;
}

.purple {
    color: #8540f5;
}

.light-purple {
    color: #ede3ff;
}

.dark-purple {
    color: #6430b8;
}

.orange {
    color: #ffcb00;
}

.dark-green {
    color: #19A17F;
}

.white {
    color: #ffffff;
}

.gray {
    color: #888;
}

.blue {
    color: #0a58ca;
}

.med-blue {
    color: #0a58ca;
}


.light-blue {
    color: #cfe2ff;
}

.lightest-blue {
    color: #e1efff;
}

.CTA.gray {
    color: white;
    background: #bbb;
}

.CTA.white {
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.CTA.white:hover {
    color: white;
    border-color: white;
}

.CTA.large {
    font-size: 17px;
    padding: 16px 20px;
    min-width: 215px;
}

.CTA.small, .bsu-post a.title:after, .more-link {
    font-size: 0.9rem;
}

body.blog #blog .post.condensed .post-content .more-link {
    position: relative;
    font-size: 1rem;
}

.bsu-post a.title:after, .more-link {
    content: "learn more";
    color: #999;
    border-color: #eee;
    margin: 1em 0 0;
    padding-right: 1.6em;
}

.more-link {
    position: absolute;
    bottom: 4em;
    left: 0;
}

.more-link:hover {
    border-color: rgba(60, 96, 161, 0.8);
    color: #0a58ca;
}

.CTA:hover {
    cursor: pointer;
}

div.montage div.products {
    height: 250px;
    width: 995px;
    clear: both;
    margin: 0 auto;

    margin-top: 30px;
    background: url(../png/logo_large.png) no-repeat center 20px;
    position: relative;
}

div.product img {
    margin: 15px 10px 7px 10px;

}

div.testimonials {
    margin: 0 auto;
    height: 230px;
    margin-top: -15px;
}

div.testimonials div.box#test-box-1 {
    width: 50%;
    position: relative;
    height: 230px;
    background: #417c95; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxN2M5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTY5ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #417c95 0%, #256985 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #417c95), color-stop(100%, #256985)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #417c95 0%, #256985 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #417c95 0%, #256985 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #417c95 0%, #256985 100%); /* IE10+ */
    background: linear-gradient(to bottom, #417c95 0%, #256985 100%); /* W3C */
    float: left;
}

div.testimonials div.box#test-box-2 {
    width: 50%;
    position: relative;
    height: 230px;
    background: #417c95; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDE3Yzk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1Njk4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #417c95 0%, #256985 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #417c95), color-stop(100%, #256985)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #417c95 0%, #256985 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #417c95 0%, #256985 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #417c95 0%, #256985 100%); /* IE10+ */
    background: linear-gradient(135deg, #417c95 0%, #256985 100%); /* W3C */
    float: left;
}

div.testimonials img.avatar, body.customers img.avatar {
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    position: absolute;
    left: 45px;
    top: 40px;
    width: 90px;
    height: 90px;
}

body.customers hr {
    border: none;
    height: 1px;
    color: #ddd;
    background: #ddd;
    clear: both;
}

div.testimonials span.quote, body.customers span.quote {
    position: absolute;
    width: 335px;
    top: 40px;
    color: #d1dfe5;
    line-height: 19px;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    right: 30px;
    text-align: left;
}

body.customers img.avatar {
    float: left;
    position: static;
}

body.customers span.quote {
    float: right;
    position: static;
    color: #333;
    width: 340px;
}

body.customers .test-box {
    float: left;
    width: 460px;
    margin: 40px 22px 40px 43px;
}

div.testimonials span.quote .quoter, body.customers .quoter {
    margin-top: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    display: block;
    font-style: normal;
}

body.customers .quoter {
    color: #333;
}

div.testimonials span.quote .company, body.customers .company {
    margin-top: 2px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #80b1c5;
    font-style: normal;
}

div.features {
    height: 375px;
    width: 1060px;
    margin: 0 auto;
    padding: 35px 0 65px 0;
    text-align: center;
}

div.features div.tool, div.features a.tool {
    width: 335px;
    display: inline-block;
    height: 185px;
    text-align: center;
    border-radius: 25px;
    border: 2px dashed transparent;
    margin: 5px 0;
    position: relative;
}

.help .features {
    height: auto;
    /*padding: 30px 0 0 0;*/
}

.help .content-container {
    padding: 0;
    margin: 0;
    border: none;
}

div.features div.tool:hover, div.features a.tool:hover {
    border: 2px dashed #80b1c5;
    cursor: pointer;
    z-index: 400;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

div.features div.tool img, div.features a.tool img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.features div.tool a, div.features a.tool div.tool-header {
    margin: 10px 15px 0 15px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #256985;
}

div.features div.tool span a {
    margin: 0;
    display: inline;
    font-size: 14px;
}

div.features div.tool a:hover {
    text-decoration: none;
}

div.features div.tool span, div.features a.tool span {
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    width: 85%;
    color: #555;
    font-size: 14px;
    line-height: 19px;
}


div.customers {
    width: 100%;
    background: white;
    position: relative;
    height: 120px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

div.customers .bg {
    position: absolute;
    top: -15px;
    display: none;
    left: 0;
}

div.customers span {
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    font-family: Noteworthy;
    margin-left: -500px;
}

div.customers .slideshow {
    position: absolute;
    top: 28px;
    right: 35px;
}

#client-logos {
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}

#client-logos h3, #privacy h3 {
    position: absolute;
    top: 0;
    z-index: 20;
    width: 240px;
    text-align: center;
    left: 50%;
    margin-left: -120px;
    background: white;
    display: block;
    top: -5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9d1b30;
    font-size: 18px;
}

#client-logos .pagination {
    display: none;
}

#client-logos div.slide {
    height: 120px;
    width: 1020px;
    text-align: center;
}

#client-logos img {
    margin: 10px 25px 0 25px;
}

div.shadow {
    display: none;
}

#client-logos-vert {
    float: right;
    width: 225px;
    position: relative;
}

#client-logos-vert .pagination {
    display: none;
}

#client-logos-vert img {
    margin: 0 20px 0 20px;
}


#test-box-1 {
    border-top-right-radius: 22px 15px;
    border-bottom-right-radius: 22px 15px;
}

#test-box-2 {
    border-top-left-radius: 22px 15px;
    border-bottom-left-radius: 22px 15px;
}

#test-box-1 .pagination, #test-box-2 .pagination {
    display: none;
}

#test-box-1 .slides_container, #test-box-2 .slides_container {
    width: 525px;
    float: left;
}

#test-box-1 .slides_container {
    float: right;
}

#test-box-1 .slides_container div.slide, #test-box-2 .slides_container div.slide {
    height: 220px;
    display: none;
    width: 525px;
    text-align: center;
}

div.posts.columns {
    background: #ececec;
    padding: 20px 0 15px 20px;
}

div.posts div.column {
    width: 225px;
    margin: 0 15px 0 15px;
    float: left;
}

div.posts div.column p {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 13px;
    line-height: 18px;
}

div.home div.posts {
    width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

div.home div.posts h3, div.home div.posts h4 {
    margin-top: 20px;
}

div.home div.posts {
    text-align: left;
}

/*link building*/

div.feature h1.noteworthy {
    margin: 25px 0 40px 0;
    font-size: 55px;
    line-height: 67px;
}

div.feature.social-media h1 {
    font-size: 48px;
    line-height: 62px;
}

div.montage.pricing, div.montage.help {
    padding-top: 15px;
    height: 560px;
}

div.montage.pricing .noteworthy, div.montage.help .noteworthy {
    font-size: 40px;
    margin: 25px 0 25px 0;
}

a.big_button {
    background: url(../square_button.html) no-repeat;
    display: block;
    width: 193px;
    padding-top: 13px;
    height: 38px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #006F98;
}

div.montage div.feature.link-building, div.montage div.feature.social-media {
    background: url(../png/ss_lb.png) no-repeat 410px 20px;
    padding-right: 560px;
    height: 400px;
    margin: 0 auto;
    width: 515px;
}

div.montage div.feature.social-media {
    background: url(../png/ss_pr.png) no-repeat 410px 20px;
}

.play-button, .play-button-sm {
    width: 400px;
    height: 260px;
    background: url(../png/bg_play.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: -193px;
    opacity: 0.8;
    -webkit-transition: background-color linear 0.2s, opacity linear 0.2s;
    -moz-transition: background-color linear 0.2s, opacity linear 0.2s;
    -ms-transition: background-color linear 0.2s, opacity linear 0.2s;
    -o-transition: background-color linear 0.2s, opacity linear 0.2s;
    transition: background-color linear 0.2s, opacity linear 0.2s;
}


#video1 {
    width: 80%;
    margin: 0 auto;
    background: url(../jpg/ss_video1.jpg) no-repeat center center;
}

#video2 {
    width: 80%;
    margin: 0 auto;
    background: url(../jpg/ss_video2.jpg) no-repeat center center;
}

#video3 {
    width: 80%;
    margin: 0 auto;
    background: url(../jpg/ss_video3.jpg) no-repeat center center;
}

.play-button-sm {
    width: 100%;
    height: 150px;
    position: static;
    background: url(../png/bg_play_sm.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.7);
    top: auto;
    left: auto;
    margin: 0;
    border: 1px solid white;
}

.play-button:hover, .play-button-sm:hover {
    opacity: 1;
}

/*
#goto-top {
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top:-10px;
	height: 20px;
	width: 20px;
	background: url(img/arrow_top.png) center center no-repeat;
	background-color: white;
	opacity: 0.4;
	padding: 8px 7px 7px 7px;
	border-radius: 6px;
	display: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
border: 1px solid #999;
}

#goto-top2 {
	top: -20px;
	left: 50%;
	margin-left: -515px;
	display: none;
	position: fixed;
	background: url(img/logo_bee_sm.png) center center no-repeat;
	width: 66px;
	height: 82px;
	z-index: 1000;
}

#goto-top:hover {
	opacity: 0.6;
	background-color:#fff;
}

.tour-nav {
	width: 100%;
padding: 24px 0 10px 0;
background: #77b7d1;
height: 43px;
margin-top: -50px;
position: relative;
}

.tour-nav .shadow {
	width: 842px;
	height: 19px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -421px;
	background: url(img/tour_shadow.png) no-repeat top center;
}

.tour-nav.fixed {
	position: fixed;
	top: 50px;
	z-index: 500;
}

.tour-nav ul {
	list-style: none;
margin: 0 0 0 30px;
padding: 0;
left: 50%;
position: absolute;
margin-left: -455px;
}

.tour-CTA {
right: 50%;
position: absolute;
margin-right: -515px;
}

.tour-nav li {
	float: left;
}

.tour-nav li a {
float: left;
display: block;
padding: 5px 16px 7px 16px;
color: #e5f2f6;
font-weight: 600;
font-size: 0.93em;
}


.tour-nav.PR-nav li a {
padding: 5px 25px 4px 25px;
font-size: 16px;
}

.tour-nav li a:hover {
	text-decoration: none;
	color: white;
}

.tour-nav li a.active {
	background: #478aa5;
	color: white;
	border-radius: 20px;
-moz-border-radius: 20px; /* Firefox */
-webkit-border-radius:

20
px

; /* Safari, Chrome */
}

div.link-building-tour {
    background: url(../png/ss_lb.png) no-repeat top center;
    position: relative;
    height: 400px;
    margin: 0 auto;
    width: 1050px;
    margin-top: 40px;
}

div.social-media-tour {
    background: url(../png/ss_pr.png) no-repeat top center;
    position: relative;
    height: 400px;
    margin: 0 auto;
    width: 1050px;
    margin-top: 40px;
}

div.link-building-tour h1, div.social-media-tour h1 {
    position: absolute;
    top: 65px;
    left: 30px;
    width: 250px;
    line-height: 120%;
}

div.link-building-tour h1.line2, div.social-media-tour h1.line2 {
    right: 30px;
    left: auto;
}

div.content.link_building .tools .tour {
    width: 100%;
    height: 125px;
    background-color: #fff;
}

div.content.link_building .tools .tour h2 {
    color: #333;
    height: 0px;
    position: relative;
    top: -40px;
}

div.content.link_building .tools .tour h2 b {
    color: #006F98;
}

div.content.link_building .tools .tour .tool {
    width: 33%;
    float: left;
    font-size: 12px;
    padding-top: 10px;
    cursor: pointer;
}

div.content.link_building .tools .tour .tool img {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
}

div.content.link_building .tools .tour .tool a {
    display: block;
    float: left;
    clear: right;
    color: #006F98;
}

div.content.link_building .tools .tour .tool span {
    float: left;
    display: block;
    width: 245px;
}

div.content .testimonials div.testimonial {
    width: 33%;
    float: left;
    color: #006F98;
    border-left: 1px solid #DDD;
    font-size: 14px;
}

div.content .testimonials.social-media div.testimonial {
    width: 24%;
}


div.content .testimonials div.testimonial.first {
    border-left: none;
}

div.content .testimonials {
    clear: both;
    margin-bottom: 0;
}

div.content .testimonials div div {
    padding: 0 40px 0 40px;
}

div.content .testimonials div div b {
    color: #333;
    display: block;
    font-size: 12px;
}

div.content .testimonials div div span {
    color: #333;
    display: block;
    font-size: 12px;
}

div.content .testimonials div.quote {
    padding: 0px;
    height: 130px;
}

div.content .testimonials.social-media div.quote {
    height: 150px;
}


ul.tour_nav {
    text-align: center;
    list-style-type: none;
}


ul.tour_nav li {
    display: inline;
    border-left: 1px solid #ddd;
    padding: 5px;
    color: #006F98;
}

ul.tour_nav li.overview {
    border: none;
}

ul.tour_nav li.selected {
    background-color: #006F98;
    color: #fff;
}

ul.tour_nav li.selected a {
    color: #fff;
}

ul.tour_nav li a {
    color: #006F98;
}

.content div.feature {
    border-top: 1px solid #ddd;
    padding: 20px;
    margin: 20px auto 0px auto;
    width: 600px;
    height: 140px;
    vertical-align: middle;
}

.content div.tour-title {
    margin: 0 auto 0 auto;
    width: 640px;
}

.content div.feature h2 {
    margin-top: 20px;
}

.content div.feature img {
    float: left;
    margin-right: 20px;
    border: 2px solid #ddd;
}

*

/

#header #nav ul li.hide {
    display: none;
}

.avatar {
    width: 6.25em;
    height: 6.25em;
    border-radius: 6.25em;
    display: inline-block;
    margin: 0 0 0.625em 0;
    overflow: hidden;
    text-align: center;
}
.bs-row.icons-features {
    display:flex;
    justify-content: center;
}
.bs-row.icons {
    width: 90%;
}

.bs-row.icons .col-md-4 {
    padding-bottom: 4.5em;
    text-align: center;
    font-size: 1.2em;
}

.bs-row.icons .col-md-4 > img {
    margin-bottom: 2em;
    height: 15em;
}

.icon {
    width: 17em;
    height: 17em;
    border-radius: 10em;
    margin: 0 auto;
    margin-bottom: 2em;
    overflow: hidden;
    text-align: center;
    transition: 0.2s ease box-shadow;
}

a:hover .icon {
    box-shadow: 0 0 0 0.4em #b9eae0;
}

.icon h2 {
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 2.9em 0 0;
    text-align: center;
    text-indent: 0.5em;
    margin: 0 0 -0.3em;
}

.icon img {
    height: 14.5em;
    width: auto !important;
}

.icon.has-words img {
    height: 13em;
}

.bs-row.spaced.bios {
    padding-bottom: 4em;
}

.bios > div {
    min-height: 9em;
}

.bios .bio {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
}

.bios .bio h4 {
    line-height: 100%;
}

.bios .avatar.alignleft {
    width: 27%;
    height: auto;
    float: none;
    margin: 0 0.7em 0 0.3em;
    vertical-align: middle;
}

.bios .avatar img {
    width: 100%;
    border-radius: 6em;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.bios h5 {
    font-size: 0.75em;
    letter-spacing: 0.125em;
    margin: 0;
    margin-top: 0.3em;
}

.bios > div p {
    font-size: 0.95em;
    padding-right: 3%;
    display: none;
}

.avatar.small {
    height: 2.3em;
    width: 2.3em;
}

.avatar img {
    width: 100%;
}

.avatar.alignleft {
    margin: .3em 2em 2.5em 0;
}

#wrapper {
    background: none;
    padding: 0 0 50px 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.home #wrapper {
    width: 100%;
}

.help #wrapper, .help div.content-container, .plans-pricing #wrapper, .plans-pricing div.content-container {
    overflow: visible;
}


.full-box {
    background: #f1f1f1;

}

.full-box:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
    background: url(../gray-box-top.html) bottom left repeat-x;
    background-size: 480px;
}

.full-box:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
    background: url(../png/gray-box-bot.png) bottom left repeat-x;
    background-size: 480px;
}

#logos-home {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    height: auto;
    bottom: 38%;
}

/*
.panel {
    position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
}

.panel.outreach {
   background: #ebf8ff;
   border: none;
}

.panel.research {
    background-image:url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/buildings.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-color: white;
    border: none;
}

.panel.manage {
    z-index: 50;
}
.gray-box:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
    background: url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/gray-box-top.png) top left repeat-x;
    background-size: 480px;
}
.gray-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/gray-box-bot.png) bottom left repeat-x;
    background-size: 480px;
}


.panel.logos {
    padding-top: 3%;
    background: #f1f1f1;
}

.panel.logos h2 {
    color: #999;
}

.panel.logos h1 {
    color: #222;
}

*/

.arrow-right, .arrow-down {
    position: relative;
}

.arrow-down {
    margin-bottom: 50px;
}

.arrow-down:before {
    position: absolute;
    content: url(../svg/arrow.svg);
    bottom: -26px;
    left: 50%;
    margin-left: -16px;
    width: 50px;
    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);
}

.arrow-right:before {
    position: absolute;
    content: url(../svg/arrow.svg);
    right: -50px;
    top: 50%;
    margin-top: -14px;
    width: 50px;
}


/*
div.content-container .section.flow-chart {
    text-align: center!important;
}

div.content-container .section.flow-chart .ss {
    position: relative;
    margin: 50px 0;
}

div.content-container .section.flow-chart p {
    text-align: center;
}
div.content-container.home .home-montage {
	color: white;
	height: 700px;
    position: relative;
    background: #2555a6;
    z-index:1;
}


div.content-container.home .home-montage h1, div.content-container.home .home-montage h2 {
	color: white;
}

div.content-container.home .home-montage .CTA.orange {
    left: 50%;
    margin-left: -220px;
}

div.content-container.home .home-montage .CTA.green {
    left: 50%;
    margin-left: 10px;
}

div.content-container .section {
	clear: both;
padding: 20px;
box-sizing: border-box;
text-align: left;
position: relative;
width: 80%;
margin: 0 auto;
max-width: 1240px;
}

div.content-container.home .section {
width: 80%;
max-width: 1100px;
margin: 0 auto;
padding: 150px 0;
}

div.content-container .section.text-left .text {
    width: 40%;
    float: left;
    position:relative;
    z-index: 10000;
}

div.content-container .section.text-right .text {
    width: 40%;
    float: right;
    position:relative;
    z-index: 10000;
}

div.content-container {
    margin: 0 -20px;
text-align: center;
}

div.content-container .section .movie {
    width: 55%;
}






div.content-container .montage {
    margin: 0 40px;
}

div.content-container .montage h2 {
font-size: 25px;
font-weight: 600;
color: #222;
margin: 20px 0 30px;
letter-spacing: 0px;
}
div.content-container .montage h3 {
    font-size: 22px;
font-weight: 600;
color: #222;
margin: 10px 0;
letter-spacing: 0px;
}

div.content-container .section .third {
width: 30%;
float: left;
text-align: left;
clear: none;
min-height: 0;
padding: 20px 0;
}

div.content-container .section .third:nth-child(2),
div.content-container .section .third:nth-child(5),
div.content-container .section .third:nth-child(8),
div.content-container .section .third:nth-child(10) {
    padding: 20px 5%;
}

div.content-container .section .third.left {
    text-align: left;
}

div.content-container .section img.icon {
    margin: 0 20px 0 0;
    width: 50px;
}

div.content-container .section .third.left p {
    text-align: left!important;
}

div.content-container .section .third.center p {
    text-align: center!important;
}

div.content-container .section .two-third {
    width: 66%;
float: left;
text-align: center;
}

body.home div.content-container .section h2 {
    margin: 0;
}


div.content-container h1 {
line-height: 100%;
margin: 0 auto;
width: auto;
text-align: center;
display: inline-block;
padding: 40px 0 15px;
font-weight: 600;
font-size: 38px;
letter-spacing: 0;
}

div.content-container h1.small {
    font-size: 42px;
    background-position: center 85px;
}

div.content-container h1.long {
    background: none;
background-position: center 100px;
background-size: 100% 23px;
}

div.content-container .section .third h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    margin: 5px 0;
}

div.content-container .section .third h4 {
font-size: 18px;
font-family: 'pf_reminder_proregular';
}

div.content-container .section h2 {
    font-size: 34px;
margin: 40px 0;
line-height: 120%;
}

div.content-container .section p {
	line-height: 170%;
	margin: 30px 0 40px;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
}

div.content-container .section .third p {
    font-size: 14px;
    font-weight: 400;
}

div.content-container .section .animation {
width: 55%;
min-height: 250px;
display: block;
position: absolute;
top: 0;
bottom: 0;
}

div.content-container .section .anim {
    position: absolute;
    z-index: 100;
}

div.content-container .section.text-left .animation {
    right: 0;
    left: auto;
}

div.content-container .section.text-right .animation {
    right: auto;
    left: 0;
}
*/
.ss {
    border: 1px solid #666;
    box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
}

.ss.bubble {
    border: none;
    box-shadow: none;
}

.ss.bubble img {
    border-radius: 4px;
    border: 1px solid #666;
    box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.ss.alignright, .ss.alignleft {
    position: relative;
}

.bubble .arrow {
    position: absolute;
    top: -14px;
    height: 15px;
    width: 20px;
    overflow: hidden;
    right: 32px;
}

.bubble .arrow:before {
    position: absolute;
    background: white;
    border: 1px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    top: 9px;
    height: 20px;
    width: 20px;
}

/*
div.content-container .section .third img {
	width: auto;
height: 75px;
}

div.content-container .section .alignright {
margin-left: 5%;
}

div.content-container .section .alignleft {
margin-right: 5%;
}
*/
.post-comments-link {
    display: none;
}

.post.condensed .post-comments-link a {
    position: absolute;
    bottom: 0px;
    left: 10.5rem;
    font-size: 1rem;
    color: #999 !important;
    display: inline-block;
    padding: .25em .75em;
    min-width: 7.5em;
    background: #fff;
    border-radius: 7em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 600;
    font-weight: 600;
    border: 0.15em solid #eee;
    height: auto;
    line-height: 160%;
}

.post-comments-link a:hover {
    border-color: #bbb;
    text-decoration: none;
}

/*
div.content-container a.scroller {
	position: absolute;
	border: 1px solid #ddd;
background: white;
color: #888;
bottom: -1px;
border-radius: 0;
width: 120px;
margin-left:-75px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
font-size: 13px;
	display: inline-block;
	left: 50%;
	right: auto;
	text-align: center;
	padding: 4px 15px 4px 15px;
}

div.content-container a.scroller:hover {
box-shadow: 0 -2px 7px rgba(0,0,0,0.1);
text-decoration: none;
border: 1px solid #ccc;
}
*/

#blog .index #post-comments .comment-reply-link {
    bottom: 0;
}


/*
div.content-container div.column-block {
	width: 337px;
float: left;
padding: 20px 30px 0 0;
text-align: left;
font-size: 13px;
	line-height: 135%;
	color: #333;
}

div.content-container.right div.column-block {
	float: right;
}

div.content-container.home div.column-block {
	width: 215px;
	padding: 0 17px;
}

div#wrapper.tour .content-container {
	padding-bottom: 90px;
	padding-top: 45px;
	overflow: hidden;
}

div#wrapper.tour div.column-block {
	padding: 20px 30px 10px 97px;
	width: 240px;
	height: 125px;
	position: relative;
}

.content-container .half .column-block {
	float: left;
	width: 220px;
	display: block;
	padding: 10px 10px 0 15px;
}

.content-container .column-block p {
	margin-bottom: 15px;
}

.content-container .column-block h4 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 17px;
    line-height: 120%;
	text-shadow: 0 1px 1px #fff;
	color: #222;
	font-weight: 600;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

div#wrapper.tour div.column-block .icon {
	position: absolute;
top: 21px;
left: 0;
width: 78px;
height: 78px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
}

#research-1 .icon { background: url(img/icons/tour_research_1.jpg) no-repeat; }
#research-2 .icon { background: url(img/icons/tour_research_2.jpg) no-repeat; }
#research-3 .icon { background: url(img/icons/tour_research_3.jpg) no-repeat; }
#research-4 .icon { background: url(img/icons/tour_research_4.jpg) no-repeat; }
#research-5 .icon { background: url(img/icons/tour_research_5.jpg) no-repeat; }
#research-6 .icon { background: url(img/icons/tour_research_6.jpg) no-repeat; }
#research-7 .icon { background: url(img/icons/tour_research_7.jpg) no-repeat; }

#relationship-1 .icon { background: url(img/icons/tour_relationships_1.jpg) no-repeat; }
#relationship-2 .icon { background: url(img/icons/tour_relationships_2.jpg) no-repeat; }
#relationship-3 .icon { background: url(img/icons/tour_relationships_3.jpg) no-repeat; }
#relationship-4 .icon { background: url(img/icons/tour_relationships_4.jpg) no-repeat; }
#relationship-5 .icon { background: url(img/icons/tour_relationships_5.jpg) no-repeat; }
#relationship-6 .icon { background: url(img/icons/tour_relationships_6.jpg) no-repeat; }
#relationship-7 .icon { background: url(img/icons/tour_relationships_7.jpg) no-repeat; }
#relationship-8 .icon { background: url(img/icons/tour_relationships_8.jpg) no-repeat; }
#relationship-9 .icon { background: url(img/icons/tour_relationships_9.jpg) no-repeat; }

#lists-1 .icon { background: url(img/icons/tour_lists_1.jpg) no-repeat; }
#lists-2 .icon { background: url(img/icons/tour_lists_2.jpg) no-repeat; }
#lists-3 .icon { background: url(img/icons/tour_lists_3.jpg) no-repeat; }
#lists-4 .icon { background: url(img/icons/tour_lists_4.jpg) no-repeat; }

#projects-1 .icon { background: url(img/icons/tour_projects_1.jpg) no-repeat; }
#projects-2 .icon { background: url(img/icons/tour_projects_2.jpg) no-repeat; }
#projects-3 .icon { background: url(img/icons/tour_projects_3.jpg) no-repeat; }
#projects-4 .icon { background: url(img/icons/tour_projects_4.jpg) no-repeat; }
#projects-5 .icon { background: url(img/icons/tour_projects_5.jpg) no-repeat; }

#outreach-1 .icon { background: url(img/icons/tour_outreach_1.jpg) no-repeat; }
#outreach-2 .icon { background: url(img/icons/tour_outreach_2.jpg) no-repeat; }
#outreach-3 .icon { background: url(img/icons/tour_outreach_3.jpg) no-repeat; }
#outreach-4 .icon { background: url(img/icons/tour_outreach_4.jpg) no-repeat; }
#outreach-5 .icon { background: url(img/icons/tour_outreach_5.jpg) no-repeat; }

#backlink-1 .icon { background: url(img/icons/tour_backlink_1.jpg) no-repeat; }
#backlink-2 .icon { background: url(img/icons/tour_backlink_2.jpg) no-repeat; }
#backlink-3 .icon { background: url(img/icons/tour_backlink_3.jpg) no-repeat; }
#backlink-4 .icon { background: url(img/icons/tour_backlink_4.jpg) no-repeat; }
#backlink-5 .icon { background: url(img/icons/tour_backlink_5.jpg) no-repeat; }

*/
.plans-pricing table {
    width: 20%;
    position: relative;
    color: white;
    display: table;
    vertical-align: top;
    float: right;
}

.plans-pricing .plans {
    float: left;
    width: 80%;
}

.plans-pricing table.feature {
    width: 21%;
    position: absolute;
    z-index: 1;
}

.plans-pricing table.feature td {
    text-align: left;
    border-radius: 3px 0 0 3px;
    padding: 0 0 0 15px;
    line-height: 100%;
    font-size: 16px;
}

.plans-pricing table.feature th {

    text-align: left;
}

.plans-pricing table th {
    font-weight: 600;
    font-size: 22px;
    padding: 10px 0 20px;
    text-align: center;
    vertical-align: bottom;
    height: 6em;

}

.plans-pricing table th label {
    margin: 2px 5px 2px;
    padding: 37px 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 100px;
    letter-spacing: 1px;
    width: 90px;
    height: 90px;
}

.plans-pricing table td {
    padding: 12px 15px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    height: 55px;
    vertical-align: middle;
}

.plans-pricing table td.check {
    background: url(../svg/check.svg) no-repeat;
    background-position: center center;
    background-size: auto 33%;
}

.plans-pricing table td .CTA {
    min-width: 0;
    letter-spacing: 0;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 15px;
    white-space: normal;
    line-height: 100%;
    padding: 0.6em 1.15em 0.6em 1.2em;
    font-size: 15px;
}

.plans-pricing table.advanced:after {
    opacity: 0.2;
}

.plans-pricing table.custom:after {
    opacity: 0.1;
}


.plans-pricing table.premium td {
    border-radius: 0 3px 3px 0;
}

.plans-pricing table tr:nth-child(even) {
    background-color: #4f75b9;
}

.content-container .half {
    padding: 15px 0 15px 0;
    border: 0;
    overflow: hidden;
}

.pricing-header {
    text-align: center;
}

.pricing-header h1, .pricing-header div {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.pricing-header div {
    font-size: 20px;
}

.pricing-help {
    display: none;
    position: absolute;
    line-height: 16px;
    width: 150px;
    background-color: #fff;
    margin-left: 33px;
    margin-top: -18px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.pricing-help .horn {
    top: 0;
    width: 40px;
    height: 25px;
    left: -18px;
    background: url(../png/horn_sm.png) no-repeat;
}

table.import-fields {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    width: 600px;
    color: #000;
}

table.import-fields th {
    font-weight: 600;
    padding: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #8E8E8E;
}

table.import-fields td {
    padding: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

table.import-fields tr.on {
    /*background-color: #fdfeb1;*/
    background-color: #FF7F00;
}

table.import-fields tr.off {
    /*background-color: #daeff8;*/
    background-color: #33CCCF;
}

.help-template p {
    display: block;
    clear: both;
}

/*style for pricing*/

#tbl_link_man img.help {
    margin-left: 3px;
    margin-bottom: -2px;
}

.bg-pricing {
    background: url(../bg-clouds.html) no-repeat top left !important;
    background-color: white !important;
}

.heading-container {
    padding: 0 0 35px 25px;
}

.heading-pricing {
    font-size: 32px !important;
    font-weight: 600;
    color: #006f9a !important;
    text-align: left;
    letter-spacing: -1px;
    text-align: left !important;
}

.subhead-pricing {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: black;
    font-size: 16px !important;
    text-align: left !important;
}

.panel-container {
    background: url(../png/bg-panels.png) no-repeat top left;
    height: 480px;
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.panel-price {
    position: absolute;
    z-index: 5;
    width: 250px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    padding: 10px;
    text-align: center;
}

.panel-price label {
    float: left;
}

.actual-price {
    float: right;
}

.actual-price span {
    font-size: 14px;
}

.actual-price sup {
    font-size: 14px;
    display: block;
    float: left;
    padding: 2px 0 0 0;
}

.panel-price .feature-list {
    text-align: left !important;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 30px;
}

.panel-price .feature-list ul {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.panel-price .feature-list ul li {
    background: url(../png/bullet-check.png) no-repeat 0px 4px;
    padding: 4px 0 4px 22px;
    margin: 0;
    line-height: auto;
}

.panel-price a.view-all {
    font-size: 16px;
    color: #006f9a;
    text-decoration: underline;
}

#basic {
    top: 29px;
    left: 83px;
}

#premium {
    top: 29px;
    left: 670px;
}

.yellow-box {
    position: absolute;
    top: -86px;
    margin-left: -430px;
    left: 50%;
    text-align: center;
    width: 830px;
    padding: 20px 15px 20px 15px;
    font-size: 14px;
    background: #fffcd1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZiYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fffcd1 0%, #fffbba 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffcd1), color-stop(100%, #fffbba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fffcd1 0%, #fffbba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fffcd1 0%, #fffbba 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fffcd1 0%, #fffbba 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fffcd1 0%, #fffbba 100%); /* W3C */
    color: black;
    line-height: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.yellow-box .arrows {
    position: absolute;
    top: 30px;
    width: 892px;
    height: 21px;
    left: -13px;
    background: url(../png/yellow_bg.png) no-repeat top left;
}

.yellow-box a {
    color: #006f9a;
    text-decoration: underline;
}

.yellow-box span.header {
    font-size: 18px;
    font-weight: 600;
}

.yellow-box span.header-left {
    font-size: 22px;
    font-weight: 600;
    float: left;
    padding: 10px;
    text-align: left;
}

.yellow-box span.content-left {
    width: 400px;
    margin-left: 20px;
    margin-top: 6px;
    float: left;
    text-align: left;
    line-height: 17px;
}

.yellow-box .CTA.small {
    float: right;
    margin: 5px 10px;
}

#plus {
    top: 38px;
    left: 360px;
    width: 283px;
    font-size: 28px;
}

.panel-price img {
    margin: 2px 5px -2px 0;
    display: inline-block;
}

#most-popular {
    top: 7px;
    left: 360px;
    width: 283px;
    font-size: 18px;
    color: #9ac6d7;
    text-transform: uppercase;
}

#tbl_soc_med td.signup,
#tbl_link_man td.signup {
    background: #e5e5e5;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: black;
    font-weight: 600;
    width: 110px;
}

#tbl_soc_med td.signup img,
#tbl_link_man td.signup img {
    margin: 3px 0 5px 0;
}

.blog-prod-link {
    margin: 11px 0 11px 0;
}

/* Plugin overrides */

ul.wpsocialite.small {
    right: 0;
    padding: 0;
    margin: 0;
}

ul.wpsocialite.small > li {
    width: 15% !important;
    float: right !important;
}


#comments #comments-number h3, #respond h3 {
    font-size: 1.5em
}

ul.commentlist {
    list-style: none;
    padding: 0;
    border-top: 0.15em solid #eee;
    border-bottom: 0.15em solid #eee;
    margin: 1em 0;
}

ul.commentlist .comment {
    margin: 1em 0;
}

ul.commentlist .comment.depth-2 {
    margin-left: 3.5em;
}

ul.commentlist .comment.depth-3 {
    margin-left: 5.5em;
}

ul.commentlist .comment.depth-4 {
    margin-left: 7.5em;
}

ul.commentlist .comment.depth-4 {
    margin-left: 9.5em;
}

ul.commentlist .comment.depth-2 .comment-author.vcard img,
ul.commentlist .comment.depth-3 .comment-author.vcard img,
ul.commentlist .comment.depth-4 .comment-author.vcard img,
ul.commentlist .comment.depth-5 .comment-author.vcard img {
    width: 2.5em;
    height: 2.5em;
}

ul.commentlist .comment.depth-2 .comment-body,
ul.commentlist .comment.depth-3 .comment-body,
ul.commentlist .comment.depth-4 .comment-body,
ul.commentlist .comment.depth-5 .comment-body {

    padding-left: 3.5em;
}

ul.commentlist .comment-body {
    padding-left: 4em;
    position: relative;
    font-size: 0.9em;
    line-height: 150%;
}

ul.commentlist .comment-body .comment-author.vcard img {
    margin: 0.2em 1em 2em 0;
    width: 3em;
    height: 3em;
    border: 0.15em solid white;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10em;
}

ul.commentlist .comment-body .comment-author cite {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}

ul.commentlist .comment-body .comment-author:after,
ul.commentlist .comment-body .comment-meta:after {
    content: "•";
    margin: 0 0.3em 0 0.4em;
    color: #ddd;
}

ul.commentlist .comment-body .comment-author, ul.commentlist .comment-body .comment-meta {
    display: inline;
}

#commentform #submit {
    margin-top: 1em;
}

textarea {
    width: 100%;
    border: 0.15em solid #eee;
    border-radius: 0.3em;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    height: 3em;
}

textarea:focus {
    height: 7em;
}

/* new stuff */


.montage .animation {
    position: absolute;
    height: 35em;
    top: -5em;
    bottom: 0;
    left: 0;
    right: 0;
}

.montage .animation img {
    opacity: 0;
}

.montage .animation img.visible {
    opacity: 1;
}

.row.montage h3 {
    margin-top: 45px;
}


#research-screen {
    width: 50%;
    margin-left: -24%;
    top: 31%;
    opacity: 0;
    -webkit-animation: research-screen 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-screen {
    from {
        width: 32%;
        margin-left: -15%;
        top: 42%;
        opacity: 0;
    }
    to {
        width: 32%;
        margin-left: -15%;
        top: 42%;
        opacity: 1
    }
}


#research-note {
    -webkit-animation: research-note 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-note {
    from {
        width: 10%;
        margin-left: -21%;
        top: 42%;
        opacity: 0;
        transform: rotate(10deg);
    }
    to {
        width: 14%;
        margin-left: -31%;
        top: 37%;
        opacity: 1
    }
}

#research-people {
    width: 26%;
    margin-left: -12%;
    top: 29%;
    opacity: 0;
    -webkit-animation: research-people 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-people {
    from {
        width: 26%;
        margin-left: -12%;
        top: 29%;
        opacity: 0;
    }
    to {
        width: 30%;
        margin-left: -14%;
        top: 19%;
        opacity: 1
    }
}

#research-twitter {
    width: 9%;
    margin-left: 9%;
    top: 36%;
    opacity: 0;
    -webkit-animation: research-twitter 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-twitter {
    from {
        width: 9%;
        margin-left: 9%;
        top: 36%;
        opacity: 0;
        transform: rotate(-10deg);
    }
    to {
        width: 11%;
        margin-left: 19%;
        top: 36%;
        opacity: 1
    }
}

#research-outreach {
    width: 21%;
    margin-left: -19%;
    top: 71%;
    opacity: 0;
    -webkit-animation: research-outreach 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-outreach {
    from {
        width: 21%;
        margin-left: -19%;
        top: 71%;
        opacity: 0;
        transform: rotate(10deg);
    }
    to {
        width: 23%;
        margin-left: -29%;
        top: 71%;
        opacity: 1
    }
}

#research-discovered {
    width: 22%;
    margin-left: 0%;
    top: 76%;
    opacity: 0;
    -webkit-animation: research-discovered 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 3.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes research-discovered {
    from {
        width: 22%;
        margin-left: 0%;
        top: 76%;
        opacity: 0;
        transform: rotate(-10deg);
    }
    to {
        width: 25%;
        margin-left: 4%;
        top: 76%;
        opacity: 1
    }
}


#report-notcontacted {
    -webkit-animation: report-notcontacted 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes report-notcontacted {
    from {
        width: 10%;
        margin-left: -21%;
        top: 42%;
        opacity: 0;
        transform: rotate(10deg);
    }
    to {
        width: 17%;
        margin-left: -34%;
        top: 30%;
        opacity: 1;
    }
}

#report-placements {
    width: 9%;
    margin-left: 9%;
    top: 36%;
    opacity: 0;
    -webkit-animation: report-placements 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes report-placements {
    from {
        width: 9%;
        margin-left: 12%;
        top: 26%;
        opacity: 0;
        transform: rotate(-10deg);
    }
    to {
        width: 15%;
        margin-left: 16%;
        top: 23%;
        opacity: 1
    }
}

#report-openrate {
    width: 21%;
    margin-left: -19%;
    top: 71%;
    opacity: 0;
    -webkit-animation: report-openrate 0.3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2.5s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes report-openrate {
    from {
        width: 12%;
        margin-left: -2%;
        top: 84%;
        opacity: 0;
        transform: rotate(10deg);
    }
    to {
        width: 17%;
        margin-left: -5%;
        top: 86%;
        opacity: 1
    }
}


.video-wrapper, .screen {
    position: relative;
    margin: 0 5%;
    border: 1px solid #9ec5fe;
    border-top: 1.55em solid #9ec5fe;
    border-radius: .3125em;
    overflow: visible;
    max-width: 55em;
}

.screen.screen-no-border {
    border: none;
    border-top: 1.55em solid #9ec5fe;
}

.video-wrapper br, .screen br {
    display: none;
}

.video-wrapper:before, .screen:before {
    content: "\2022 \2022 \2022";
    color: #0a58ca;
    position: absolute;
    top: -1.23em;
    left: .4em;
    font-size: 1.5em;
    letter-spacing: .2em;
}

.row.inverse .video-wrapper, .row.inverse .screen {
    border-top: 1.55em solid #9ec5fe;
}

.row.inverse .video-wrapper.gray, .row.inverse .screen.gray {
    border-top: 1.55em solid #ddd;
}

.row.inverse .video-wrapper:before, .row.inverse .screen:before {
    color: white;
}

.video-wrapper video, .screen img, .video-wrapper img {

    width: 100%;
    position: relative;
    border-radius: 0 0 0.3125em 0.3125em;
    height: auto;
    display: block;
}

.screen-wrapper {
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
}

.screen-wrapper > div {
    vertical-align: middle;
}

.screen {
    border-radius: 5px;
    display: inline-block;
    height: auto;
    margin: 0;
}

.screen p {
    margin: 0;
}

.tip {
    background: #fcc65345;
    padding: 1em 1.3em;
    border-radius: .3em;
    font-weight: 700;
    display: block;
    margin: 1em 0;
    border: 3px solid #fcc65330;
    padding-left: 3.75em;
}
.tip:before {
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    margin: 0 .4em 0 0;
    font-size: 2em;
    line-height: 1;
    color: #fcc653;
    transform: translateX(-130%);
    display: block;
    position: absolute;
}



@keyframes home-reporting {
    0% {
        transform: translateY(0)
    }
    30% {
        transform: translateY(0)
    }
    35% {
        transform: translateY(-25%)
    }
    60% {
        transform: translateY(-25%)
    }
    65% {
        transform: translateY(-50%)
    }
    95% {
        transform: translateY(-50%)
    }
    100% {
        transform: translateY(-75%)
    }
}

@keyframes home-keep-track2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-keep-track3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-keep-track4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    86% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-keep-track5 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-keep-track6 {
    0% {
        opacity: 1;
        right: -100%;
    }
    55% {
        opacity: 1;
        right: -100%;
    }
    60% {
        opacity: 1;
        right: 0%;
    }
    95% {
        opacity: 1;
        right: 0%;
    }
    100% {
        opacity: 0;
        right: 0%;
    }
}

@keyframes home-send-emails2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-send-emails3 {
    0% {
        opacity: 0;
    }
    27% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-send-emails4 {
    0% {
        opacity: 0;
    }
    37% {
        opacity: 0;
    }
    38% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-send-emails5 {
    0% {
        right: -100%
    }
    40% {
        right: -100%
    }
    45% {
        right: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-send-emails6 {
    0% {
        right: -100%
    }
    60% {
        right: -100%
    }
    65% {
        right: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-send-emails7 {
    0% {
        right: -100%
    }
    80% {
        right: -100%
    }
    85% {
        right: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes home-build-lists1 {
    0% {
        right: 0
    }
    20% {
        right: 0
    }
    25% {
        right: 30%;
    }
    50% {
        transform: scale(1);
        right: 30%
    }
    55% {
        transform: scale(2);
        right: 110%;
    }
    75% {
        top: 0;
        transform: scale(2);
        right: 110%;
    }
    80% {
        top: -50%;
        transform: scale(2);
        right: 110%;
    }
    100% {
        top: -50%;
        transform: scale(2);
        right: 110%;
    }
}

@keyframes home-build-lists2 {
    0% {
        right: -40%
    }
    20% {
        right: -40%
    }
    25% {
        right: 0
    }
    50% {
        transform: scale(1);
        right: 0
    }
    55% {
        transform: scale(2);
        right: 50%
    }
    75% {
        top: 0;
        transform: scale(2);
        right: 50%
    }
    80% {
        top: -50%;
        transform: scale(2);
        right: 50%
    }
    100% {
        top: -50%;
        transform: scale(2);
        right: 50%;
    }
}

@keyframes home-build-lists3 {
    0% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.screen img {
    width: 100%;
    border-radius: 0 0 4px 4px;
    margin: 0 !important;
}

.screen-anim {
    position: relative;
    width: 100%;
}

.screen-anim-md {
    height: 27.2em;
    width: 58%;
}

body.connect .screen-anim-md {
height: 25em;
}

.screen-anim > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1.66 / 1;
}

body.research .screen-anim > div {
aspect-ratio: 1.72 / 1;
}

.screen-anim img {
    position: absolute;
    top: 0;
    width: 100%;
}

.screen-anim > div:before {
    content: url('../png/spacer.png');
    width: 100%;
    position: relative;
}

.screen-anim:not(.screen-anim-start) > div > img {
    opacity: 0;
}

.screen-anim:not(.screen-anim-start) > div > img:first-of-type {
    opacity: 1;
}

.screen-anim#reporting-understand, .screen-anim#reporting-review, .screen-anim#reporting-customize, .screen-anim#reporting-performance {
    height: 35em;
}
.screen-anim#home-keep-track:before, .screen-anim#home-send-emails:before, .screen-anim#home-build-lists:before, .screen-anim#home-reporting:before {
    top: -1.05em;
}

#home-reporting img {
    animation: home-reporting 10s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-keep-track img {
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-keep-track img.frame2 {
    animation: home-keep-track2 10s;
    animation-iteration-count: infinite;

}

.screen-anim-start#home-keep-track img.frame3 {
    animation: home-keep-track3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-keep-track img.frame4 {
    animation: home-keep-track4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-keep-track img.frame5 {
    animation: home-keep-track5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-keep-track img.frame6 {
    animation: home-keep-track6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img, #home-build-lists img {
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame2 {
    animation: home-send-emails2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame3 {
    animation: home-send-emails3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame4 {
    animation: home-send-emails4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame5 {
    animation: home-send-emails5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame6 {
    animation: home-send-emails6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-send-emails img.frame7 {
    animation: home-send-emails7 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-build-lists img.frame1 {
    animation: home-build-lists1 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-build-lists img.frame2 {
    animation: home-build-lists2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#home-build-lists img.frame3 {
    animation: home-build-lists3 10s;
    animation-iteration-count: infinite;
}


.arrow-circle {
    display: inline-block;
    width: 8%;
    max-width: 2em;
    margin: 0 2%;
    height: 2em;
    background: rgb(182, 216, 255);
    border-radius: 5em;
    opacity: 0.3;
    position: relative;
    color: #0a58ca;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 110%;
    overflow: hidden;
}

.arrow-circle arrow {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin-left: 0;
    width: 0.22em;
    background: #0a58ca;
}

.arrow-circle arrow:after {
    border-top: 0.8em solid #0a58ca;
    margin: -0.7em -0.37em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
}

.bg-green .arrow-circle {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.bg-green .arrow-circle arrow {
    background: #20C997;
}

.bg-green .arrow-circle arrow:after {
    border-top: 0.8em solid #20C997;
}

.pagination {
    text-align: center;
    display: block;
    margin: 0;
    border-top: 0.1em solid #ddd;
}

.pagination a, .pagination > div {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 600;
    position: relative;
    margin: 0.6em 0;
}

.pagination #older-posts a {
    padding: 0 0 0 1em;
}

.pagination #newer-posts a {
    padding: 0 1em 0 0;
}


/*
.video-wrapper:after {
content: url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/screen_outline_black.svg);
  position: absolute;
  top: -8.9%;
  bottom: auto;
  left: -0.3%;
  right: -0.3%;
}



.inverse .video-wrapper:after {
content: url(https://www.buzzstream.com/wp-content/themes/buzzstream_theme_new/img/screen_outline_inverse.svg);
}
*/

/*** Blog styles ***/


/*
.blog {
background: white;
}

.blog a {
color: #2756a4;
}

.blog a:hover {
color: #3678e3;
}

body.blog #blog, .blog .footer-container {
width: 80%;
min-width: 1020px;
max-width: 1280px;
border-radius:0;
background: none;
box-shadow: none;
border: none;
position: relative;
margin: 0 auto;
}

.blog h1, .blog h2, .blog h3 {
font-weight: 600!important;
font-weight: normal;
color: #111;
}
*/
.blog h1.heading {
    font-size: 36px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 20px;
    font-weight: 600;
    line-height: 110%;
}

.blog .featured h1 a {
    text-decoration: none;
    color: #fff;
}

/*.blog #header {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0;
  padding-top: 25px;
}
.blog #header h1 a {
background-size: 180px;
  width: 200px;
  margin: -5px 0 0 25px;
}
.blog #header #nav {
margin-right: 20px;
}
.blog #header #nav ul li a {
font-weight: normal;
font-size: 15px;
border-radius: 2px;
color: #2756a4;
transition: 0.2s ease all;
margin: 0 5px;
}
.blog #header #nav ul li.specific a {
padding: 0 15px;
color: #444;
font-size: 15px;
}
.blog #header #nav ul li.specific.home-link {
border: none;
}
.blog #header #nav ul li a.twitter-bird {
display: none;
}
.blog #header #nav ul li a:hover {
background: rgba(166, 195, 243, 0.3);
text-decoration: none;
}
.blog #header #nav ul li.specific a:hover {
color: #111;
background: #eee;
}
.blog #header #nav #Blog a, .blog #header #nav #Blog {
display: none;
}
*/
body.blog .single-post .bs-row {
    max-width: 1170px;
    width: 92%;
}

body.blog #blog .post.featured, body.blog .single-post .about {
    line-height: 170%;
    overflow: hidden;
    position: relative;
    font-size: 1.2em;
    padding: 2em 0 1.5em;
}

body.blog #blog .post.featured a, body.blog .single-post .about a {
    color: white;
}

.featured .post-wrapper {
    position: relative;
    width: 100%;
    padding: 0 0 3em 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

body.blog #blog .post.featured:nth-child(2n+1) {
    clear: both;
}

#to_top_scrollup {
    display: none;
}
body.blog #to_top_scrollup {
    display: block;
}
body.blog #to_top_scrollup:hover {
    opacity: 1!important;
}
#blog.blog-home + #footer + #to_top_scrollup {
display: none!important;
}

.blog .post.featured img.wp-post-image {
    /*  width: 55%;
  height: auto;
  margin: 0 5% 0 2%;
  float: left;
  left: 0;
  top: 0;
border-radius: 5px; */
    display: none;
}

body.blog .post.featured h1 {
    font-size: 2.5em;
    margin-top: 0;
}

body.blog .post.featured h1 a {
    color: white !important;
}

body.blog .post.featured a.more-link {
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

body.blog .post.featured a.more-link:hover {
    color: white;
    border-color: white;
}

#left {
    padding-right: 0;
}

#university .post {
    min-height: 11em;
    font-size: 1em;
    line-height: 160%;
}

#university .col-md-6 .post h5 {
    /*margin-left: 11rem;*/
}

#university .col-md-6 .post {
    min-height: 8em;
    display: flex;
    gap: 20px;
}

#university .col-md-6 .post h4 {
    /*margin-left: 11rem;*/
}

#university .col-md-6 .post .post-content {
    /*margin-top: 0.7em;*/
    /*    margin-left: 11rem;*/
    /*    margin-bottom: 2em;*/
}

#university .post .post-content h2 {
    font-size: 2em;
}

#university .post .post-content ul li a {
    font-size: 1em !important;
}

#university img.thumbnail {
    width: 100px;
    font-size: 0.2em;
    float: left;
    margin: 0 3em 10em 3em;
    min-height: 15em;
    padding: 1em;
}

#university .col-md-6 img.thumbnail {
    min-height: 0;
    margin-bottom: 3em;
}


#university .circle-count {
    width: 2.5em;
    font-size: 2.5em;
    float: left;
    margin: 0 0.7em;
    height: 2.5em;
    padding: 0.37em 0;
    color: #0a58ca;
    border: 0.1em solid rgba(69, 109, 174, 0.2);
    font-weight: 600;
    text-align: center;
    border-radius: 0.25em;
    line-height: 90%;
    transition: 0.2s ease all;
}

#university a:hover .circle-count {

    border: 0.1em solid rgba(69, 109, 174, 0.8);

    background: rgba(69, 109, 174, 0.1);
}

#university .circle-count > span {
    font-size: 0.28em;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    margin: 0.2em 0 0 0.2em;
}

.lcp_catlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

body.blog #blog .index .post.condensed, .lcp_catlist li {

    margin: 0;
    padding: 0 0 3.7em 0;
    margin-bottom: 4.375em;
    position: relative;
}

.lcp_catlist li a.CTA {
    margin: 1.5em 0 0 0;
    display: table;
}

.lcp_catlist li {
    padding-bottom: 0;
    font-size: 1.125em;
    line-height: 170%;
}


body.blog #blog .index .post.condensed h1, .lcp_catlist li a.header {
    font-size: 1.55em;
    line-height: 120%;
    margin: 0 0 0.5em 0;
    color: #222;
}

.lcp_catlist li a.header {
    color: #222 !important;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

body.blog #blog .sticky-wrapper h4 {
    padding: 0.5em 0 1.5em;
    text-align: center;
    font-size: 2em;
    color: #0a58ca;
}

.bg-lightest-blue #sidebar-blog-right-1 .widget {
    background: none;
    text-align: center;
}

.bg-lightest-blue #sidebar-blog-right-1 .widget h2.widgettitle {
    font-size: 2em;
}

.bg-lightest-blue #sidebar-blog-right-1 .widget .white-box {
    display: inline-flex;
    gap: 2em;
    width: 75%;
    flex-direction: column;
}

.bg-lightest-blue #sidebar-blog-right-1 .widget .white-box a {
    margin: 0;
    min-width: 10.5em;
}

body.blog #blog .index .post.home:first-of-type {
    padding: 2em 2em 0;
    float: none;
    display: block;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.3em;
}

.post.home + a {
    display: block;
    text-align: center;
}

body.blog #blog .index .post.home .featured-image {
    display: none;
}

body.blog #blog .index .post.home:first-of-type .featured-image {
    margin: 0 2em 0em 0;
    display: block;
    order: -1;
}

body.blog #blog .index .post.home:first-of-type .featured-image img {
    vertical-align: middle;
    width: auto;
    height: 210px;
    margin-top: 2em;
}

body.blog #blog .index .post.home {
    font-size: 1.1rem;
    margin-bottom: 2em;
}

body.blog #blog .index .post.home .post-byline {
    font-size: 1rem;
    gap: 4px;
    display: block;
    text-align: center;
}

body.blog #blog .index .post.home .post-byline .avatar {
    width: 1.5em;
    height: 1.5em;
}

body.blog #blog .index .post.home h1 {
    font-size: 1em;
    line-height: 120%;
    margin: 0 0 0.5em 0;
    color: #222;
    max-width: 100%;
    text-align: center;
}

body.blog #blog .index .post.home:first-of-type h1 {
    font-size: 1.6em;
    max-width: 100%;
}


body.blog #blog .index .post.condensed .post-content {
    margin: 0;
    margin-top: 1.25em;
}

body.blog #blog .post.condensed .post-content .more-link {
    position: absolute;
    bottom: 0;
    left: 0;
}

body.blog #blog .post.featured .post-content .more-link {
    position: absolute;
    margin: 0 auto;
    bottom: -1.25em;
    left: 50%;
    margin-left: -5.2em;
    /*width: 10.4em;*/
    font-size: 1em;
}

body.blog #blog .post.featured .post-content:after,
body.blog #blog .post.condensed .post-content:after {
    content: "...";
}

body.blog .post-title #breadcrumbs .breadcrumb_last {
    display: none;
}

body.blog .post-title h1 {
    display: block;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.3em;
    max-width: 100%;
}


body.blog #blog #right.fixed {
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: 16%;
}

#right h2.widgettitle, .author-bio h2.author-title {
    font-size: 1.2em;
    line-height: 120%;
    color: #0a58ca;
}

#right .white-box {
    width: 100%;
    box-shadow: none;
    padding: 0;
    background: none;
    float: none;
    box-sizing: border-box;
    font-size: 1em;
}

body.blog .post.featured .post-byline,
body.blog .post.featured .post-byline a {
    color: #fff;
    font-weight: normal;
}

body.blog .post-byline {
    display: flex;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.3;
    gap: 8px;
    flex-wrap: wrap;
}

body.blog .post-byline .avatar {
    overflow: hidden;
    border-radius: 2.5em;
    height: 2.5em;
    width: 2.5em;
    float: none;
    vertical-align: middle;
    margin: 0 0.3125em 0 0;
}

body.blog .single-post .post-byline {
    display: inline-block;
    margin: 0 0 3em;
    line-height: 1.5;
}

body.blog .single-post .post-byline .avatar {
    display: none;
}


body.blog .slide .post-byline .avatar {
    height: 1.5em;
    width: 1.5em;
    margin-right: 0.3em;
}

body.blog .featured .post-byline .avatar {
    margin: -0.125em .4em 0 0;
    border: 0.125em solid white;
}

body.blog.mastery {
    background-image: url(../png/bg-clouds.png);
    background-repeat: no-repeat;
    background-size: 2160px 890px;
    background-color: #0a58ca;
}

.single-post ol, .single-post ul {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-post h2, .single-post h1 {
    padding: 0.45em 0 0 0;
}

.single-post h2.post-author, .single-post h1.post-author {
    padding: 0 5%;
}

.single-post h2 a, .single-post h1 a {
    text-decoration: none !important;
}

.index .post .post-content h3, .index .post .post-content h3 > b {
    font-size: 1.5em;
    line-height: 120% !important;
    margin-bottom: 1em;
}

.index .post .post-content img {
    margin: 0 0 2em 0;
    height: auto;
    max-width: 100%;
}

.index .post .post-content p img {
    margin-bottom: 0;
}

.index .post .post-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    clear: none;
}

ol img.aligncenter, p img.aligncenter, ul img.aligncenter {
    margin-top: 1em !important;
}

.index .post .post-content ul li, .index .post .post-content ol li {
    margin-bottom: 1em;
}

body.blog #blog .post.featured .post-byline {
    margin: 1em 0 2em;
}

body.blog #blog .post.featured .post-byline .avatar {
    height: 2em;
    width: 2em;
    margin: 0 .625em 0 0;
    display: inline-block;
}

body.blog #sidebar-blog-right-1, .row-subscribe #sidebar-blog-right-1 {
    padding: 0;
    font-size: 1.4em;
}
body.blog .blog-montage {
    color: white;
}
body.blog .blog-montage a {
    color: #b8cff8;
}

body.blog .blog-montage a:hover {
    color: white;
}

body.blog .blog-montage .size-post-thumbnail {
    height: 325px;
    width: auto;
}

#sidebar-blog-right-1 .widget, .author-bio {
    background-color: #eff4fd;
    padding: 0.7em 1.3em;
    border-radius: 0.3em;
    margin: 0 0 1em 0;
    position: relative;
    min-height: 4em;
}

#sidebar-blog-right-1 .widget input, .wp-block-search__input  {
    background-color: white;
    border-radius: 0.1875em;
    padding: .625em;
    font-size: 1rem;
    line-height: 120%;
    border: 0.0625em solid #ddd;
}

.row.featured .widget_search {
    margin-top: 0 !important;
    width: 50%;
}

.widget_search, .newsletter-signup .white-box {
    position: relative;
    width: 40%;
    margin: 0 auto;
    margin-top: -7.5em;
    margin-bottom: 1em;
}

.newsletter-signup .white-box {
    margin: 0;
    display: flex;
    width: 100%;
    margin-top: 2em;
}

.widget_search:before {
    position: absolute;
    content: url(../gif/icon-search.gif);
    left: 0;
    top: 50%;
    transform: scale(.5) translateY(-90%);
    pointer-events: none;
}

.widget_search .wp-block-search__input, .newsletter-signup .white-box > input {
    width: 30em;
    border: 3px solid #0a58ca;
    border-radius: 20em;
    line-height: 1;
    padding-right: 6em;
    outline: none;
    margin-right: 0;
    padding-left: 2.3em;
    color: #444;
}

.newsletter-signup .white-box > input#mc4wp_email {
    width: 25em;
    border-width: 3px;
    padding-left: 1em;
}

.newsletter-signup .white-box > input#mc4wp_fname {
    width: auto!important;
    padding-right: 1em;
    padding-left: 1em;
}

.newsletter-signup .mc4wp-form .mc4wp-response > .mc4wp-alert {
    color: white;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    height: 29px;
    padding: 0 8px;
    margin-top: 18px;
}
.newsletter-signup .mc4wp-form .mc4wp-response > .mc4wp-alert.mc4wp-error {
    background: #cd5c5c;
}
.newsletter-signup .mc4wp-form .mc4wp-response > .mc4wp-alert.mc4wp-success {
    background: #0ab698;
    border-radius: 8px;
    height: auto;
    padding: 8px 11px 0;
    margin-top: 0;
    background: #0ab698;
    max-width: 96%;
}

.widget_search .wp-block-search__label {
    display: none;
}

.widget_search .wp-block-search__button, .newsletter-signup .white-box > .CTA  {
    background: #ffca00;
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 0.5em 1em 0.5em 1em;
    margin-left: -50px;
    border: 3px solid #0a58ca;
    border-left: none;
    color: #0a58ca;
}

.widget_search input[type=submit], .newsletter-signup .white-box > .CTA {
    background: #fecc08;
    margin-left: -8em;
    border-radius: 0 10em 10em 0;
    border: 3px solid #0a58ca;
    height: 3.05em;
    color: #0a58ca;
    vertical-align: middle;
}

.newsletter-signup .white-box > .CTA:after {
    display: none;
}

#sidebar-blog-right-1 .widget ul {
    width: auto;
    background: none;
    padding: 0;
    text-align: left;
}

#sidebar-blog-right-1 .widget li a {
    border: none;
    line-height: 130%;
    padding: 1.5625em 0;
    display: block;
    border-top: 0.0625em solid #ddd;
    text-align: center;
    text-decoration: none;
}

.columned {
    position: relative;
}

.categories {
    text-align: center;
    overflow: hidden;
    border-top: 0.125em solid rgba(255, 255, 255, 0.1);
    padding: 1.2em 0;
    border-bottom: 0.125em solid rgba(255, 255, 255, 0.1);
}

.categories li {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
}

.categories li a {
    color: #7DA5D7;
    padding: 0;
    float: left;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 0.3em;
    font-size: 1em;
    font-weight: 600;
}

.categories li a:hover {
    text-decoration: none;
    color: white;
    background: none;
}

.categories.nav li {
    display: none;
}

.categories li.cat-item-podcasts, li.cat-item-new-features, .categories li.cat-item-case-studies, .categories li.cat-item-digital-pr, .categories li.cat-item-link-building-seo, .categories li.cat-item-blogger-outreach, .categories li.cat-item-public-relations, .categories li.cat-item-research-data-study {
    display: inline-block;
}

.twitter-button {
    background-color: rgb(69, 109, 174);
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.6em;
    border-radius: 0.225em;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    width: 100%;
    display: block;
    text-align: center;
}

.twitter-button:hover {
    text-decoration: none;
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    color: white;
}


.author-bio {
    margin-bottom: 0;
    padding-top: 8.5em;
}

.author-bio .author-description {
    padding: 1em 0;
}

.author-url {
    max-width: 14em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.author-description .author-pic {
    position: absolute;
    border-radius: 50px;
    width: 6em;
    height: 6em;
    margin: 0;
    top: 2em;
    left: 50%;
    margin-left: -3em;
    border: 0.2em solid white;
}

.left-curve-top {
    border-right: 0.135em solid #fff;
    border-bottom: 0.135em solid #fff;
    border-radius: 0 0 0.35em 0;
    display: block;
    height: 6em;
    position: absolute;
    left: 8em;
    right: 49.9%;
    margin-right: 0;
}

.left-curve-bottom {
    border-left: 0.135em solid #fff;
    border-top: 0.135em solid #fff;
    border-radius: 0.35em 0 0 0;
    display: block;
    height: 7em;
    position: absolute;
    left: 0.4375em;
    right: 71%;
    margin-top: 5.865em;
}


.right-curve-top {
    border-left: 0.135em solid #fff;
    border-bottom: 0.135em solid #fff;
    border-radius: 0 0 0 0.35em;
    display: block;
    height: 2em;
    position: absolute;
    left: 0.4375em;
    right: 71%;
    margin-right: 0;
}

.right-curve-bottom {
    border-right: 0.135em solid #fff;
    border-top: 0.135em solid #fff;
    border-radius: 0 0.35em 0 0;
    display: block;
    height: 8em;
    position: absolute;
    left: 8em;
    right: 49.9%;
    margin-top: 1.865em;
}

node {
    border: 5px solid white;
    position: relative;
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
}

node.nub {
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 3em;
    margin-bottom: -3em;
}

node.nub:after {
    position: absolute;
    content: "";
    height: 5em;
    width: 0.125em;
    border: 0.1em solid white;
    top: -5em;
    left: 0.425em;
}

div.track {
    width: 1em;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    display: block;
    margin-top: -0.625em;
}

arrow {
    position: absolute;
    background: white;
    width: 0.125em;
    left: 0.4375em;
    top: -1%;
    display: block;
    height: 100%;
}

arrow:after {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    margin: -0.625em -0.3125em;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.3125em solid transparent;
    border-right: 0.3125em solid transparent;
    border-top: 0.625em solid #fff;
}

.big-nav-container {
    flex-direction: column;
    gap: 2rem;
}

ul.big-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.big-nav li {
    padding: 0.75em 1em;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    color: #0a58ca45;
    padding-right: 3em;
    margin-bottom: 0.5em;
    border-radius: 0.3em;
    cursor: pointer;
    transition: 0.2s ease all;
}

ul.big-nav li:hover {
    color: #0a58ca;
}

ul.big-nav li.active {
    color: #0a58ca;
    font-weight: 600;
    background: #B6D8FF45;
}

ul.big-nav li img {
    margin-right: 1em;
    height: 4em;
}

node img {
    border-radius: 4px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
}

quote {
    font-size: 23px;
    position: absolute;
    top: 5px;
    color: white;
    width: auto;
    white-space: nowrap;
}

.inline-quote {
    font-size: 1.5em;
    position: relative;
}

.inline-quote:after, .inline-quote:before {
    font-size: 2.3rem;
    margin-top: 0.3em;
    line-height: 0.6em;
    vertical-align: middle;
}

.inline-quote:after {
    content: '"';
}

.inline-quote:before {
    content: '"';
    position: absolute;
    top: 0;
    left: -0.5em;
}

.inline-quote-avatar {
    border-radius: 100%;
    width: 100%;
    background: #f8b56e;
    display: inline-block;
    width: 12rem;
    height: 12rem;
    overflow: hidden;
}
.inline-quote-avatar img {
    filter: invert(1)!important;
}

body.reviews .inline-quote-avatar img {
    filter: none!important;
}

.inline-quote+div img {
    filter: brightness(1.5);
}


quote.left, node img.left {
    text-align: right;
    right: 60px;
}

quote.right, node img.right {
    text-align: left;
    left: 60px;
}

.sticky-wrapper {
    position: relative;
}

.sticky-wrapper #right {
    position: sticky !important;
    top: 1em;
    padding-bottom: 3em;
}

#shareme {
    display: flex;
    justify-content: stretch;
    gap: 1em;
    margin-bottom: 1em;
}

/*#shareme.is_stuck {*/
/*    display: none;*/
/*}*/
.sharrre {
    display: flex;
    flex-grow: 1;
}

.sharrre .box {
    width: 100%;
}

.sharrre .box a:hover {
    text-decoration: none;
}

.sharrre .count {
    color: #525b67;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 265%;
    height: 2.6em;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA;
    display: none;
}

.sharrre .count:before, .sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}

.sharrre .count:before {
    border: solid 7px transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px;
}

.sharrre .count:after {
    border: solid 6px transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #fbfbfb;
}

.sharrre .share {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 2.5em;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
}

.sharrre .share.fa {
    font-family: FontAwesome;
}

#shareme #twitter .share {
    background: #26c3eb;
}

#shareme #facebook .share {
    background: #5582c9;
}

#shareme #googleplus .share {
    background: #6d6d6d;
}

#shareme #linkedin .share {
    background: #0077b5;
}

#shareme .buttons {
    display: flex;
    align-items: flex-start;
    scale: 1.5;
    gap: 11px;
    transform: translateX(23px);
}

#shareme .buttons .twitter.button {
    padding: 4px 0 0;
    scale: 1.04;
}


.row-quotes {
    padding-bottom: 2em;
}

.row-quotes-columns .blurb-quote > div:first-of-type {
    order: 2;
}

.row-quotes-columns .blurb-quote .inline-quote {
    font-size: 1.2em !important;
}

.blurb-quote {
    flex-direction: column;
    display: inline-flex !important;
    gap: 2rem;
    text-align: center;
}

.blurb-quote > div {
    width: auto;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-initialized .slick-slide {
    padding: 0 3rem;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    color: black;
}

.CTA-2 {
    display: inline-block;
    background: #ffcb03;
    margin: 1.25em 0 0.25em;
    padding: 0.3em 0.75em;
    border-radius: 4px;
    color: #0a58ca;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s ease all;
}

.CTA-2:hover {
    filter: brightness(1.1);
}
ul.key-takeaways {
    background: #eff4fd;
    color: #333;
    border-radius: 1em;
    padding: 1em 1.5em;
    margin-bottom: 2em !important;
    display: block;
}
ul.key-takeaways li {
    margin-left: 1.25em;
    padding: 0;
    line-height: 1.4;
}
ul.key-takeaways li::marker {
    color: #0a58ca;
}
ul.key-takeaways:before {
    content: "Key Takeaways";
    font-weight: 700;
    margin-bottom: 1em;
    display: block;
    color: #0a58ca;
}

ul.key-takeaways-boxes {
    display: flex;
    gap: 1em;
    list-style: none;
    flex-wrap: wrap;
}
ul.key-takeaways-boxes li {
    width: 46%;
    background: #eff4fd;
    text-align: center;
    padding: 1.5em 1em 0;
    border-radius: 0.75em;
}
ul.key-takeaways-boxes li h4 {
    font-size: 2.5em;
    margin-bottom: .15em;
}

.CTA-box {
    background: #00B698;
    border-radius: 10px;
    display: flex;
    padding: 2em;
    color: white;
    flex-direction: column;
}

.CTA-box.CTA-box-alt {
    background: #0E6FFD;
    background-image: linear-gradient(160deg, #0E6FFD -5%, #8540f5);
}

.CTA-box.CTA-box-alt .CTA-2 {
 background: #20c997;
    color: white;
}

.CTA-box .image {
    margin: 0 auto;
    width: 60%;
    height: 275px;
    order: 1;
    margin-bottom: -2em;
}

.CTA-box .image-1 {
    background: url(../png/glasses.png) no-repeat;
    background-size: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.CTA-box .image-2 {
    background: url(../png/lists.png) no-repeat;
    background-size: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.CTA-box > div {
    text-align: center;
    width: 100%;
}

.CTA-box .CTA {
    transform: scale(0.8);
    letter-spacing: 2px;
}

a.post-edit-link {
color: #f6c443;
}

.blog-bottom-posts {
    margin: 3.5em;
    margin-bottom: 0;
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-bottom-posts > li {
    list-style: none;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin: 2em 0
}

.blog-bottom-posts > li .blog-bottom-post-image {
    background: #eff4fd;
    border-radius: 4px 4px 0 0;
    margin-bottom: 1em;
    display: block;
    text-align: center;
    margin: 0 -1.4em 1em;
    padding-top: 0.5em;
}

.blog-bottom-posts > li .blog-bottom-post-image img {
    width: auto;
    height: 300px;
}

.blog-bottom-posts > li a {
    font-size: 1rem;
    margin-bottom: .5em;
    background: #0a58ca;
    color: white;
    padding: 0 1.4em 1em 1.4em;
    border-radius: 5px;
    min-height: 17.5em;
}


/* Easy TOC */

#toc {
    min-width: 16%;
    flex-shrink: 1;
}

#ez-toc-container {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: none;
    width: 100%;
    padding: 1.5em 0;
}

div#ez-toc-container .ez-toc-title {
    font-size: 140%;
    margin: 0 0 0.5em;
    display: block;
    line-height: 1.25;
}

.ez-toc-counter nav ul li a::before {
    content: '';
    display: none;
}

#ez-toc-container a {
    color: #0a58ca;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    flex-wrap: nowrap;
    font-weight: 600;
    padding: 0.5em 1em 0.5em 0;
}

#ez-toc-container a:hover {
    color: #23527c;
    text-decoration: none;
}

#ez-toc-container a.ez-toc-more {
    display: none;
    padding: 15px 10px 0;
    margin-left: -10px;
    font-size: 1.5rem;
    color: #bbb;
}

.ez-toc-init .ez-toc-list li {
    display: none;
}

.ez-toc-init #ez-toc-container a.ez-toc-more {
    display: block;
}

.ez-toc-list li:nth-of-type(1), .ez-toc-list li:nth-of-type(2), .ez-toc-list li:nth-of-type(3) {
    display: block;
}


.blog-montage {
    text-align: center;
}

.blog-montage .widgettitle {
    display: none!important;
}

/*handheld device specific css */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {


    .video-wrapper, .screen, .has-circle {
        width: 100% !important;
    }

    .quote, .quote .quoter {
        text-align: center !important;
    }

    .quote .avatar {
        float: none !important;
        margin: 0 !Important;
    }

    #header {
        min-height: 5em !important;
    }


    #header #nav > ul {
        height: 4.8em !important;
    }

    #header #nav ul li.toggle.hamburger a {
        font-size: 2em !important;
        margin: 0.2em -0.55em 0 -0.35em !important;
    }

    #header #nav ul li.toggle a:active, #header #nav ul li.toggle a:hover {
        background: none !important;
    }

    #header #nav #subnav, #header #nav #subnav-features, #header #subnav-use-cases, #header #subnav-resources, #header #subnav-products, #header #subnav-get-started {
        position: relative;
        top: 0.5em;
        right: 0;
        margin-bottom: 0.75em;
        box-shadow: 0 1px 0 #0a58ca;
        border-radius: 0;
        font-size: 1.8em !important;
        width: 85%;
        margin: 0 auto;
    }

    body #header a.logo {
        margin: 2em 2.5em 0 0.75em;
        z-index: 1000;
        transform: scale(0.9);
    }

    body #header {
        min-height: 5.1875em;
    }


    .arrow-circle {
        transform: rotate(90deg) !important;
        -webkit-transform: rotate(90deg) !important;
        margin: 1em 0 !important;
        overflow: hidden;
        font-size: 3em !important;
        height: 2em;
        width: 2em;
    }


}

/*end handheld device specific css */

@media only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-device-width: 320px), only screen and (   min--moz-device-pixel-ratio: 2)      and (min-device-width: 320px), only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-device-width: 320px), only screen and (        min-device-pixel-ratio: 2)      and (min-device-width: 320px), only screen and (                min-resolution: 192dpi) and (min-device-width: 320px), only screen and (min-device-width: 320px) {

    html {
        font-size: 200%;
    }

}

@media only screen and (min-width: 700px) {

    /* Medium screen, non-retina */

}

@media only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-device-width: 768px) , only screen and (   min--moz-device-pixel-ratio: 2)      and (min-device-width: 768px) , only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-device-width: 768px) , only screen and (        min-device-pixel-ratio: 2)      and (min-device-width: 768px) , only screen and (                min-resolution: 192dpi) and (min-device-width: 768px) , only screen and (min-device-width: 768px) {

    html {
        font-size: 140%;
    }

    #header .sticky-nav {
        font-size: 1.2em;
    }

    .center-nav li a {
        padding: 0.4em 1.6em 1.1em;
        font-size: 1.2em;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 992px), only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 992px), only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 992px), only screen and (        min-device-pixel-ratio: 2)      and (min-width: 992px), only screen and (                min-resolution: 192dpi) and (min-width: 992px), only screen and (min-width: 992px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.blog #to_top_scrollup {
        display: block;
        right: 195px;
        left: auto;
    }
    html {
        font-size: 100%;
    }

    .post {
        font-size: 1.125em;
    }

    #left {
        padding: 0 2em 3em 2em;
    }

    .chapter-link {
        width: 33.3%;
    }

    .more-info {
        display: inline-block;
    }

    #header.fixed .logo-CRM a img.logo-bee-sm {
        display: block;
    }
    .row.video-panel.step .blurb {
        padding-right: 2.5em
    }

    #header #nav ul li.toggle.hamburger {
        display: none;
    }

    #header #subnav-features {
        left: 10em;
        width: 19em;
        top: 11em;
    }
    .bs-row.icons .col-md-4 {
        text-align: left;
        padding-left: 0;
        font-size: 1em;
    }

    .bs-row.icons .col-md-4 h6 {
        margin: 2em 0;
    }

    .bs-row.icons .col-md-4.text-center {
        text-align: center;
    }

    .bs-row.icons .col-md-4.text-center p {
        margin: 0 auto;
        width: 80%;
    }

    .bs-row .has-circle {
        width: 40%;
    }

    .big-nav-container {
        flex-direction: row;
        gap: 3rem;
    }

    .big-nav-panels, ul.big-nav {
        width: 50%;
    }

    .blurb-quote {
        flex-direction: row;
        text-align: left;
    }

    .blurb-quote > div:first-of-type {
        width: 72%;
    }
    .blurb-quote.blurb-no-avatar > div:first-of-type {
        width: 100%;
    }

    .slick-slide img {
        margin: 0;
    }

    .circle.small {
        height: 12em;
        width: 12em;
    }

    .categories li a {
        padding: 0.3em 1em 0;
    }

    #header #subnav-products {
        right: 24.5em;
    }

    .bg-lightest-blue #sidebar-blog-right-1 .widget .white-box {
        flex-direction: row;
        width: 65%;
        gap: 10px;
    }

    #header #nav .sticky-nav ul li#Download-Now a {
        display: block;
    }

    .post.home + a {
        display: inline-block;
        text-align: left;
    }

    body.blog #blog .index .post.home:first-of-type {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        background: none;
        padding: 0 2em;
    }

    body.blog #sidebar-blog-right-1, body.blog .author-bio, .row-subscribe #sidebar-blog-right-1  {
        font-size: 1em;
    }

    .featured-banner > .bs-row {
        padding: 5em 0;
        border-radius: 1em;
        overflow: hidden;
        padding: 2.5em 9em 3em 18em;
    }

    .featured-banner img {
        position: absolute;
        box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
        border-radius: 1em;
    }

    .featured-banner img#meet-listIQ-1 {
        left: -0.5em;
        top: 2em;
        width: 20%;
    }

    .featured-banner img#meet-listIQ-2 {
        right: 0; top: -7em; width: 33%;
        display: block;
    }

    .featured-banner .featured-banner-content {
        position: relative;
        z-index: 1;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 1.75em;
    }

    .featured-banner .featured-banner-content .featured-banner-intro {
        width: 65%;
    }
    .featured-banner .featured-banner-content .CTA.grey {
        display: inline-block;
    }
    .featured-banner .featured-banner-bullets {
        display: flex;
        gap: 1em;
        margin: 0;
        list-style: none;
        padding: 0;
        flex-direction: row;
    }

    .featured-banner .featured-banner-bullets li {
        padding-top: 0;
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 1.5em;
    }

    .featured-banner .featured-banner-bullets li:first-of-type {
        border: none;
        padding: 0;
    }

    .price-box-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 2em;
    }

    .price-box.pro {
        width: 22%;
        max-width: 285px;
    }

    .price-box {
        font-size: 1em;
        width: 22%;
        max-width: 285px;
        display: flex;
        flex-direction: column;
        margin: 0 0.2em;
    }

    .price-box.price-box-beta {
        width: 25%;
        max-width: 320px;
    }

    .price-box.wide {
        font-size: 1em;
        width: 35%;
        max-width: 420px;
        margin: 0 12px 2.5em 12px
    }

    .bs-row.footer-row {
        display: block;
    }

    #footer ul.menu > li.menu-item {
        width: auto;
    }


    #footer .twitter-box {
        border: none;
        padding: 0;
        font-size: 1.1em;
        margin: 0;
    }

    .col-md-2 .icon {
        width: 7em;
        height: 7em;
    }

    .col-md-2 .icon img {
        height: 7em
    }

    .bs-row .col-md-6 {
        font-size: 1.1em;
    }

    .bs-row .tight .video-wrapper {
        min-height: 9em;
        max-width: 22em;
    }

    .circle.report > div {
        left: 1.1em;
        right: 1.1em;
    }

    .circle.report h4 {
        font-size: 1.1em;
    }

    .circle.report p {
        margin: 0.4em 0 -0.3em;
        font-size: 0.8em;
    }

    .row.trial.bg-orange h4 > span {
        display: inline-block;
    }

    .single-post .sticky-wrapper {
        display: flex;
    }

    .blog-montage {
        display: flex;
        text-align: left;
        gap: 4em;
    }

    body.blog .single-post .post-byline {
        display: flex;
        margin: 0;
        line-height: 1.2;
    }


    body.blog .single-post .post-byline .avatar {
        display: inline-block;
    }

    body.blog #blog .index {
        position: relative;
        margin-bottom: 3em;
    }

    body.blog #blog.blog-home .index {
        padding-left: 66%;
    }

    body.blog #blog .index .post.home:first-of-type {
        position: absolute;
        right: 33%;
        display: flex;
        height: 250px;
        text-align: left;
        margin-right: 2em;
        align-items: center;
    }

    body.blog #blog .index .post.home:first-of-type .post-by-line {
        display: flex;
    }

    body.blog #blog .index .post.home .post-byline {
        display: flex;
        text-align: left;
    }

    body.blog #blog .index .post.home:first-of-type .featured-image img {
        vertical-align: middle;
        width: auto;
        margin-top: 0;
    }

    body.blog #blog .index .post.home h1 {
        text-align: left;
    }

    body.blog #blog .index .post.home:first-of-type h1 {
        max-width: 80%;
    }


    #ez-toc-container {
        position: sticky;
        top: 2em;
        margin-left: -29.5%;
        width: 29.5%;
        border: none;
        height: 0;
        display: table;
        padding: 0;
        left: 0;
        margin-bottom: 5em;
        float: left;
        box-shadow: none;
    }

    .ez-toc-title-container, #ez-toc-container > nav {
        padding-right: 1em;
    }

    div#ez-toc-container .ez-toc-title {
        font-size: 85%;
    }

    #ez-toc-container a {
        font-size: 85%;
        line-height: 1.4;
    }

    .ez-toc-init .ez-toc-list li {
        display: block !important;
    }

    .ez-toc-more {
        display: none !important;
    }


    .CTA-box {
        flex-direction: row;
    }

    .CTA-box .image {
        margin: -5em 0em -2em 0em;
        width: 300px;
        height: 266px;
        order: 0;
    }

    .CTA-box > div {
        width: 60%;
    }

    .featured-post {
        flex-basis: 46%;
    }

    .featured-post .featured-image img {
        width: auto;
        height: 225px;
    }

    .blog-bottom-posts > li {
        margin-top: 0;
        max-width: 20em;
        width: 30%;
    }

    .blog-bottom-posts > li .blog-bottom-post-image img {
        height: 170px;
    }

    .customer-quotes-panels {
        display: flex;
        flex-wrap: wrap;
        gap: 5em;
    }

    .customer-quotes-panels .blurb-quote {
        width: auto !important;
        max-width: 46%;
        margin: 0!important;
    }
    .customer-quotes-panels .blurb-quote.blurb-quote-thirds {
        width: auto !important;
        max-width: 28%;
    }

    body.special-report .bg-white div#ez-toc-container {
        display: block;
    }

    body.special-report .bg-white .section .header img {
    display: inline-block!important;
    }

    body.special-report .bg-white .section.condensed h4 {
        margin-right: 2.5em;
        min-height: 4em;
    }
    body.special-report .bg-white .section .sub-section .header .quote-icon {
        display: block;
    }
    body.special-report .bg-white .section .sub-section {
        margin: 2.5em 0;
    }
}

#fancybox-overlay, #fancybox-wrap {
    z-index: 11000;
}
#fancybox-wrap {
    right: -45px;
}

@media only screen and (min-width: 1230px) {


    body.blog #to_top_scrollup {
        display: block;
        right: auto;
        left: calc(50% + 335px);
    }

    body.blog.special-report #to_top_scrollup {
        left: calc(50% + 539px);
    }

}

/* animations */

@keyframes research-qualify2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    23% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify4 {
    0% {
        opacity: 0
    }
    29% {
        opacity: 0
    }
    30% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify5 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    34% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify6 {
    0% {
        opacity: 1;
        right: -100%;
    }
    50% {
        opacity: 1;
        right: -100%;
    }
    54% {
        opacity: 1;
        right: 0;
    }
    85% {
        opacity: 1;
        right: 0;
    }
    90% {
        opacity: 0;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

@keyframes research-qualify7 {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    61% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify8 {
    0% {
        opacity: 1;
        right: -100%;
    }
    65% {
        opacity: 1;
        right: -100%;
    }
    69% {
        opacity: 1;
        right: 0;
    }
    85% {
        opacity: 1;
        right: 0;
    }
    90% {
        opacity: 0;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

@keyframes research-qualify9 {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    76% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-qualify10 {
    0% {
        opacity: 1;
        right: -100%;
    }
    80% {
        opacity: 1;
        right: -100%;
    }
    84% {
        opacity: 1;
        right: 0;
    }
    85% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes research-qualify11 {
    0% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    91% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.screen-anim-start#research-qualify img.frame2 {
    animation: research-qualify2 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame3 {
    animation: research-qualify3 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame4 {
    animation: research-qualify4 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame5 {
    animation: research-qualify5 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame6 {
    animation: research-qualify6 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame7 {
    animation: research-qualify7 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame8 {
    animation: research-qualify8 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame9 {
    animation: research-qualify9 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame10 {
    animation: research-qualify10 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-qualify img.frame11 {
    animation: research-qualify11 12s;
    animation-iteration-count: infinite;
}

@keyframes research-list2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    26% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list5 {
    0% {
        opacity: 0
    }
    35% {
        opacity: 0
    }
    36% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list6 {
    0% {
        opacity: 0
    }
    36% {
        opacity: 0
    }
    40% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list7 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    52% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list8 {
    0% {
        opacity: 0
    }
    55% {
        opacity: 0
    }
    57% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list9 {
    0% {
        opacity: 0
    }
    66% {
        opacity: 0
    }
    70% {
        opacity: 1;
    }
    89% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-list10 {
    0% {
        opacity: 1;
        right: -100%;
    }
    80% {
        opacity: 1;
        right: -100%;
    }
    84% {
        opacity: 1;
        right: 0;
    }
    95% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

.screen-anim-start#research-list img.frame2 {
    animation: research-list2 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame3 {
    animation: research-list3 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame4 {
    animation: research-list4 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame5 {
    animation: research-list5 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame6 {
    animation: research-list6 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame7 {
    animation: research-list7 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame8 {
    animation: research-list8 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame9 {
    animation: research-list9 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-list img.frame10 {
    animation: research-list10 12s;
    animation-iteration-count: infinite;
}


@keyframes research-data2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-data3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-data4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-data5 {
    0% {
        opacity: 0;
        top: 0;
    }
    22% {
        opacity: 0;
        top: 0;
    }
    27% {
        opacity: 1;
        top: 0;
    }
    35% {
        opacity: 1;
        top: 0;
    }
    50% {
        opacity: 1;
        top: -70%;
    }
    90% {
        opacity: 1;
        top: -70%;
    }
    91% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes research-data6 {
    0% {
        opacity: 0;
        top: -70%;
    }
    60% {
        opacity: 0;
        top: -70%;
    }
    65% {
        opacity: 1;
        top: -70%;
    }
    89% {
        opacity: 1;
        top: -70%;
    }
    90% {
        opacity: 0;
        top: -70%;
    }
    100% {
        opacity: 0;
        top: -70%;
    }
}

@keyframes research-data7 {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#research-data img.frame2 {
    animation: research-data2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-data img.frame3 {
    animation: research-data3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-data img.frame4 {
    animation: research-data4 10s;
    animation-iteration-count: infinite;
    z-index: 10;
}

.screen-anim-start#research-data img.frame5 {
    animation: research-data5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-data img.frame6 {
    animation: research-data6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#research-data img.frame7 {
    animation: research-data7 10s;
    animation-iteration-count: infinite;
    z-index: 11;
}

@keyframes email-automate2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-automate3 {
    0% {
        opacity: 1;
        right: -100%
    }
    50% {
        opacity: 1;
        right: -100%
    }
    55% {
        opacity: 1;
        right: 0
    }
    90% {
        opacity: 1;
        right: 0
    }
    95% {
        opacity: 0;
        right: 0
    }
    100% {
        opacity: 0;
        right: 0
    }
}

@keyframes email-automate4 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#email-automate img.frame2 {
    animation: email-automate2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-automate img.frame3 {
    animation: email-automate3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-automate img.frame4 {
    animation: email-automate4 10s;
    animation-iteration-count: infinite;
}

@keyframes email-segment2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    15% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-segment3 {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 0;
        top: 0;
    }
    15% {
        opacity: 1;
        top: 0;
    }
    25% {
        opacity: 1;
        top: -40%;
    }
    75% {
        opacity: 1;
        top: -40%;
    }
    76% {
        opacity: 0;
        top: -40%;
    }
    100% {
        opacity: 0;
        top: 0;
    }
}

@keyframes email-segment4 {
    0% {
        opacity: 0;
        top: -40%;
    }
    32% {
        opacity: 0;
        top: -40%;
    }
    37% {
        opacity: 1;
        top: -40%;
    }
    55% {
        opacity: 1;
        top: -40%;
    }
    55.5% {
        opacity: 0;
        top: -40%;
    }
    100% {
        opacity: 0;
        top: -40%;
    }
}

@keyframes email-segment5 {
    0% {
        opacity: 0;
        top: -40%;
    }
    50% {
        opacity: 0;
        top: -40%;
    }
    51% {
        opacity: 1;
        top: -40%;
    }
    90% {
        opacity: 1;
        top: -40%;
    }
    95% {
        opacity: 0;
        top: -40%;
    }
    100% {
        opacity: 0;
        top: -40%;
    }
}

@keyframes email-segment6 {
    0% {
        opacity: 0;
        top: -40%;
    }
    55% {
        opacity: 0;
        top: -40%;
    }
    60% {
        opacity: 1;
        top: -40%;
    }
    90% {
        opacity: 1;
        top: -40%;
    }
    95% {
        opacity: 0;
        top: -40%;
    }
    100% {
        opacity: 0;
        top: -40%;
    }
}

@keyframes email-segment7 {
    0% {
        opacity: 0;
        top: -40%;
    }
    65% {
        opacity: 0;
        top: -40%;
    }
    70% {
        opacity: 1;
        top: -40%;
    }
    90% {
        opacity: 1;
        top: -40%;
    }
    95% {
        opacity: 0;
        top: -40%;
    }
    100% {
        opacity: 0;
        top: -40%;
    }
}

@keyframes email-segment8 {
    0% {
        opacity: 1;
        right: -100%
    }
    75% {
        opacity: 1;
        right: -100%
    }
    80% {
        opacity: 1;
        right: 0%
    }
    95% {
        opacity: 1;
        right: 0%
    }
    100% {
        opacity: 0;
        right: 0%
    }
}

.screen-anim-start#email-segment img.frame2 {
    animation: email-segment2 10s;
    animation-iteration-count: infinite;
    z-index: 10;
}

.screen-anim-start#email-segment img.frame3 {
    animation: email-segment3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-segment img.frame4 {
    animation: email-segment4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-segment img.frame5 {
    animation: email-segment5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-segment img.frame6 {
    animation: email-segment6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-segment img.frame7 {
    animation: email-segment7 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-segment img.frame8 {
    animation: email-segment8 10s;
    animation-iteration-count: infinite;
    z-index: 11;
}

@keyframes email-template2 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-template3 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-template4 {
    0% {
        opacity: 0
    }
    43% {
        opacity: 0
    }
    44% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-template5 {
    0% {
        opacity: 1;
        right: -100%
    }
    45% {
        opacity: 1;
        right: -100%
    }
    50% {
        opacity: 1;
        right: 0
    }
    85% {
        opacity: 1;
        right: 0
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-template6 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    66% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-template7 {
    0% {
        opacity: 0;
    }
    67% {
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#email-template img.frame2 {
    animation: email-template2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-template img.frame3 {
    animation: email-template3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-template img.frame4 {
    animation: email-template4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-template img.frame5 {
    animation: email-template5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-template img.frame6 {
    animation: email-template6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-template img.frame7 {
    animation: email-template7 10s;
    animation-iteration-count: infinite;
}

@keyframes email-personalize1 {
    0% {
        opacity: 1;
        top: 0;
    }
    20% {
        opacity: 1;
        top: 0;
    }
    40% {
        opacity: 1;
        top: -70%
    }
    85% {
        opacity: 1;
        top: -70%
    }
    90% {
        opacity: 1;
        top: 0
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes email-personalize2 {
    0% {
        opacity: 1;
        right: -100%;
    }
    40% {
        opacity: 1;
        right: -100%;
    }
    45% {
        opacity: 1;
        right: 0;
    }
    90% {
        opacity: 1;
        right: 0;
    }
    95% {
        opacity: 0;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

@keyframes email-personalize3 {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    65% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-personalize4 {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    80% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#email-personalize img.frame1 {
    animation: email-personalize1 10s;
    animation-iteration-count: infinite;
}

#email-personalize img.frame2 {
    animation: email-personalize2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-personalize img.frame3 {
    animation: email-personalize3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-personalize img.frame4 {
    animation: email-personalize4 10s;
    animation-iteration-count: infinite;
}

@keyframes email-schedule2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-schedule3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-schedule4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-schedule5 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes email-schedule6 {
    0% {
        opacity: 0
    }
    55% {
        opacity: 0
    }
    60% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#email-schedule img.frame2 {
    animation: email-schedule2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-schedule img.frame3 {
    animation: email-schedule3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-schedule img.frame4 {
    animation: email-schedule4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-schedule img.frame5 {
    animation: email-schedule5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-schedule img.frame6 {
    animation: email-schedule6 10s;
    animation-iteration-count: infinite;
}

@keyframes email-reminder2 {
    0% {
        opacity: 0;
        transform: scale(1);
        bottom: 0;
    }
    25% {
        opacity: 0;
        transform: scale(1);
        bottom: 0;
    }
    30% {
        opacity: 1;
        transform: scale(1);
        bottom: 0;
    }
    50% {
        opacity: 1;
        transform: scale(1);
        bottom: 0;
    }
    55% {
        opacity: 1;
        transform: scale(1.5);
        bottom: 25%;
    }
    90% {
        opacity: 1;
        transform: scale(1.5);
        bottom: 25%;
    }
    95% {
        opacity: 0;
        transform: scale(1.5);
        bottom: 25%;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
        bottom: 25%;
    }
}

@keyframes email-reminder3 {
    0% {
        opacity: 0;
        transform: scale(1.5);
        bottom: 25%;
    }
    60% {
        opacity: 0;
        transform: scale(1.5);
        bottom: 25%;
    }
    65% {
        opacity: 1;
        transform: scale(1.5);
        bottom: 25%;
    }
    80% {
        opacity: 1;
        transform: scale(1.5);
        bottom: 25%;
    }
    85% {
        opacity: 1;
        transform: scale(1);
        bottom: 0;
    }
    95% {
        opacity: 1;
        transform: scale(1);
        bottom: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1);
        bottom: 0;
    }
}

.screen-anim-start#email-reminder img.frame2 {
    animation: email-reminder2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#email-reminder img.frame3 {
    animation: email-reminder3 10s;
    animation-iteration-count: infinite;
}

@keyframes manage-followup2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    11% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-followup3 {
    0% {
        opacity: 0
    }
    12% {
        opacity: 0
    }
    17% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-followup4 {
    0% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-followup5 {
    0% {
        opacity: 0
    }
    66% {
        opacity: 0
    }
    67% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-followup6 {
    0% {
        opacity: 1;
        right: -100%;
    }
    68% {
        opacity: 1;
        right: -100%;
    }
    73% {
        opacity: 1;
        right: 0;
    }
    95% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

.screen-anim-start#manage-followup img.frame2 {
    animation: manage-followup2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-followup img.frame3 {
    animation: manage-followup3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-followup img.frame4 {
    animation: manage-followup4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-followup img.frame5 {
    animation: manage-followup5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-followup img.frame6 {
    animation: manage-followup6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-followup img.frame7 {
    animation: manage-followup7 10s;
    animation-iteration-count: infinite;
}


@keyframes manage-dashboard2 {
    0% {
        opacity: 0
    }
    19% {
        opacity: 0
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-dashboard3 {
    0% {
        opacity: 0
    }
    21% {
        opacity: 0
    }
    26% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-dashboard4 {
    0% {
        opacity: 0
    }
    43% {
        opacity: 0
    }
    44% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-dashboard5 {
    0% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-dashboard6 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    66% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-dashboard7 {
    0% {
        opacity: 0;
    }
    67% {
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#manage-dashboard img.frame2 {
    animation: manage-dashboard2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-dashboard img.frame3 {
    animation: manage-dashboard3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-dashboard img.frame4 {
    animation: manage-dashboard4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-dashboard img.frame5 {
    animation: manage-dashboard5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-dashboard img.frame6 {
    animation: manage-dashboard6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-dashboard img.frame7 {
    animation: manage-dashboard7 10s;
    animation-iteration-count: infinite;
}

@keyframes manage-status2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-status3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-status4 {
    0% {
        opacity: 1;
        right: -100%;
    }
    22% {
        opacity: 0;
        right: -100%;
    }
    27% {
        opacity: 1;
        right: 0;
    }
    55% {
        opacity: 1;
        right: 0;
    }
    55.5% {
        opacity: 0;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

@keyframes manage-status5 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    41% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes manage-status6 {
    0% {
        opacity: 0;
        transform: scale(1);
        top: 0;
    }
    45% {
        opacity: 0;
        transform: scale(1);
        top: 0;
    }
    50% {
        opacity: 1;
        transform: scale(1);
        top: 0;
    }
    60% {
        opacity: 1;
        transform: scale(1);
        top: 0;
    }
    70% {
        opacity: 1;
        transform: scale(2);
        top: 0;
    }
    95% {
        opacity: 1;
        transform: scale(2);
        top: -50%;
    }
    100% {
        opacity: 0;
        transform: scale(2);
        top: -50%;
    }
}

.screen-anim-start#manage-status img.frame2 {
    animation: manage-status2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-status img.frame3 {
    animation: manage-status3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-status img.frame4 {
    animation: manage-status4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-status img.frame5 {
    animation: manage-status5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#manage-status img.frame6 {
    animation: manage-status6 10s;
    animation-iteration-count: infinite;
}

@keyframes reporting-understand2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-understand3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-understand4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-understand5 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-understand6 {
    0% {
        opacity: 0
    }
    55% {
        opacity: 0
    }
    60% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-understand7 {
    0% {
        opacity: 1;
        right: -100%;
    }
    65% {
        opacity: 1;
        right: -100%;
    }
    70% {
        opacity: 1;
        right: 0;
    }
    95% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

.screen-anim-start#reporting-understand img.frame2 {
    animation: reporting-understand2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-understand img.frame3 {
    animation: reporting-understand3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-understand img.frame4 {
    animation: reporting-understand4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-understand img.frame5 {
    animation: reporting-understand5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-understand img.frame6 {
    animation: reporting-understand6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-understand img.frame7 {
    animation: reporting-understand7 10s;
    animation-iteration-count: infinite;
}

@keyframes reporting-customize2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-customize3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-customize4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-customize5 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-customize6 {
    0% {
        opacity: 0
    }
    55% {
        opacity: 0
    }
    60% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-customize7 {
    0% {
        opacity: 1;
        right: -100%;
    }
    65% {
        opacity: 1;
        right: -100%;
    }
    70% {
        opacity: 1;
        right: 0;
    }
    95% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 0;
    }
}

.screen-anim-start#reporting-customize img.frame2 {
    animation: reporting-customize2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-customize img.frame3 {
    animation: reporting-customize3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-customize img.frame4 {
    animation: reporting-customize4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-customize img.frame5 {
    animation: reporting-customize5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-customize img.frame6 {
    animation: reporting-customize6 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-customize img.frame7 {
    animation: reporting-customize7 10s;
    animation-iteration-count: infinite;
}

@keyframes reporting-performance2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    13% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-performance3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    21% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-performance4 {
    0% {
        opacity: 0
    }
    22% {
        opacity: 0
    }
    27% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    55.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-performance5 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    55% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-performance6 {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    80% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#reporting-performance img.frame2 {
    animation: reporting-performance2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-performance img.frame3 {
    animation: reporting-performance3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-performance img.frame4 {
    animation: reporting-performance4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-performance img.frame5 {
    animation: reporting-performance5 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-performance img.frame6 {
    animation: reporting-performance6 10s;
    animation-iteration-count: infinite;
}

@keyframes reporting-review2 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-review3 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-review4 {
    0% {
        opacity: 0
    }
    47% {
        opacity: 0
    }
    52% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reporting-review5 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.screen-anim-start#reporting-review img.frame2 {
    animation: reporting-review2 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-review img.frame3 {
    animation: reporting-review3 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-review img.frame4 {
    animation: reporting-review4 10s;
    animation-iteration-count: infinite;
}

.screen-anim-start#reporting-review img.frame5 {
    animation: reporting-review5 10s;
    animation-iteration-count: infinite;
}

@keyframes partner-keep2 {
    0% {
        opacity: 0;
        transform: translateX(-28%);
    }
    12% {
        opacity: 0;
        transform: translateX(-28%);
    }
    14% {
        opacity: 1;
        transform: translateX(0%);
    }
    24% {
        opacity: 1;
        transform: translateX(0%);
    }
    75% {
        opacity: 0;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(0%);
    }
}

@keyframes partner-keep3 {
    0% {
        opacity: 0;
        transform: translateX(0%);
    }
    24% {
        opacity: 0;
        transform: translateX(0%);
    }
    26% {
        opacity: 1;
        transform: translateX(0%);
    }
    36% {
        opacity: 1;
        transform: translateX(0%);
    }
    38% {
        opacity: 1;
        transform: translateX(-28%);
    }
    48% {
        opacity: 1;
        transform: translateX(-28%);
    }
    72% {
        opacity: 0;
        transform: translateX(-28%);
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-keep4 {
    0% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    30% {
        opacity: 0;
    }
    42% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-keep5 {
    0% {
        opacity: 0
    }
    48% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-keep6 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    62% {
        opacity: 1;
    }
    72% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.screen-anim-start#partner-keep img.frame2 {
    animation: partner-keep2 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-keep img.frame3 {
    animation: partner-keep3 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-keep img.frame4 {
    animation: partner-keep4 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-keep img.frame5 {
    animation: partner-keep5 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-keep img.frame6 {
    animation: partner-keep6 12s;
    animation-iteration-count: infinite;
}

@keyframes partner-send2 {
    0% {
        opacity: 0;
    }
    12% {
        opacity: 0;
    }
    14% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-send3 {
    0% {
        opacity: 0;
    }
    24% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-send4 {
    0% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    40% {
        opacity: 0;
    }
    42% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes partner-send5 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    42% {
        opacity: 1;
        transform: translateX(100%);
    }
    44% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes partner-send6 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    60% {
        opacity: 1;
        transform: translateX(100%);
    }
    62% {
        opacity: 1;
        transform: translateX(0%);
    }
    70% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%) translateY(-45%);
    }
}

@keyframes partner-send0 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    60% {
        opacity: 1;
        transform: translateX(100%);
    }
    62% {
        opacity: 1;
        transform: translateX(0%);
    }
    98% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.screen-anim-start#partner-send img.frame2 {
    animation: partner-send2 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-send img.frame3 {
    animation: partner-send3 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-send img.frame4 {
    animation: partner-send4 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-send img.frame5 {
    animation: partner-send5 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-send img.frame6 {
    animation: partner-send6 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-send img.frame0 {
    animation: partner-send0 12s;
    animation-iteration-count: infinite;
}


@keyframes partner-discover2 {
    0% {
        opacity: 1;
    }
    12% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: translateY(-69%);
    }
    100% {
        opacity: 1;
        transform: translateY(-69%);
    }
}

@keyframes partner-discover3 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    75% {
        opacity: 1;
        transform: scale(100%) translateX(0%) translateY(0%);
    }
    80% {
        opacity: 1;
        transform: scale(150%) translateX(-17%) translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: scale(150%) translateX(-17%) translateY(-10%);
    }
}

.screen-anim-start#partner-discover img.frame2 {
    animation: partner-discover2 12s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-discover img.frame3 {
    animation: partner-discover3 12s;
    animation-iteration-count: infinite;
}


@keyframes partner-find2 {
    0% {
        opacity: 0;
    }
    12% {
        opacity: 0;
    }
    14% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-find3 {
    0% {
        opacity: 0;
    }
    24% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes partner-find4 {
    0% {
        opacity: 0;
    }
    26% {
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes partner-find5 {
    0% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    44% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes partner-find6 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes partner-find7 {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    80% {
        opacity: 1;
        transform: translateX(100%);
    }
    82% {
        opacity: 1;
        transform: translateX(0%);
    }
    98% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.screen-anim-start#partner-find img.frame2 {
    animation: partner-find2 15s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-find img.frame3 {
    animation: partner-find3 15s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-find img.frame4 {
    animation: partner-find4 15s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-find img.frame5 {
    animation: partner-find5 15s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-find img.frame6 {
    animation: partner-find6 15s;
    animation-iteration-count: infinite;
}

.screen-anim-start#partner-find img.frame7 {
    animation: partner-find7 15s;
    animation-iteration-count: infinite;
}
