/*
  Theme Name: Plum
  Author: S. Rosenbaum
  Website: http://www.visualchutzpah.com
  Twitter: @sauldraws
  Version: 1.0
  Description: Custom theme for Plum Analytics

  CONTENTS
  -------------
  - Global typography & layout rules
  - Navigation
  - Page styles
  - Controls
  - Post styles
  - General bits
  - Media queries
  - Utilities
*/


/* START : Global rules */

html {
    font-size: 100%;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

ul {
    list-style-type: square;
}

html,
body {
    height: 100%;
}

header,
article,
footer,
.breadcrumbs,
.constrained {
    margin: 11px auto;
    max-width: 1260px;
    clear: both;
    overflow: visible;
}

.plum-container:first-of-type {
    margin: 1em auto;
}

.header-container,
.dotted-container {
    border-bottom: 1px dotted #ccc;
}

.dotted-container-top {
    border-top: 1px dotted #ccc;
}


/* FOOTER */

.home-link {
    background: url(//plumanalytics.com/wp-content/themes/plum/img/plum_icon_white.svg) no-repeat top left;
    background-size: contain;
    display: block;
    text-indent: -9999em;
}

.home-link a {
    display: block;
    width: 1.875em;
    height: 1.875em;
}

img.dl {
    position: relative;
    margin-bottom: -15px;
    margin-left: 25px;
    width: 50px;
    height: auto;
}

img.dl.logo {
    width: 125px;
}

.footer-container {
    background-color: #719E3B;
    padding: 1.65em 2em;
    overflow-x: hidden;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

footer fieldset p,
footer fieldset legend {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

footer fieldset p {
    margin-bottom: 1em;
}

footer li a {
    color: #fff;
}

footer li a:hover {
    color: #000;
}

#co-info {
    color: #000;
}

#co-info a {
    color: rgb(8, 36, 2) !important;
    text-decoration: underline;
}

.footer-container form input {
    padding: .5em;
    border-radius: 3px;
    border: none;
    margin-right: 1em;
}

.footer-container form input:focus {
    background-color: #C7E99E;
}

footer li#menu-item-669 a {
    margin-bottom: .5em;
    margin-left: -.5em;
    border: 1px solid rgba(255, 255, 255, .5);
    display: inline-block;
    padding: 0.25em 0.5em;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}

footer li#menu-item-669 a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #FFFFFF;
    background-color: #263713;
}

#legal {
    clear: both;
    display: block;
    padding-top: 2em;
}

.footer-container form input[type='submit'],
form input[type='submit'] {
    display: inline-block;
    background-color: #900A8E;
    color: #fff !important;
    font-weight: 600;
    border: 0;
    padding: 10px 20px;
    border-radius: 6px;
}

section.sidebar {
    display: block;
    /*  padding-top: 1.5em;
*/
}

div#content,
footer {
    padding: 0 1em;
}

@media only screen and (max-width: 48em) {
    footer {
        padding: 0 .5em;
    }
    .footer-container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .breadcrumbs {
        display: none;
    }
    section.sidebar {
        padding-top: 1.5em;
    }
}


/*BRANDING / ICON etc*/

.branding {
    text-align: center;
    margin-top: -30px;
}

