/*
Theme Name: Mailcharts
*/

#wpadminbar
{
    display: none;
}

/**
 reusable styles
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #354b60;
    -webkit-font-smoothing: antialiased;
}
header {
    background-color: #3186ce;
    padding: 28px 14px 40px 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow:row wrap; /* Sets the flex items to adjust to rows */
}
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}
.logo {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 20px;
}
.logo a {
    color: #ecf0f1;
    font-size: 1.7em;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}
nav {
    -webkit-flex: 3 auto;
    -ms-flex: 3 auto;
    flex: 3 auto;
    text-align: right;
    color: #ecf0f1;
    font-weight: 500;
    margin-top: 4px;
    padding-right: 20px;
}
nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
nav a:hover {
    border-bottom: 1px #fff solid;
    padding-bottom: 3px;
}
.header-box {
    background-color: #3186ce;
    padding-bottom: 50px;
}
.header-box h1,
.header-box h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.header-box h1 a,
.header-box h2 a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.header-box h1 {
    max-width: 750px;
    font-size: 2.6em;
    font-weight: 300;
    line-height: 1.2em;
    padding-top: 25px;
}
.header-box h2 {
    max-width: 700px;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;
    padding: 60px 0;
}
.header-box .blog-byline {
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 1.3em;
  padding: 10px 0;
  font-style: italic;
}
.header-box .blog-byline a {
  text-decoration: none;
  color: white;
  font-style: normal;
  font-weight: 600;
  margin-left: 3px;
}

footer {
    background-color: #3186ce;
    color: #fff;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer a {
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
    cursor: pointer;
}
footer a:hover {
    border-bottom: 1px #fff solid;
    padding-bottom: 3px;
}
footer ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}

footer .copyright {
    font-size: 13px;
}

section {
    padding-top: 50px;
    padding-bottom: 70px;
    background-image: linear-gradient(#fafafa, #f3f5f7);
    border-bottom: 1px solid #f0f0f0;
}
section h2,.mc-section h2 {
    font-size: 1.7em;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    color: #354b60;
}
section p,.mc-section p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 30px;
}
section img {
    border-radius: 4px;
    max-width: 100%;
}
section a {
    text-decoration: none;
    color: #2980b9;
    border-bottom: 1px solid #2980b9;
}