.branding a {
    text-indent: -9999em;
    width: 141px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: url(//plumanalytics.com/wp-content/themes/plum/img/plum_logo-sm.svg) no-repeat top left;
    background-size: contain;
    outline: none;
}

@media screen and (max-width: 48em) {
    .branding a {
        background-size: 115px;
        margin-top: 5px;
    }
}


/* PRODUCTS */

.upperlowerborder {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.products,
.featured-content {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.featured-content {
    text-align: left;
}

.featured-content h4 {
    margin: 0;
    padding: 0;
}

.featured-content h4 a {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    padding: 0 0 20px 17px;
    margin: 0 -17px;
    line-height: 1em;
    color: #666;
    text-transform: uppercase;
}

.featured-content img {
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    width: 100px;
    height: auto;
}

.featured-content h3 a {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

body.products {
    text-align: left;
    border: none;
}

body.products .features {
    margin-bottom: 20px;
    cursor: pointer;
}

.features-guts {
    margin-right: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    transition: 1s ease;
}

.features-guts:hover {
    background-color: #CEE5B4;
}

body.products .features img {
    width: 100px;
    float: left;
}

body.products .features p {
    margin-left: 120px;
}

@media screen and (max-width: 48em) {
    .products,
    .featured-content {
        border: none;
        text-align: center;
    }
    body.products {
        text-align: left;
    }
    body.products .features img {
        width: 100px;
        float: none;
        clear: both;
    }
    body.products .features p {
        margin-left: 0;
    }
    .featured-content>div {
        border: 1px solid #ccc;
        margin-bottom: 2em;
    }
}

.product_item {
    border-right: 1px solid #ccc;
    position: relative;
    padding-bottom: 60px !important;
    transition: all 0.3s ease 0s;
}

.product_item .row {
    min-height: 260px;
    display: block;
    float: none;
}

.featured-content>div {
    border-right: 1px solid #ccc;
    position: relative;
    min-height: 200px;
    padding-bottom: 20px !important;
}

@media screen and (max-width: 48em) {
    .product_item {
        border: 1px solid #ccc;
        margin-bottom: 1em;
    }
    .product_item .row {
        height: 150px;
    }
    .branding {
        margin-top: 0px;
    }
}

.product_item:hover {
    background-color: RGBA(176, 111, 243, .1);
}

.product_name {
    margin: .5em 0;
    padding: 0;
}

.product_icon {
    position: absolute;
    width: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
}

.circle {
    width: 86px;
    height: 86px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.featured {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}


/*.plumx-dashboards .featured img{
  max-width: 130%;
  margin: 0 0 0 -20%;
}*/

.plumx-grants .featured img {
    max-width: 102%;
    height: auto;
    margin: -10px 0 0 -10px;
}

.featured img {
    object-fit: fill;
    outline: none;
}

.led {
    font-size: 1.1rem;
}

.tonebox .led,
.tonebox p {
    font-size: 1em;
    padding: 0;
    margin: 0 0 .6em 0;
}

.tonebox p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 48em) {
    .led {
        font-size: 1rem;
        margin: 0 1em;
        padding: 0 0 0 0;
    }
}

.learn-more {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    height: 40px;
}

.quiet-button {
    background-color: transparent;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    padding: 8px;
    transition: all 0.3s ease 0s;
}

.quiet-button:hover {
    background-color: #719E3B;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.white.quiet-button {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #555;
    color: #555;
}

.white.quiet-button:hover {
    border: 1px solid #FFF;
    background-color: #719E3B;
    color: #FFF;
}

#s {
    width: 70%;
    padding: 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ccc;
}

#searchform input[type=submit] {
    width: 30%;
    padding: 7px 10px;
    border-radius: 0 6px 6px 0;
    margin-left: -5px;
}

blockquote cite {
    display: block;
    margin-top: 1em;
}

.icons-list {
    margin-top: 40px !important;
}

.icons-list li {
    display: block;
    padding: 0 0 10px 80px;
    position: relative;
}

.icons-list li:nth-child(even) {
    padding-top: 10px;
    margin-bottom: 25px;
}

.icons-list li a.quiet-button {
    padding: 2px 6px;
    margin-left: 10px;
}

.icons-list li img.icon {
    width: 60px;
    position: absolute;
    margin: -5px 0 0 -70px;
    height: auto;
    display: inline-block;
}

@media screen and (max-width: 48em) {
    .icons-list li {
        display: block;
        padding: 0 0 25px 0;
        position: relative;
        text-align: center;
    }
    .icons-list li img.icon {
        width: 80px;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .icons-list li a.quiet-button {
        display: block;
        padding: 2px;
        margin-left: 0 !important;
        margin-top: 10px;
    }
}


/*SOLUTIONS */

ul.solutions {
    list-style-type: none;
}

ul.solutions li {
    clear: left;
    padding-top: 20px;
}

ul.solutions li p,
.single-plum_solutions .tab-content p {
    overflow: hidden;
    margin-top: 0;
}

ul.solutions li img,
.single-plum_solutions .tab-content li a img {
    float: left;
    padding: 0 20px 0 0;
}

.tab-content article {
    margin-bottom: 40px;
}

ul.solutions h3 {
    margin-top: 0;
}

.single-plum_solutions .tab-wrapper {
    clear: left;
    margin-top: 3em;
}


/* Set vertical rhythm */

.small {
    font-size: .8em;
}

hr {
    color: transparent;
    border: none;
    outline: none;
}

h1,
h2,
h3,
.parent-pageid-38 .sidebar h3,
.ninja-forms-form-title,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr {
    margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 500;
}

blockquote {}

blockquote cite {}

p {}

a {}

a:hover {}

img,
a img {
    max-width: 100%;
}

figure {}

figcaption {}

.alignleft,
.alignright {
    float: none;
}


/* END : Global rules */


/* START : Navigation */

.menu-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu-btn,
.menu-btn:hover,
.menu-btn:focus,
.menu-btn:active {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(//plumanalytics.com/menu.png);
    background-size: contain;
}

.menu-btn:focus {
    outline: thin dotted;
}

.menu-btn:after {
    padding-left: 8px;
    vertical-align: -4px;
}

ul.nav-menu,
div.nav-menu>ul {
    display: none;
}


/**
 * 6.1 Links
 */

a {
    color: #5D7F34;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #6B923B;
}


/**
 * 7.0 Accessibility
 */


/* END : Navigation */


/* START : Controls */

.bolden {
    font-weight: 700;
}

.button {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    padding: .5rem;
    display: block;
    color: #fff;
    background-color: #8E148D;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.button.small {
    font-size: .85em;
    width: 45% !important;
}

.page-id-1026 .read-more,
.parent-pageid-1026 .read-more {
    display: block;
    position: relative;
    float: none;
    margin-top: 25px;
    margin-left: 60px;
    width: 25%;
}

@media screen and (max-width: 48em) {
    .page-id-1026 .read-more,
    .parent-pageid-1026 .read-more {
        margin-left: auto;
        width: auto;
    }
}

.button:hover {
    background: #9C159C;
    color: #fff;
}

.tabs {
    border-bottom: 1px solid #ccc;
}

.tabs,
.tab-content,
.tab-content-wrapper {
    padding: 0;
    margin: 1em 0;
}

.newsroom .tab-content {
    margin: 0 20px;
}

.featured-stories img.inline {
    float: right;
    width: 50%;
    max-width: 100%;
    height: auto;
    padding: 20px 10px 10px 30px;
}

.featured-stories article {
    padding-right: 50px;
    margin-bottom: 60px;
}

@media screen and (max-width: 48em) {
    .featured-stories article {
        padding-right: 0px;
    }
    .featured-stories img.inline {
        width: 200px;
    }
}

.featured-stories article h4 {
    font-size: 1.35em;
    margin-bottom: 0;
}

.featured-stories article .slugline {
    margin: .5em 0;
    padding: 0;
    font-size: .9em;
    color: grey;
}

.readmore {
    border: 1px solid #ccc;
    padding: 10px;
}

.tab {
    border: 1px solid #ccc;
    background: #e4e4e4;
    display: block;
    border-radius: 0;
    text-align: center;
    border-bottom: 0;
    vertical-align: middle;
}

.tab a {
    padding: .5em;
    display: block;
    color: #333;
    border-radius: 6px 6px 0 0px;
}

li.current-tab,
li a.selected {
    background-color: rgba(166, 107, 190, 1.00);
}

li.current-tab a,
li a.selected {
    font-weight: 600;
    color: #fff;
}

li.tab-content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
}

#breadcrumbs {
    display: none;
    padding-left: 1.0em;
}


/* END : Controls */


/* START : Page styles */

.tab-content-wrapper h3 {
    padding: 0;
}

#mentions li {
    overflow: none;
    line-height: 1;
    padding-left: 50px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    clear: both;
}

#press li {
    line-height: 1.25;
    display: block;
    padding-left: 50px;
    position: relative;
    padding-bottom: 20px;
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 20px 0;
    padding-top: 20px;
}

#press ul {
    margin-top: -20px;
}

#mentions li:last-of-type {
    border-bottom: 0px dotted #ccc;
}

#press li:first-of-type {
    border-top: 0px dotted #ccc;
}

li dt {
    display: block;
    font-size: .8em;
    line-height: 1.3em;
    position: absolute;
    left: 5px;
}

#mentions .slugline {
    padding-top: 8px;
}

.byline {
    padding-top: 8px !important;
    /*  color: #000 !important;
*/
}

#mentions .slugline,
#mentions .author {
    font-size: .8em;
    color: gray;
    display: block;
    line-height: 1.2;
    font-style: italic;
    margin-top: 4px;
}

dt .sep {
    display: none;
}

dt .year,
dt .month,
dt .day {
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #888B9B;
}

dt .day {
    font-size: 1.5em;
    color: #739D40;
}

// .wpcf7-form p {
//margin: 1em 0;
//padding-bottom: 1em;

}
// .plum-container .wpcf7-form input[type=text],
// .plum-container .wpcf7-form input[type=email], // .wpcf7-textarea {
//padding: 5px;
//width: 90%;
//border: 1px solid #888;

}
// .wpcf7-form label {
//clear: both;
//display: block;
//margin: 0 0 .25em 0;

}
.req {
    color: #CC3500;
}
.quiet{
	color: #555;
}
.event {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #666;
}
.event:last-of-type {
    border-bottom: 0px dotted #ccc;
}
.event .event-dates {
    display: inline-block;
    padding: 10px 20px;
    /*  border: 1px solid #ccc;
*/
    margin-bottom: 0;
    padding-left: 35px;
    background: transparent url(//plumanalytics.com/wp-content/themes/plum/img/cal.png) no-repeat 0 50%;
    background-size: 25px;
}
.event h2 {
    margin-bottom: 0 !important;
    padding-bottom: .25em;
    font-weight: 600;
}
.event_location {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(//plumanalytics.com/wp-content/themes/plum/img/map_marker.png);
    background-size: 45px;
    min-height: 50px;
}
.event_location p {
    margin: 0 !important;
    padding: 0 !important;
}
.event-details li span.elabel {
    display: block;
    float: left;
    width: 125px;
}
.event-details li {
    overflow: hidden;
}
.closer {
    padding-top: 3em !important;
}

/* END : Page styles */
.primary-content .jobtitle {
    font-size: 1.35em;
    font-weight: 600 !important;
    margin: 0;
    padding: 0;
}
.careers .children-with-excerpts li {
    min-height: 150px;
    position: relative;
    overflow: hidden;
}
a.seepostition {
    color: #8e128d;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
}
.job {
    padding: 20px 20px 50px 20px;
    background-color: #f7f4ea;
    border-radius: 6px;
    margin: 10px;
    position: relative;
}
@media screen and (max-width:48em) {
    .job {
        margin: 10px 0;
    }
}
.page-id-26 .apply {
    display: none;
}

/* START : Post styles */
.article-archive {
    clear: both;
    padding-top: 2.5em;
}
.article-archive.first-post {
    padding-top: 0 !important;
}
.archive-excerpt img.alignleft {
    margin-right: 20px;
    border: 1px solid #ccc;
}
.archive-excerpt p:first-of-type {
    overflow: hidden;
}
.contact article[role='main'] {
    min-height: 1000px;
}
.blog-hed,
.sidebar aside h3,
.primary-content .sidebar h3,
.newsroom h3,
.product_item h3 {
    color: #592247;
    font-weight: 700;
    font-family: 'Roboto',
    'Franklin Gothic Medium',
    'Franklin Gothic',
    'ITC Franklin Gothic',
    Arial,
    sans-serif;
}
.blog-hed span {
    font-size: .8em;
    display: block;
    font-weight: 400;
    color: rgb(185,
    185,
    185);
}
.wrapped {
    border: 1px solid #e4e4e4;
}
.wrapped h4 {
    padding: 0 !important;
    margin: -1em 0 0 0 !important;
}
.wrapped h4 a {
    font-size: 1.2em;
    display: block;
    font-weight: 600;
    color: #8E148D;
}
.wrapped img {
    max-width: 100%;
    margin-left: 20px;
    width: 30%;
    height: auto;
    padding-top: 20px;
}
.box img.sm {
    max-width: 100%;
    margin: -25px 25px 0 25px !important;
    width: 50px !important;
    height: auto !important;
}
.box img.lg {
    max-width: 100%;
    margin: -35px 25px 0 25px !important;
    width: 100px !important;
    height: auto !important;
}
.box.picd ul,
.box.picd ul li {
    list-style-type: none;
    padding: 0;
}
.box.picd ul li {
    margin: 50px 0 50px 0;
    padding: 0;
}
.wrapped p,
.wrapped h4 {
    overflow: hidden;
}
.grid-6 .wrapped {
    margin-top: 50px;
}
.wrapped:nth-of-type(3n) {
    display: block;
    content: "";
    clear: left;
}
.resources .primary-content h3 {
    margin: 13px -20px;
    display: block;
    clear: left;
    font-size: 1.25em;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: .35em 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANPnjz5z4gsBhKQkZFhhAvCBECKwILIAmBBdAGQIAD5oBOxJzZn1gAAAABJRU5ErkJggg==) repeat;
}
.resources .primary-content .row {
    display: block;
    float: left;
}
.resources .box {
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.search-results .blog-hed span {
    display: inline;
}
.blog-hed.icon {
    padding: 25px 0 25px 115px;
    background-size: 100px 100px !important;
}
@media screen and (min-width: 64em) {
    .parent-pageid-14 .padded-right {
        padding-right: 5em;
    }
}
.feature {
    margin: 0 3em 0 0;
}
@media screen and (max-width: 48em) {
    .feature {
        margin: 0;
    }
    article[role='main'] {
        min-height: 0;
    }
    .blog .primary-content img.alignleft {
        max-width: 100%;
        clear: both;
        display: block;
        float: none;
        margin-top: 20px;
    }
}
.feature p:first-of-type {
    margin-bottom: 0;
}
.feature p strong,
.primary-content h3 {
    font-size: 1.15em;
    margin-bottom: 0;
    padding: 0;
    color: rgba(92,
    128,
    48,
    1.00);
}
#mentions li {
    margin-bottom: 20px;
}
.post-title {
    font-family: 'Roboto',
    'Franklin Gothic Medium',
    'Franklin Gothic',
    'ITC Franklin Gothic',
    Arial,
    sans-serif;
    font-weight: 400;
    margin-bottom: .1em;
}
.entry-meta {
    padding: 0;
    margin: 0;
}
.entry-meta .label {
    color: #739D40;
}
.single .entry-meta {
    background-color: #e4e4e4;
    padding: 1em;
}
.single .entry-meta p {
    margin: 0;
    padding: 0;
}
.single .primary-content p {
    padding-right: 5em;
}
@media screen and (max-width: 48em) {
    .single .primary-content p {
        padding-right: 0;
    }
    .padded-left {
        padding-left: 0;
    }
}
time {
    font-size: .9em;
    color: #666;
}
.continue {
    clear: both;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.continue a {
    color: #592247;
}

/* END : Post styles */

/* START : General bits */
.positioning_statement {
    font-family: 'Roboto',
    'Franklin Gothic Medium',
    'Franklin Gothic',
    'ITC Franklin Gothic',
    Arial,
    sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -.002em;
    line-height: 1.35;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
    padding: .6em;
    text-shadow: 0 0 5px rgba(0,
    0,
    0,
    .25);
}

.home svg {
    margin-top: -90px;
    margin-left: -115px;
    /* width: 200%; */
    height: auto;
}
.positioning-wrapper {
    max-height: 400px;
    overflow: hidden;
    background-color: rgba(0,153,222,1);
    position: relative;
    text-align: center;
    /* border: 5px solid magenta */
}

@media screen and (min-width: 43em) {
    .home .positioning-wrapper svg {
        /* width: 150%; */
        margin: -160px 0 0 -110px;
    }
    .positioning-wrapper {
        max-height: 450px;
        /* border: 5px solid cyan */
    }
}

@media screen and (min-width: 64em) {
    .home .positioning-wrapper svg {
        /* max-width: 90%; */
        margin: -50px auto;
    }
    .positioning_statement {
        font-weight: 300;
        font-size: 1.75rem;
        padding: 25px;
        max-width: 880px;
    }
    .positioning-wrapper {
        max-height: 560px;
        /* border: 5px solid purple */
    }
}
.positioning_statement strong {
    font-weight: 400;
    color: rgb(176,
    203,
    26);
}

.positioning-wrapper .caption {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28,
    58,
    70,
    .8);
}
.positioning-wrapper img {
    object-fit: cover;
    width: 100%;
    margin-top: -160px;
}
@media screen and (max-width: 48em) {
    .positioning-wrapper img {
        width: 48em;
        margin-top: -30px;
    }
}
@media screen and (min-width: 78em) {
    .positioning-wrapper img {
        width: 78em;
        margin-top: -150px;
    }
}

/*METRIC DETAIL*/
.metric-detail {
    margin-top: 50px;
    padding: .8em;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
}
.metric-detail h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.metric-detail h3 small {
    font-size: .8em;
    font-weight: 400;
    font-style: italic;
    display: block;
    color: #888;
    margin-top: .45em;
}
.metric-detail a,
.metric-detail a:link,
.metric-detail a:visited {
    color: #592247;
}
.metric-detail p {
    font-size: .9rem;
}
.metric-detail img.thumbnail {
    border: 1px solid #ccc;
    width: 40%;
    height: auto;
    margin-top: 14px !important;
}
.gray {
    background-color: rgba(155,
    155,
    135,
    .6);
    border-top: 1px solid rgba(171,
    173,
    149,
    1);
}
.question-rotator h4 {
    font-family: 'Roboto',
    'Franklin Gothic Medium',
    'Franklin Gothic',
    'ITC Franklin Gothic',
    Arial,
    sans-serif;
    font-weight: 600 !important;
    font-size: 1.16rem;
    margin: -.25em auto .4em auto;
    max-width: 600px;
}
@media screen and (max-width: 48em) {
    .question-rotator h4 {
        font-weight: 500 !important;
        font-size: .95em;
        margin: 0 0 .6em 0;
    }
}
.questions li {
    font-weight: 500;
    font-size: 1em;
    color: rgba(50,
    50,
    50,
    1.00);
    text-align: center;
}
@media screen and (max-width: 48em) {
    .questions li {
        font-weight: 500;
        line-height: 1.35 !important;
    }
    .questions li span {
        display: block;
        font-size: .9em;
        padding: 0 30px;
    }
}
@media screen and (min-width: 64em) {
    .questions li {
        font-weight: 500;
    }
}
.footer-container {
    margin-top: 2em;
    clear: both;
}

/* END : General bits */

/* START : Media Queries */

/* 480px equivalent breakpoint */
@media only screen and (min-width: 30em) {
    html {
        font-size: 112%;
    }
    ul#primary-menu {}
}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 48em) {
    .menu-btn,
    .pushy {
        display: none;
    }
    ul#primary-menu {
        margin-top: 35px;
        font-family: 'Roboto',
        'Franklin Gothic Medium',
        'Franklin Gothic',
        'ITC Franklin Gothic',
        Arial,
        sans-serif;
    }
    ul.nav-menu,
    div.nav-menu>ul {
        margin: 0;
        padding: 0;
        display: block;
    }
    .nav-menu li {
        display: inline-block;
        position: relative;
    }
    .nav-menu li a {
        font-weight: 700;
        display: block;
        line-height: 1;
        padding: 10px 11px;
        text-decoration: none;
    }
    .nav-menu li.button {
        margin-right: 200px;
    }
    .nav-menu li.button a {
        display: block;
        font-size: 18px;
        padding: 0;
        color: #fff;
    }
    @media screen and (max-width: 64em) {
        .nav-menu li.button {
            margin-right: 0;
            position: absolute;
            top: -5px;
            padding-top: 15px;
            right: 20px;
            border-radius: 0px 0px 6px 6px;
        }
        .branding {
            padding-bottom: 20px;
        }
    }
    .nav-menu li.button:hover {
        background-color: #692358;
    }
    li.bolden a {
        font-weight: 700;
    }
    .nav-menu li:hover>a,
    .nav-menu li a:hover,
    .nav-menu li:focus>a,
    .nav-menu li a:focus {
        background-color: #692358;
        color: #fff;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        background-color: #739D3F;
        /*#CBF49A*/
        text-align: left;
        border-top: 0;
        padding: 0;
        position: absolute;
        z-index: 99999;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px,
        1px,
        1px,
        1px);
    }
    .nav-menu .sub-menu ul,
    .nav-menu .children ul {
        border-left: 0;
        left: 100%;
        top: 0;
    }
    ul.nav-menu ul a,
    .nav-menu ul ul a {
        color: #fff;
        margin: 0;
        font-size: .95em;
        padding: .75em;
        width: 200px;
    }
    ul.nav-menu ul a:hover,
    .nav-menu ul ul a:hover,
    ul.nav-menu ul a:focus,
    .nav-menu ul ul a:focus {
        background-color: #97CE54;
    }
    ul.nav-menu li:hover>ul,
    .nav-menu ul li:hover>ul,
    ul.nav-menu .focus>ul,
    .nav-menu .focus>ul {
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .nav-menu .current_page_item>a,
    .nav-menu .current_page_ancestor>a,
    .nav-menu .current-menu-item>a,
    .nav-menu .current-menu-ancestor>a {
        color: #692358;
    }
    .nav-menu>.current_page_item.button>a {
        border: none !important;
    }
    .sub-menu a {
        font-weight: 500 !important;
    }
    .sub-menu .current_page_item a {
        color: #DEFA25;
    }
    /* Navbar */
    .navbar {
        background-color: #f7f5e7;
        margin: 0 auto;
        max-width: 1600px;
        width: 100%;
    }
    /* BREADCRUMBS */
    .breadcrumbs span {
        display: inline-block;
        list-style-type: none;
        font-size: .8rem;
        margin: .5em .75em .5em .75em;
    }
    .breadcrumbs span {
        margin: 0 1em 0 1em;
    }
    .breadcrumbs strong {
        margin-left: 1em;
        font-weight: 500;
    }
    .breadcrumbs span:first-of-type {
        margin: 0 1em 0 1em;
    }
    .breadcrumbs span:last-of-type {
        margin: 0 0 0 .75em;
    }
    /* TABS */
    .tab {
        border: 0px solid #ccc;
        display: inline-block;
        border-radius: 6px 6px 0 0px;
        border-bottom: 0;
        margin-right: .25em;
    }
    .internal-columns p {
        margin-right: 2em;
    }
}