section ul {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section ul li,
section ol li {
    list-style: initial;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-left: 30px;
    padding-bottom: 10px;
}

section ol > li {
    list-style: decimal;
}

section ul.indented li {
    list-style: circle;
    margin-left: 40px;
}

section ul.indented {
    margin-bottom: 0;
}

section ul ul li{
    list-style: circle;
    margin-left: 40px;
}
section ul ul {
    margin-bottom: 0;
}


.two-columns h2 {
    width: 100%;
    text-align: left;
}
.two-columns .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-columns .half-page {
    -webkit-flex: 2 0px;
    -ms-flex: 2 0px;
    flex: 2 0px;
    min-width: 310px;
}
.two-columns .half-page:nth-child(even) {
    margin-right: 20px;
}
.two-columns .half-page:nth-child(odd) {
    margin-left: 20px;
}
.btn-navMain, header nav a:last-child {
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 3px;
}
.btn-navMain:hover, header nav a:last-child:hover {
    background-color: #fff;
    color: #3186ce;
    padding: 6px 12px;
}
.btn-primary {
    width: 180px;
    display: block;
    padding: 17px;
    background-color: #2ecc71;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.header-box .btn-primary,
.report.about .btn-primary {
    margin: 0 auto;
}

.btn-secondary {
    width: 180px;
    display: block;
    margin: 0 auto;
    padding: 17px;
    color: #2ecc71;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #2ecc71;
}

.mc-section .btn-primarySmall,
.btn-primarySmall {
    background-color: #2ecc71;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 7px 14px;
    margin: 10px 10px 10px 0;
    min-width: 100px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-secondarySmall {
    background-color: #8c9899;
    cursor: default;
    text-align: center;
    width: 110px;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 7px;
    margin: 10px 10px 10px 0;
}
.center {
    margin: 0 auto;
}
.u-center {
    text-align: center;
    margin: 0 auto;
}
.u-spaceTop {
    padding-top: 30px;
}
.u-paddingLarge {
    padding: 60px 0;
}
.u-bold {
    font-weight: 600;
}
.u-italic {
    font-style: italic;
}
.u-smallBottomMargin {
    margin-bottom: 10px;
}
/**
 page-specific styles
*/

.home .customers {
  background: linear-gradient(#fafafa, #f3f5f7);
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}

.home .customers h2 {
  font-size: 1.7em;
  margin-bottom: 30px;
}

.home .customers img {
  width: 100%;
  max-width: 1050px;
}

.home .reasons p {
    margin-bottom: 10px;
}
.home .reasons ul {
    margin-bottom: 30px;
}
.home .reasons ul li {
    list-style: circle;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-left: 30px;
}

.home .emails-snapshot {
  width: 100%;
  padding: 50px 0;
  background: #f3f5f7;
  background-image: linear-gradient(#fafafa, #f3f5f7);
}
.home .emails-snapshot h2 { text-align: center; font-size: 1.8em; margin-bottom: 30px; }
.home .emails-snapshot-container {
  max-width: 960px;
  margin: 0 auto;
}
.home .emails-snapshot ul.emails li.email {
  overflow: auto;
  /* hide the scroll bars after the clearfix */
  overflow-y: hidden; 
  overflow-x: hidden;
  padding: 10px 0;
  display: none;
}
.home .emails-snapshot ul.emails li .thumbnail {
  float: left;
  width: 250px;
  margin-right: 25px;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
}
.home .emails-snapshot ul.emails li .thumbnail img { width: 100%; overflow: hidden; }
.home .emails-snapshot ul.emails li .details { max-width: 750px; float: left; }
.home .emails-snapshot ul.emails li .details .inbox {
  display: block;
  width: 100%;
}
.home .emails-snapshot ul.emails li .details ul {
  overflow: auto;
}
.home .emails-snapshot ul.emails li .details ul li {
  padding: 0;
  float: left;
  margin-right: 5px;
}
.home .emails-snapshot ul.emails li a {
  text-decoration: none;
  color: inherit;
}
.home .emails-snapshot ul.emails li .details ul li:last-child {
  margin-right: 0;
}

.home .emails-snapshot ul.emails li .details p { padding: 2px 0; }
.home .emails-snapshot ul.emails li .details .from { color: #b7b7b7; }
.home .emails-snapshot ul.emails li .details .elapsed { color: #b7b7b7; }
.home .emails-snapshot ul.emails li .details .subject {
  text-overflow: ellipsis;
  font-size: 1.2em;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}
.home .emails-snapshot ul.emails li .details p.company {
  padding: 10px 20px;
  margin: 10px 0;
  color: white;
  background: #2ecc71;
  border-radius: 3px;
  display: inline-block;
}
.home .emails-snapshot ul.emails li.email .details .esp p { margin-bottom: 5px; }
.home .emails-snapshot .esp img { height: 50px; }

.today section {
    padding-top: 30px;
}
.today ul.email-list {
    text-align: center;
    padding-bottom: 30px;
}
.today ul.email-list li {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 37px;
    width: 250px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}
.today ul.email-list li h3 {
    padding: 15px 5px;
    margin: 0;
    font-size: 1.2em;
}
.today ul.email-list img {
    width: 250px;
}
.report {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.report .vertical-data {
    -webkit-flex: 3 0px;
    -ms-flex: 3 0px;
    flex: 3 0px;
}
.report .vertical-data h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.report .vertical-data p {
    max-width: 650px;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.report .vertical-data canvas {
    padding-top: 30px;
    margin-bottom: 80px;
}
.report .vertical-data .day-labels {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 60px;
}
.report .vertical-data .day-labels .monday {
    color: #41d27d;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .monday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #41d27d;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .tuesday {
    color: #49a2de;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .tuesday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #49a2de;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .wednesday {
    color: #a66abd;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .wednesday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #a66abd;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .thursday {
    color: #11d1c3;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .thursday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #11d1c3;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .friday {
    color: #3d566d;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .friday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #3d566d;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .saturday {
    color: #eb924e;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .saturday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #eb924e;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-data .day-labels .sunday {
    color: #e64b3b;
    font-size: 16px;
    line-height: 20px;
}
.report .vertical-data .day-labels .sunday:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #e64b3b;
    margin-right: 5px;
    border-radius: 2px;
}
.report .vertical-summary {
    margin-top: 30px;
}
.report .vertical-summary h2 {
    color: #8b8b8b;
    text-transform: capitalize;
    font-size: 2em;
    margin-bottom: 30px;
}
.report .vertical-summary .summary-label {
    color: #8b8b8b;
}
.report .vertical-summary .gray-shade {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
    max-width: 630px;
}
.report .vertical-summary .gray-shade p {
    line-height: 1.4em;
}
.report .vertical-list {
    margin-top: 30px;
    margin-left: 10px;
    -webkit-flex: 1 0px;
    -ms-flex: 1 0px;
    flex: 1 0px;
    line-height: 24px;
    font-size: 15px;
}
.report .vertical-list h3 {
    color: #8e8e8e;
    font-size: 1.1em;
    padding-bottom: 10px;
}
.report .vertical-list li {
    color: #3186ce;
    text-transform: capitalize;
    cursor: pointer;
}
.report .vertical-list li:hover {
    border-bottom: 1px solid #3186ce;
    padding-bottom: 2px;
    display: inline;
}
.report .vertical-list p.feedback-header {
    color: #8e8e8e;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 60px;
}
.report .vertical-list p.feedback-note {
    color: #8e8e8e;
    margin-top: 10px;
    font-size: 0.7em;
}
.report.about {
    padding: 40px 0;
    background-color: #f3f5f7;
}
.report.about h3 {
    color: #8b8b8b;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}
.report.about p {
    max-width: 700px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.email-preview img {
    display: block;
    margin: 30px auto;
    border: 1px solid #f5f5f5;
}
.consulting h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.consulting img.esp {
    max-width: 200px;
    display: block;
}
.consulting img.tom-and-carl {
    border-radius: 3px;
    max-width: 300px;
}
.latest-blog-posts li {
    list-style: none;
    padding-bottom: 70px;
}
.latest-blog-posts li:nth-child(even) {
    background: #f3f5f7;
}
.latest-blog-posts li:nth-child(odd) {
    background: #fafafa;
}
.latest-blog-posts li h2 {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    color: #354b60;
    line-height: 1.5em;
}
.latest-blog-posts li p {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.latest-blog-posts li img {
    border-radius: 4px;
    max-width: 100%;
}
.latest-blog-posts li a {
    text-decoration: none;
    color: #2980b9;
    border-bottom: 1px solid #2980b9;
}
.latest-blog-posts span.published-at {
    font-size: 0.7em;
}
.blog-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    width: 80%;
}

#disqus_thread {
  width: 80%;
  margin: 30px auto;
}

.blog-content h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.blog-content p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
p em {
    font-style: italic;
}
.blog-content p strong {
    font-weight: 700;
}
.blog-content .post a {
    text-decoration: none;
    color: #3186ce;
    border-bottom: 1px solid #3186ce;
}

.blog-content ul {
    margin-bottom: 30px;
}
.blog-content li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.blog-content ol li {
    list-style: decimal;
}
.blog-content ul li {
    list-style: circle;
}
.blog-content li a {
    text-decoration: none;
    color: #3186ce;
    border-bottom: 1px solid #3186ce;
}
.blog-content blockquote,
.blog-content blockquote a.tweet {
    font-style: italic;
    color: #808080;
    text-decoration: none;
    display: inherit;
}
.blog-content blockquote p img.tweet {
  width: 20px;
  display: inline;
  margin-left: 10px;
}
.blog-content blockquote {
  border-left: 3px solid #808080;
  margin: 30px 0;
}

.blog-content blockquote p {
    margin-left: 12px;
}
.blog-content code {
    border-radius: 3px;
}
.blog-content .byline p {
  font-size: .8em;
  font-style: italic;
}
.email-university ul {
    margin-bottom: 30px;
}
.email-university ul li {
    list-style: circle;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-left: 30px;
}
.email-university-posts li {
    list-style: none;
    padding-bottom: 70px;
}
.email-university-posts li:nth-child(even) {
    background: #f3f5f7;
}
.email-university-posts li:nth-child(odd) {
    background: #fafafa;
}
.email-university-posts li h2 {
    font-size: 2em;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    color: #354b60;
}
.email-university-posts li p {
    max-width: 550px;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.7em;
    margin-bottom: 30px;
    text-align: justify;
}
.email-university-posts li img {
    border-radius: 4px;
    max-width: 100%;
}
.email-university-posts li a {
    text-decoration: none;
    color: #2980b9;
    border-bottom: 1px solid #2980b9;
}
.email-university-content .container {
    margin: 30px auto 60px auto;
    max-width: 600px;
}
.email-university-content h2 {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 600;
    margin-top: 60px;
}
.email-university-content h2 + ul {
    margin-top: 30px;
}
.email-university-content h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 600;
    margin-top: 60px;
}
.email-university-content p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.email-university-content p em {
    font-weight: 600;
    font-style: italic;
}
.email-university-content p strong,
.email-university-content li strong {
    font-weight: 700;
}
.email-university-content p a,
.email-university-content li a {
    text-decoration: none;
    color: #3186ce;
    border-bottom: 1px solid #3186ce;
}
.email-university-content p a img,
.email-university-content li a img {
    border-bottom: 1px solid #fff;
    margin-bottom: -6px;
}
.email-university-content img {
    width: 100%;
}
.email-university-content ul {
    margin-bottom: 30px;
}
.email-university-content li {
    list-style: circle;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-left: 30px;
}
.email-university-content blockquote {
    border-left: 3px solid #808080;
    font-style: italic;
    margin: 30px 0;
    color: #808080;
}
.email-university-content blockquote p {
    margin-left: 12px;
}
.email-university-content code {
    border-radius: 3px;
}
.email-university-content .sticky-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.email-university-content .sticky-nav ul {
    text-align: center;
    padding: 30px 0;
    background: #f3f5f7;
}
.email-university-content .sticky-nav li {
    list-style: none;
    display: inline-block;
}
.email-university-content .slider {
    margin: 20px;
}
.email-university-content .slider .navigation span {
    color: #3186ce;
    cursor: pointer;
    font-size: 60px;
    padding-bottom: 20px;
    line-height: 0px;
}
.email-university-content .slider .navigation span.disabled {
    color: #8c9899;
    cursor: default;
}
.email-university-content .slider .slide {
    cursor: -webkit-grab;
}
.email-university-content .slider .slide img {
    margin-bottom: -2px;
}
.email-university-content .slider .slide:active {
    cursor: -webkit-grabbing;
}
.email-university-content .slider .navigation {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.email-university-content .slider .navigation .cycle-next {
    float: right;
}
.email-university-content .slider .cycle-slideshow {
    max-width: 900px;
    margin: 0 auto;
    border: 3px solid #3186ce;
}
.partners img.heart {
    max-width: 40px;
    margin-left: 10px;
    margin-bottom: -4px;
}
.partners .mc-lead-capture {
    background-color: transparent;
}
.partners .header-box {
    padding-bottom: 30px;
}
/**
 vendor and interaction styles
*/
.mc-lead-capture {
    background-color: #f3f5f7;
    text-align: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 20px 0;
    order: 2;
}
.mc-lead-capture .form-title {
    padding: 15px 0;
    font-size: 1.3em;
    line-height: 1.5em;
}
.mc-lead-capture .form-notice {
    font-size: 0.85em;
    line-height: 1.4em;
    margin: 0;
    padding: 15px 0;
}
.mc-lead-capture input[type=email] {
    background-color: #fff;
    padding: 10px;
    width: 300px;
    border: 1px solid #2ecc71;
    font-size: 1em;
    line-height: 1.4em;
    border-radius: 3px 0px 0px 3px;
}
.mc-lead-capture input[type=submit] {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #2ecc71;
    cursor: pointer;
    padding: 10px;
    width: 200px;
    border: 1px solid #2ecc71;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
    margin-left: -10px;
    border-radius: 0px 3px 3px 0px;
}
.mc-lead-capture-blog {
    background-color: #f3f5f7;
    text-align: center;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 20px;
    margin-top: 30px;
}
.campaign-monitor-blog .form-title {
    padding-bottom: 15px;
    font-size: 1.3em;
}
.campaign-monitor-blog .form-notice {
    font-size: 0.85em;
    margin-top: 11px;
}
.campaign-monitor-blog input[type=email] {
    background-color: #fff;
    padding: 10px;
    width: 80%;
    border: 1px solid #2ecc71;
    font-size: 1em;
    line-height: 1.4em;
    border-radius: 3px;
}
.campaign-monitor-blog input[type=submit] {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #2ecc71;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #2ecc71;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
    border-radius: 3px;
}
.spinner {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0,174,239,0.15);
    border-right: 6px solid rgba(0,174,239,0.15);
    border-bottom: 6px solid rgba(0,174,239,0.15);
    border-top: 6px solid rgba(0,174,239,0.8);
    border-radius: 100%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.display-modal.modal {
    display: block;
}
.modal {
    z-index: 101;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    overflow-y: scroll;
}
.modal .modal-content {
    width: 960px;
    margin: 30px auto;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.modal .modal-header {
    color: #8b8b8b;
    padding: 15px;
    background-color: #f3f5f7;
    margin-bottom: 10px;
    padding: 25px;
    border-radius: 3px 3px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal .modal-title {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    padding-bottom: 30px;
}
.modal .modal-title h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
}
.modal .modal-body {
    text-align: center;
    height: 100%;
}
.modal iframe {
    width: 900px;
    height: 100%;
}
.modal .modal-footer {
    padding-left: 15px;
}
.modal .modal-footer p {
    display: inline-block;
}
.modal .btn-closeModal {
    background-color: #ff5d5e;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    cursor: pointer;
    text-align: right;
}
.modal .btn-closeModal:hover:after {
    content: "x";
    color: #fff;
    display: block;
    font-size: 13px;
    margin-right: 5px;
}
.modal .close-modal {
    color: #8b8b8b;
    padding-top: 15px;
    cursor: pointer;
}
.report .modal h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 1.5em;
}
.report .modal h3 {
    font-size: 1.2em;
    margin-bottom: 60px;
}
.report .modal h4 {
    padding-top: 15px;
}
.report .modal .form-fields {
    margin: 0 auto;
    width: 500px;
}
.report .modal .label {
    text-align: left;
    padding-bottom: 10px;
}
.report .modal input[type=email],
.report .modal textarea {
    padding: 10px;
    margin-bottom: 30px;
    width: 500px;
    border: 1px solid #8e8e8e;
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    border-radius: 3px;
}
.js-tweetable {
    background-color: none;
}
.js-tweetable a {
    color: inherit;
    text-decoration: none;
    border: none;
}
.js-tweetable a:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 4px;
    background-image: url("/images/icon-twitter.png");
    background-size: 15px;
    background-repeat: no-repeat;
}
.js-noOverflow {
    overflow: hidden;
}
.js-share {
    position: absolute;
    right: 75px;
}
/**
 special use-case styles
*/
.ng-pristine .ng-invalid-required {
    box-shadow: none;
}
.modal iframe {
    min-height: 700px;
}

/*mobile styles*/
@media screen and (max-width: 700px) {
    .logo {
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-left: 0;
    }
    header {
        padding: 30px 0;
    }
    nav {
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        line-height: 2em;
        margin-top: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid white;
    }
    header nav a:last-child {
        border: none;
    }
    footer ul li {
        display: block;
        padding: 0 20px;
        font-size: 1.2em;
        line-height: 2em;
    }
    footer a {
        margin-right: 0px;
        border-bottom: 1px solid #ffffff;
    }
    .header-box h1 {
        font-size: 2em;
        max-width: 550px;
    }
    .header-box h2 {
        max-width: 550px;
    }
    .half-page {
        margin-right: 0 !important;
        margin-left: 0 !important;
        -webkit-flex: 2 100% !important;
        -ms-flex: 2 100% !important;
        flex: 2 100% !important;
    }
    .half-page img {
        display: block;
        margin: 45px auto;
    }
    .hide-mobile {
        display: none;
    }
    .report .vertical-list {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }
    .report .vertical-data {
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .mc-lead-capture input[type=email],
    .mc-lead-capture input[type=submit] {
        border-radius: 3px;
    }
    .blog-content, #disqus_thread {
      width: 100%;
    }
    .mc-lead-capture input[type=email],
    .mc-lead-capture input[type=submit] {
      width: 80%;
      margin: 10px auto;
    }
    .post pre {
      padding: 1px;
    }
    .container {
      padding: 0 2%;
    }
    .blog-content .post {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }
    .blog-content .sidebar {
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .blog-content .sidebar img {
        display: none;
    }
    .blog-content .sidebar {
        padding-left: 0;
    }
    .js-share {
        display: none !important;
    }

    .home .emails-snapshot ul.emails li .thumbnail {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .home .emails-snapshot ul.emails li .details {
        float: none;
        text-align: center;
    }
}

#pagination
{
    text-align:center;
    padding: 20px;
}

#pagination a
{
    color: #2980b9;
}

#pagination a,
#pagination span
{
    display: inline-block;
    margin: 0px 2px;
}

.mc-lead-capture form p br,
.mc-lead-capture  form br
{
    display:none;
}

.slider > div > p,
.slider p
{
    display: none;
}

.report.about .container
{
    width: 100%;
    max-width: 100%;
}

.report.about .container p:last-child
{
    margin-bottom: 0px;
}

.report.about > p
{
    display:none;
}

section.white
{
    /*margin-top:-30px;*/
    background: #fff;
    padding-bottom: 0;
    border-bottom-color: #fff;
}

div.two-columns,
.mc-section
{
    background-image: linear-gradient(#fafafa, #f3f5f7) !important;
    border-bottom: 1px solid #f0f0f0;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { font-weight: 600; } 

.post h1 { font-size: 2em; }
.post h3 { font-size: 1.3em; }
.post h4 { font-size: 1.2em; }
.post h5 { font-size: 1.1em; }
.post h6 { font-size: 1em; }

.post pre {
  font-family: monospace;
  font-size: 1.1em;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 2px;
  color: #333333;
}

.post img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: auto;
  height: auto;
  border: 1px solid #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 2px;
}

/*ensure image links don't have the blue underline*/
.post a.img {
    border-bottom: none;
}

.two-columns .latest-blog-posts li
{
    background: none;
}

.latest-blog-posts li p
{
    width: 100%;
}

.container.six
{
    max-width: 600px;
}

.add-me-margin
{
    /*margin-bottom: 30px;*/
}


h3
{
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 400;

}

.mc-section
{
    padding: 30px 0;
}

section h2,
.mc-section h2
{
    padding-top: 30px !important;
}

.latest-blog-posts li
{
    padding-bottom: 0;
}

strong{
    font-weight: bold;
}

.vertical-data p:nth-child(4)
{
    float: left;
}

.day-labels
{
    height: 400px;
    box-sizing: border-box;
    
}

.pricing a,
.pricing a:focus,
.pricing a:hover
{
    text-decoration: none;
}

.btn-secondarySmall
{
    font-size: 15px !important;
}

.with-m-top
{
    padding-top:30px;
}

ul.index-block
{
    width: 100%;
    max-width: 1000px;
    /*text-align:left !important;*/
}

ul.index-block li
{
    box-sizing: border-box;
}

.container.container-bigger
{
    max-width: 975px;
}

.container.container-bigger .today ul.email-list,
.from-shortcode ul.email-list
{
    text-align: left;
}

.relative
{
    position:relative;
    text-align:center;
    
}

.floating-name
{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px !important;
    padding-top:160px !important;
    z-index: 100;
    color: #fff;
}

.today ul.email-list li
{
    margin-bottom: 40px;
}

.blog-content .ng-scope
{
    margin-right: 20px !important;
    margin-left: 10px !important;
}

@media all and (max-width: 768px)
{
    .container.container-bigger .today ul.email-list, .from-shortcode ul.email-list
    {
        text-align: center;
    }
}

.ng-scope.show-popup > p,
.ng-scope.redirectable > p
{
    margin-top: 0px;
}

.ng-scope.show-popup > h3,
.ng-scope.redirectable > h3
{
    
    border-bottom: 1px solid #ddd;
}

@media all and (min-width: 700px) and (max-width: 960px)
{
    .email-list.index-block
    {
        text-align:center !important;
    }
}

@media all and (max-width: 700px)
{
    .email-list.index-block
    {
        text-align:left !important;
    }
}

@media all and (max-width: 592px)
{
    .email-list.index-block
    {
        text-align:center !important;
    }
}


@media all and (min-width:700px) and (max-width: 1150px)
{
    nav a{
        margin-right: 15px;
        font-size: 13px;
        display:inline-block;
        margin-bottom: 5px;
    }
    
    .btn-navMain, header nav a:last-child
    {
        display:inline-block;
    }
}

.features h3 {
    font-size: 34px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 15px;
}

.features h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    border-radius: 2px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: 50px;
}

.mc-section a {
  color: #3787cb;
  text-decoration: none;
}

.features .half-page,
.resources .half-page {
    margin-right: 70px;
}

.features .plan-selector {
    padding: 45px 0;
    background-color: #F3F5F7;
    text-align: center;
    z-index: 10;
}

.features .plan-selector p {
    margin-right: 15px;
}

.features .plan-selector p, 
.features .plan-selector ul,
.features .plan-selector ul li {
  display: inline-block;
}

.features .plan-selector ul li {
  padding: 15px;
  border: 1px solid #374C61;
  margin: 2px;
  width: 160px;
}

.features .plan-selector ul li:first-child {
  border-radius: 2px 0 0 2px;
}

.features .plan-selector ul li:last-child {
  border-radius: 0 2px 2px 0;
}

.features .plan-selector ul li:hover {
    cursor: pointer;
}

.features .green {
    background-color: #3186CE;
    color: white;
}

.features .striked {
    opacity: 0.3;
}

/*mobile style for features*/
@media screen and (max-width: 700px) {
    .features .plan-selector p {
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .features .plan-selector ul li {
        display: block; 
        margin-bottom: 1px;
    }

    .features .plan-selector {
        padding: 15px 0;
    }

    .two-columns .half-page:last-child {
        margin-top: 30px;
    }
}

.resources a {
    text-decoration: none;
    border-bottom: none;
}