/* PAGER */
.pager {
    font-size: .8em;
    margin-top: 2em;
    padding: 0;
    margin-bottom: 5em;
    list-style-type: none;
}
.pager a {
    padding: 1em 2em;
    display: inline-block;
    border: 1px dotted #ccc;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAI7duz4zwjjgzgeHh6MYAEYB8RmROaABADpDQ8spI5liAAAAABJRU5ErkJggg==);
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
.pager a:hover {
    transform: scale(1.05);
    background: #fff;
}
.pager .older {
    float: left;
    display: inline-block;
}
.pager .newer {
    float: right;
    display: inline-block;
}

/* 768px equivalent breakpoint */
@media only screen and (min-width: 48em) {
    html {
        font-size: 100%;
    }
    .nav-menu li.button {
        float: right;
    }
    .nav-menu>.current_page_item>a,
    .nav-menu>.current_page_ancestor>a,
    .nav-menu>.current-menu-item>a,
    .nav-menu>.current-menu-ancestor>a {
        border-bottom: 5px solid #692358;
    }
    .alignleft,
    .alignright {
        float: left;
        display: inline;
    }
    .alignright {
        float: right;
    }
    .pushy {
        font-size: 1.0em;
    }
    ul.nav-menu,
    div.nav-menu>ul {
        padding: 0;
        text-align: center;
    }
}

/* 1024px equivalent breakpoint */
@media only screen and (min-width: 64em) {
    .branding {}
    .branding a {
        margin: 0;
    }
    ul.nav-menu,
    div.nav-menu>ul {
        padding: 0;
        text-align: left;
    }
}

/* 1260px equivalent breakpoint */
@media only screen and (min-width: 78.75em) {}

/* END : Media Queries */

/* PRINT STYLES */
@media print {}

/*UTILITIES*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.no-decoration {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
}
.bordered {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.zzz,
.screen-reader-text {
    position: absolute;
    clip: rect(0,
    0,
    0,
    0);
}
.post-edit-link {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
    background-color: #5529CE;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}
.text-centered {
    text-align: center;
}
.primary-content img.alignleft {
    margin-right: 2%;
    margin-top: .5%;
    max-width: 400px;
}
@media screen and (max-width: 48em) {
    .primary-content img.alignleft {
        float: left;
        margin-bottom: 0;
        width: 150px;
        margin-bottom: 25px;
    }
}

/*TABLES*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped-column>tbody>tr td:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table {
    border: 1px solid #ccc;
    width: 100%;
}
body.usage-metrics .table thead {
    min-width: 100%;
    background-color: #4ecb52;
}
body.capture-metrics .table thead {
    background-color: #ca86d5;
}
body.mention-metrics .table thead {
    background-color: #ffe268;
}
body.social-media-metrics .table thead {
    background-color: #49d5ff;
}
body.citation-metrics .table thead {
    background-color: #EFA680;
}
.table thead tr {
    border-bottom: 1px solid #ccc;
}
.table thead th {
    text-align: left;
    font-size: 1.00em;
    line-height: 1.3;
    padding: .7em .6em;
    border-right: 1px solid rgba(0,
    0,
    0,
    .1);
    /*white-space: pre;*/
    /*vertical-align: top;*/
}
th.force-wide {
    width: 20%;
}
.plum-analytics-metrics-audit-log table thead {
    background-color: #0099e0;
}
@media screen and (max-width: 48em) {
    th.force-wide {
        width: auto;
    }
    .table {
        border-collapse: collapse;
    }
}
@media screen and (min-width: 48em) {
    .plum-analytics-metrics-audit-log tr td:nth-child(n+4) {
        white-space: nowrap;
    }
}
.table thead th:last-of-type {
    border-right: 0px;
}
.table tbody tr {
    border-bottom: 1px solid #ccc;
}
.table tbody td {
    padding: .5em;
    border-right: 1px solid #ccc;
}
.table tbody tr:last-of-type,
.table tbody td:last-of-type,
.table thead th:last-of-type,
.table tbody tr:last-of-type,
{
    border: 0 !important;
}
.table tbody td strong {
    display: block;
    line-height: 2;
}
.table tbody br {
    display: inline;
}
.tonebox {
    display: inline-block;
    min-width: 320px;
    padding-right: 100px;
    margin: -57px 0 35px 100px;
}
@media screen and (max-width:48em) {
    article.padded-inner {
        padding-top: 0;
    }
    .blog-hed.icon {
        padding: 25px 0 25px 70px;
        background-size: 60px 60px !important;
    }
    .tonebox {
        display: block;
        width: 100%;
        margin: -25px 0 0 0;
        padding: 0;
    }
}
.quietbox {
    display: inline-block;
    background-color: #C2DEA0;
    margin-top: 25px;
}
.quietbox h3,
h2.ninja-forms-form-title {
    color: rgba(92,
    128,
    48,
    1.00);
    font-weight: 600;
    font-size: 1.5em;
    /*  margin-left: .5em; */
    margin-top: .50em;
    margin-bottom: 1em;
}
.meet_time {
    display: block;
    margin-bottom: -15px;
}
.quietbox p {
    margin: 0;
    padding: .5em 1em !important;
}
.quietbox input.wpcf7-form-control,
.quietbox .wpcf7-textarea {
    width: 95% !important;
}
.quietbox .wpcf7-textarea {
    height: 100px;
    scroll: auto;
}
.tonebox * {
    margin-bottom: 0;
    padding-right: 20px;
}
.double-padded {
    padding: 15px;
}
.metricsbox {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-left: 155px;
    min-height: 200px;
}
.metricsbox p {
    padding-right: 20px;
}
.metricsbox img:first-of-type {
    position: absolute;
    margin-left: -145px;
    margin-top: -15px;
}
.metricsbox img.plum-inline {
    position: relative;
    float: left;
    margin: 0 25px 25px 0;
}
@media screen and (max-width: 48em) {
    .metricsbox {
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .metricsbox img:first-of-type {
        position: relative;
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
    .metricsbox p {
        padding-right: 0;
        padding: 0;
        margin-bottom: .25em;
    }
    .metricsbox img.plum-inline {
        position: relative;
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    blockquote.query {
        margin-right: 0 !important;
    }
}
.single blockquote {
    display: block;
    clear: both;
    border-left: 5px solid #A9B4B2;
    background-color: #D9DFDE;
    padding: 15px 0 15px 20px;
    margin-left: 1em;
}
.single blockquote p {
    margin: 0;
    padding: 0;
}
.single-post .primary-content header p {
    margin: -1rem 0 0 0;
    padding-top: 0;
}
.logged-in-only {
    display: none;
}
.logged-in .logged-in-only {
    display: block;
}
blockquote.query {
    display: inline-block;
    background-color: #CEE3B4;
    margin-left: 0;
    margin-right: 30%;
    padding: 10px 20px;
    color: #5C8030;
    border-left: 5px solid #5C8030;
    font-size: 1.35em;
    font-weight: 600;
}
.webinar {}
.responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 25px;
    margin-top: -25px;
    margin-bottom: 50px;
}
.responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}

/* // NINJA FORM */
.ninja-forms-required-items {
    display: none;
}
.ninja-forms-cont {
    width: 90%;
}
.ninja-col-1-3 {
    width: 30% !important;
}
.ninja-forms-field.address.country {
    width: 250px;
}
.single-plum_events .ninja-forms-field-description p {
    font-size: .8em;
    padding: 0 !important;
    margin: 0 0 2em 0 !important;
}
#posters,
#flyers {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 0;
}
#posters li {
    display: inline-block;
    list-style-type: none;
    clear: both;
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
}
#flyers li {
    display: inline-block;
    list-style-type: none;
    clear: both;
    padding: 20px 0;
    flex: 0 0 100%;
    display: flex;
    align-items: flex-start;
}
#posters li a {
    display: block;
    padding: 0 50px 0 0;
}
#posters li a {
    display: inline-block;
    padding: 0 50px 0 0;
}
#posters li img,
#flyers li img {
    max-width: 150px;
    padding-right: 20px;
    float: left;
    clear: both;
}
#flyers {
    padding-top: 30px;
}
#flyers li {
    margin-bottom: 20px;
}
#flyers li img {
    max-width: 150px;
    margin-top: -30px;
    padding-right: 20px;
    float: left;
    clear: both;
}
.page-template-page-landing h1 {
    padding-right: 100px;
}
@media screen and (max-width: 48em) {
    .ninja-forms-cont,
    .ninja-forms-field.address.country,
    .ninja-col-1-3 {
        width: 100% !important;
    }
    #posters li,
    #flyers li {
        display: block;
        flex: 0 0 100%;
    }
    #posters li a,
    #flyers li a {
        padding: 0 20px 0 0;
        text-align: center;
    }
    #posters li img,
    #flyers li img {
        max-width: 100%;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .padded-inner {
        padding: .25em
    }
    .table thead th,
    .table td {
        padding: 5px;
        font-size: 14px;
    }
}

/* TABLES */
table {
    border-collapse: collapse;
    width: 100%;
}
.plumx-sources td {
    vertical-align: top;
}
.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}
.wp-caption-text {
    font-style: italic;
    padding: 1em .5em;
    line-height: 2;
    font-size: 80%;
}
table.clean {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.clean td,
table.clean th {
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
body #cookie-notice {
    font-weight: 600;
}
body #cookie-notice .button.bootstrap {
    margin-right: 0.3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: none;
    background-color: #84C046;
    background-image: none !important;
    padding: 2px 10px;
	border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body #cookie-notice .button.bootstrap:hover {
    text-shadow: none;
	border:0;
    background-color: #5D8731;
    background-image: none !important;
}
