/* Import / Include fonts here */
@import url("https://www.activecampaign.com/_ac_global/css/font/OpenSans/stylesheet.css");
@import url("https://www.activecampaign.com/_ac_global/css/fontello/css/ac-icons.css");
@import url("https://www.activecampaign.com/_ac_global/css/darktooltip.css");
@import url("https://www.activecampaign.com/js/fancybox/jquery.fancybox.css");
/*-------------------------------------------------------------------------*\
  $Variables
\*------------------------------------------------------------------------*/
/* Text Colors */
/* Light Grey Tones */
/*-------------------------------------------------------------------------*\
   @Mixins
\*------------------------------------------------------------------------*/
/* Border Box */
/* Alignment */
/* Animation */
/* Box Sizing */
/* Border Radius - All Sides */
/* Border Radius - Single Side */
/* Border Radius - Corners */
/* -------------------------------------------------------------------------*\
   Structure & Layout
\*------------------------------------------------------------------------ */
html, body {
  background: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html.lockScroll, body.lockScroll {
  display: initial;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -webkit-flex-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
html ::selection, body ::selection {
  background: #E1E9F4;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
body img[src*=dotomi] {
  display: none;
}

/*-------------------------------------------------------------------------*\
  Sections
\*------------------------------------------------------------------------*/
.ac_body-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.ac_content {
  position: relative;
  width: 100%;
}
.ac_content.blue {
  background: #E1E9F4;
  border-top: #BFD2EC 1px solid;
  border-bottom: #BFD2EC 1px solid;
}
.ac_content.blue-slant {
  background: #6892CA url(https://www.activecampaign.com/prototype/images/triangles-blue.png) no-repeat center 100px;
  background-size: cover;
}

section {
  position: relative;
}
section.grey {
  background-color: #fafafa;
}
section.blue, section.bg-mediumblue {
  background: #6892CA url(https://www.activecampaign.com/prototype/images/triangles-blue.png) no-repeat center 100px;
  background-size: cover;
}
section .wrapper {
  margin: 0 auto;
  padding: 60px;
  max-width: 1600px;
}
section .container {
  margin: 0 auto;
  padding: 120px 20px;
  max-width: 1080px;
}
section .container.small {
  padding: 80px 20px;
}
section .container.nohero {
  padding: 80px 20px;
}
section .container *,
section .container *:before,
section .container *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  fill: inherit;
  stroke: inherit;
}
section .section-head {
  text-align: center;
  margin: 40px auto 60px auto;
  width: 70%;
}

.content-box.footnote-customer-story {
  margin: 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  opacity: 1 !important;
}
.content-box.footnote-customer-story .content {
  width: 349px;
}

.ac_content-wrapper {
  position: relative;
  padding: 100px 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.ac_content-wrapper.section-head {
  text-align: center;
  margin: 40px auto 60px auto;
  width: 60%;
}

.ac_subheader > .ac_content-wrapper {
  padding-top: 80px;
}

.side-menu {
  margin-left: -233px;
}

nav, footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/*-------------------------------------------------------------------------*\
   Colors
\*------------------------------------------------------------------------*/
/* Primary palette */
.ac-blue {
  background: #345E95;
}

.medium-blue {
  background: #4073B5;
}

.highlight-blue {
  background: #4073B5;
}

.light-blue {
  background: #6892CA;
}

.alt-green {
  background: #4DCBA9;
}

/* Backgrounds and borders */
.dark-grey {
  background: #4E4E4E;
}

.border-grey {
  border: #cacaca 1px solid;
}

.medium-grey {
  background: #f2f2f2;
}

.light-grey {
  background: #fafafa;
}

/* Primary Blue Tones */
.blue-140 {
  background-color: #20395B;
}

.blue-120 {
  background-color: #2A4C79;
}

.blue-100 {
  background-color: #345E95;
}

.blue-80 {
  background-color: #4073B5;
}

.blue-60 {
  background-color: #5988C5;
}

.blue-40 {
  background-color: #6892CA;
}

.blue-20 {
  background-color: #E1E9F4;
}

/* Alternate Green Tones */
.alt-green-80 {
  background-color: #2E9E80;
}

.alt-green-60 {
  background-color: #37BE9A;
}

.alt-green-40 {
  background-color: #4DCBA9;
}

.alt-green-20 {
  background-color: #71D6BB;
}

/* Light Grey Tones */
.grey-light-100 {
  background-color: #B8B8B8;
}

.grey-light-80 {
  background-color: #CACACA;
}

.grey-light-60 {
  background-color: #E0E0E0;
}

.grey-light-40 {
  background-color: #F2F2F2;
}

.grey-light-20 {
  background-color: #FAFAFA;
}

/* Dark Grey Tones */
.grey-dark-120 {
  background-color: #292929;
}

.grey-dark-100 {
  background-color: #323232;
}

.grey-dark-80 {
  background-color: #4E4E4E;
}

.grey-dark-60 {
  background-color: #4E4E4E;
}

.grey-dark-40 {
  background-color: #5D5D5D;
}

.grey-dark-20 {
  background-color: #939393;
}

/* Primary palette */
.ac-blue {
  background: #4073B5;
}

.medium-blue {
  background: #345E95;
}

.highlight-blue {
  background: #5988C5;
}

.light-blue {
  background: #E1E9F4;
}

.alt-green {
  background: #4DCBA9;
}

/* Status and label */
.go-green {
  background: #60CB98;
}

.stop-red {
  background: #F37C7B;
}

.border-red {
  background: #F37C7B;
}

/* Text */
.normal-text {
  color: #5d5d5d;
}

.medium-text {
  color: #7A7A7A;
}

.light-text {
  color: #939393;
}

.xlight-text {
  color: #bbbbbb;
}

.text-red {
  color: #F37C7B;
}

.text-green {
  color: #60CB98;
}

.text-white {
  color: #ffffff !important;
}

.text-color-default {
  color: #5D5D5D;
}

.text-color-light {
  color: #939393;
}

.text-color-lighter {
  color: #B8B8B8;
}

.text-color-lightest {
  color: #CACACA;
}

.text-color-red {
  color: #F37C7B;
}

.text-color-green {
  color: #60CB98;
}

.text-color-alt {
  color: #4DCBA9;
}

/*-------------------------------------------------------------------------*\
   Typography
\*------------------------------------------------------------------------*/
html, body, .ac_button, input, textarea {
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* Weights */
.ac_fw-normal {
  font-weight: normal !important;
}

.ac_fw-light {
  font-weight: 200 !important;
}

.ac_fw-medium {
  font-weight: 500 !important;
}

.ac_fw-heavy {
  font-weight: 600 !important;
}

.text-weight-normal {
  font-weight: normal !important;
}

.text-weight-light {
  font-weight: 200 !important;
}

.text-weight-medium {
  font-weight: 500 !important;
}

.text-weight-heavy {
  font-weight: 600 !important;
}

p strong {
  font-weight: 600;
}

/* Sizes */
.ac_fs-small {
  font-size: 12px;
}

.ac_fs-default {
  font-size: 13px !important;
  line-height: 1.6em;
}

.ac_fs-shmedium {
  font-size: 14px !important;
  line-height: 1.6em;
}

.ac_fs-large {
  font-size: 16px !important;
  line-height: 1.6em;
}

.ac_fs-xlarge {
  font-size: 17px !important;
  line-height: 1.9em;
}

.ac_fs-xxlarge {
  font-size: 20px !important;
  line-height: 1.9em;
}

.text-size-small {
  font-size: 12px;
}

.text-size-default {
  font-size: 13px !important;
  line-height: 1.6em;
}

.text-size-medium {
  font-size: 14px !important;
  line-height: 1.6em;
}

.text-size-large {
  font-size: 16px !important;
  line-height: 1.6em;
}

.text-size-xlarge {
  font-size: 17px !important;
  line-height: 1.9em;
}

.text-size-xxlarge {
  font-size: 20px !important;
  line-height: 1.9em;
}

/* Sizes (LEGACY) */
.ac_fs-small {
  font-size: 12px;
}

.ac_fs-default {
  font-size: 13px !important;
  line-height: 1.9em;
}

.ac_fs-shmedium {
  font-size: 14px !important;
  line-height: 1.9em;
}

.ac_fs-large {
  font-size: 16px !important;
  line-height: 1.9em;
}

.ac_fs-xlarge {
  font-size: 17px !important;
  line-height: 1.9em;
}

.ac_fs-xxlarge {
  font-size: 20px !important;
  line-height: 1.9em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 8px 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.ac_page-title h3 {
  margin-top: 0;
}

.sub-title {
  text-align: center;
}

/* Don't Use This shit -VA */
.ac_h1 {
  font-size: 36px;
  font-weight: 600;
}

.ac_h6 {
  font-size: 16px;
}

/*-------------------------------------------------------------------------*\
   Grid
\*------------------------------------------------------------------------*/
/* Structure */
.ac_col {
  position: relative;
  float: left;
  margin-left: 1.6%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ac_col.first, .ac_col:first-child {
  margin-left: 0 !important;
}

.topmargin {
  margin-top: 122px;
}

/* Columns */
.ac_col.half {
  width: 3.33333333%;
}

.ac_col.one {
  width: 6.866%;
}

.ac_col.onehalf {
  width: 11%;
}

.ac_col.two {
  width: 15.33%;
}

.ac_col.twohalf {
  width: 18%;
}

.ac_col.three {
  width: 23.8%;
}

.ac_col.threehalf {
  width: 27%;
}

.ac_col.four {
  width: 32.26%;
}

.ac_col.fourhalf {
  width: 34%;
}

.ac_col.five {
  width: 40.73%;
}

.ac_col.six {
  width: 49.2%;
}

.ac_col.seven {
  width: 57.66%;
}

.ac_col.eight {
  width: 66.13%;
}

.ac_col.nine {
  width: 74.6%;
}

.ac_col.ten {
  width: 83.06%;
}

.ac_col.eleven {
  width: 91.53%;
}

.ac_col.twelve {
  width: 100%;
}

/* Rows */
.ac_row {
  margin-top: 20px;
  position: relative;
}

/*-------------------------------------------------------------------------*\
   API Grid
\*------------------------------------------------------------------------*/
.ac_api-wrapper {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 3;
  column-gap: 15px;
  column-fill: auto;
}

.ac_api-container {
  display: inline-block;
  margin: 0 2px 15px 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*-------------------------------------------------------------------------*\
   Header
\*------------------------------------------------------------------------*/
.ac_header {
  position: relative;
  background: #345E95;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 4;
  transition: all 0.2s ease-in;
}

.ac_header-wrap {
  position: relative;
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto;
  clear: both;
}

.ac_header-wrap .ac_col:first-of-type {
  margin-left: 0 !important;
}

.ac_header-wrap .ac_button {
  display: inline-block;
}

.ac_header-wrap .head-logo {
  margin-top: 7px;
  float: left;
}

.ac_header-wrap .hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 3px;
}

/*-------------------------------------------------------------------------*\
   Main navigation
\*------------------------------------------------------------------------*/
#ac_header-nav {
  text-align: right;
}

.ac_header-nav {
  margin-top: 8px;
}

.ac_header-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac_header-nav > ul > li {
  display: inline;
  padding-right: 33px;
}

.ac_header-nav > ul > li > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
}

.ac_header-nav > ul > li > a:hover, .ac_header-nav > ul > li.active > a {
  color: white;
}

.ac_header-nav > ul > li > a:before {
  display: none;
}

.ac_header-nav li.mobile-nav {
  display: none;
}

.ac_header-nav #mobile-signup {
  display: none;
}

.ac_header-nav-control {
  display: none;
  float: right;
  padding: 4px;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
}

/* Nav Popover */
.ac_header-nav ul .nav-popover {
  opacity: 0;
  position: absolute;
  top: 40px;
  margin-left: -40px;
  background: #fff;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.31);
  transition: all 0.4s;
  visibility: hidden;
}

.ac_header-nav ul .nav-popover.active {
  opacity: 1;
  visibility: visible;
}

.ac_header-nav ul .nav-popover .nav-overlay {
  position: absolute;
  height: 40px;
  top: -40px;
  left: 0;
  width: 110px;
  cursor: pointer;
}

.ac_header-nav ul .nav-popover .nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  padding: 10px 15px;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li {
  list-style-type: none;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group.blue {
  background-color: #F5F7FB;
  border-radius: 8px 0 0 8px;
  border-right: #E1E9F4 1px solid;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group.visibilityToggle {
  display: none;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group.visibilityToggle.active {
  display: block;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group .group-title {
  text-align: left;
  color: #939393;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 13px;
  cursor: initial;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li {
  width: 100%;
  position: relative;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li a {
  text-align: left;
  font-size: 14px;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: #4073B5;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li a:hover {
  color: #2A4C79;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li a.group-feature.active {
  color: #2A4C79;
  position: relative;
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li a.group-feature.active:after {
  position: absolute;
  top: 7px;
  left: initial;
  right: -22px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #F5F7FB transparent transparent;
  z-index: 50;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ac_header-nav ul .nav-popover .nav-content .nav-group li a.group-feature.active:before {
  position: absolute;
  top: 5px;
  left: initial;
  right: -24px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #E1E9F4 transparent transparent;
  z-index: 50;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ac_header-nav ul .nav-popover:before, .ac_header-nav ul .nav-popover:after {
  position: absolute;
  top: -11px;
  left: 35px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #E0E0E0 transparent transparent;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 50;
}

.nav-popover.active {
  opacity: 1;
  visibility: visible;
}

/* New Mobile menu */
.nav-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  padding: 15px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Menu */
}
html.lockScroll .nav-mobile, body.lockScroll .nav-mobile {
  overflow-y: scroll;
}
.nav-mobile .logo {
  margin-bottom: 40px;
}
.nav-mobile .close {
  position: absolute;
  right: 15px;
  top: 19px;
}
.nav-mobile ul {
  margin: 0 0 60px 0;
  padding: 0;
}
.nav-mobile ul li {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: center;
}
.nav-mobile ul li a:link, .nav-mobile ul li a:visited {
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.nav-mobile ul li a:link.active, .nav-mobile ul li a:link:hover, .nav-mobile ul li a:visited.active, .nav-mobile ul li a:visited:hover {
  color: white;
}
.nav-mobile ul li ul {
  margin-top: 20px;
  margin-bottom: 0;
}
.nav-mobile ul li ul .title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
.nav-mobile ul li ul li a {
  font-size: 14px !important;
  font-weight: normal !important;
  opacity: 0.8;
}
.nav-mobile ul li:last-child a {
  margin-right: 0;
}

/*-------------------------------------------------------------------------*\
   Section Header
\*------------------------------------------------------------------------*/
.ac_section {
  width: 100%;
  background: #2a4c79;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ac_section.pinned {
  background: #3c5e8e;
}

.ac_section-wrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
}

.ac_section-wrap .ac_section-title {
  float: left;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 55px;
}

.ac_section-wrap .ac_section-title span {
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  top: 5px;
  margin-right: 5px;
}

.ac_section-wrap .ac_section-title span.section-partners {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-partners.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-consultants {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-cons.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-community {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-community.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-affiliate {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-affiliate.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-videos {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-videos.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-legal {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-legal.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-marketplace {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-marketplace.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-security {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-security.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-blog {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-blog.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span.section-learn {
  background: url(https://www.activecampaign.com/global_media/images/icon-section-learn.png) no-repeat 0 0;
  background-size: 25px;
}

.ac_section-wrap .ac_section-title span:before {
  margin-left: 0;
}

.ac_section-wrap .ac_section-title a {
  color: rgba(255, 255, 255, 0.78);
}

.ac_section-wrap .ac_section-title a:hover {
  color: white;
}

.ac_section-wrap .ac_section-nav {
  line-height: 55px;
  text-align: right;
}

.ac_section-wrap .ac_section-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac_section-wrap .ac_section-nav > ul > li {
  display: inline;
  margin-right: 15px;
}

.ac_section-wrap .ac_section-nav > ul > li:last-child {
  margin-right: 0;
}

.ac_section-wrap .ac_section-nav > ul > li > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
}

.ac_section-wrap .ac_section-nav > ul > li > a:hover {
  color: #fff;
}

.ac_section-wrap .ac_section-nav > ul > li > a:before {
  display: none;
}

.ac_section-wrap .ac_section-nav > ul > li > a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 980px) {
  .ac_section {
    position: fixed;
    top: 115px;
    cursor: pointer;
  }
  .ac_section.open {
    background-color: #20395B;
  }
  .ac_section.open .ac_section-nav {
    display: block;
  }
  .ac_section::after {
    font-family: "ac-icons";
    content: "m";
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    z-index: -1;
  }

  .ac_section-wrap {
    padding: 0;
  }
  .ac_section-wrap .ac_section-title {
    width: 100%;
    line-height: 48px;
    float: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ac_section-wrap .ac_section-title a {
    font-size: 14px;
    color: white;
  }
  .ac_section-wrap .ac_section-nav {
    padding: 0;
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2A4C79;
  }
  .ac_section-wrap .ac_section-nav > ul > li {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
  }
  .ac_section-wrap .ac_section-nav > ul > li:hover {
    background-color: #20395B;
  }
}
@media screen and (max-width: 52em) {
  .ac_section {
    top: 75px;
  }
}
/*-------------------------------------------------------------------------*\
   Typography
\*------------------------------------------------------------------------*/
html, body, .ac_button, input, textarea {
  font-family: "Open Sans", Helvetica, sans-serif;
}

.ac_sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #9d9d9d;
  margin-bottom: 60px;
}

.sub-title {
  margin-bottom: 4px;
}

.text-small {
  font-size: 12px;
}

.text-shmedium {
  font-size: 14px !important;
}

.text-medium {
  font-size: 16px;
}

.text-large {
  font-size: 18px;
  line-height: 1.6em;
}

.text-uppercase {
  text-transform: uppercase;
}

.fw-thin {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 600;
}

.fw-heavy {
  font-weight: 800;
}

.fc-light {
  color: #939393;
}

.fc-medium {
  color: #7a7a7a;
}

.fc-alt {
  color: #4dcba9;
}

.fc-green {
  color: #60CB98;
}

p {
  line-height: 1.8em;
}

/*-------------------------------------------------------------------------*\
   Icons
\*------------------------------------------------------------------------*/
.icon-preload {
  display: none;
}

.icon {
  width: 12px;
  display: inline-block;
  /* Alignment */
  /* Colors */
  /* Sizes */
}
.icon svg {
  fill: currentColor;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.icon.left {
  margin-right: 4px;
}
.icon.right {
  margin-left: 4px;
}
.icon.middle {
  margin: 0;
}
.icon.white svg {
  fill: white;
}
.icon.xsmall {
  width: 8px;
}
.icon.xsmall svg {
  width: 8px;
  height: 8px;
}
.icon.small {
  width: 10px;
}
.icon.small svg {
  width: 10px;
  height: 10px;
}
.icon.medium {
  width: 16px;
}
.icon.medium svg {
  width: 16px;
  height: 16px;
}
.icon.large {
  width: 22px;
}
.icon.large svg {
  width: 22px;
  height: 22px;
  top: -1px;
}
.icon.xlarge {
  width: 30px;
}
.icon.xlarge svg {
  width: 30px;
  height: 30px;
}

/*-------------------------------------------------------------------------*\
   Info icons
\*------------------------------------------------------------------------*/
.ac_info {
  cursor: help !important;
  font-size: 17px;
}

.ac_info-dotted {
  cursor: help !important;
  color: #345E95;
  border-bottom: 1px dotted #345E95;
  padding-bottom: 2px;
}

/*-------------------------------------------------------------------------*\
   Lists
\*------------------------------------------------------------------------*/
/* Default font (No style) */
.ac_list-default {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-top: 14px;
}

.ac_list-default li {
  font-size: 14px;
  line-height: 1.9em;
}

/* Default font (Disc) */
.ac_list-default-disc {
  margin: 14px 0 14px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.ac_list-default-disc li {
  font-size: 14px;
  line-height: 1.9em;
}

/* Medium font (No style) */
.ac_list-medium {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-top: 14px;
}

.ac_list-medium li {
  font-size: 16px;
  line-height: 1.9em;
}

/* Medium font (Disc) */
.ac_list-medium-disc {
  margin: 14px 0 14px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.ac_list-medium-disc li {
  font-size: 16px;
  line-height: 1.9em;
}

/* Medium font (Check) */
.ac_list-medium-check {
  margin: 14px 0 14px 0;
  list-style-type: none;
  padding: 0;
}

.ac_list-medium-check li {
  font-size: 16px;
  line-height: 2.1em;
  padding-left: 28px;
  background: url(https://www.activecampaign.com/global_media/images/list-check.png) no-repeat left center;
  background-size: 20px;
}

/* Medium font (Arrow) */
.ac_list-medium-arrow {
  margin: 14px 0 14px 0;
  list-style-type: none;
}

.ac_list-medium-arrow li {
  font-size: 16px;
  line-height: 2.1em;
  padding-left: 18px;
  background: url(https://www.activecampaign.com/global_media/images/list-arrow.png) no-repeat left center;
  background-size: 11px;
}

/* Large font */
.ac_list-large {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-top: 14px;
}

.ac_list-large li {
  font-size: 18px;
  line-height: 1.9em;
}

/*-------------------------------------------------------------------------*\
    List containers
\*------------------------------------------------------------------------*/
.ac_lists {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 23px 0;
  font-family: "Open Sans", helvetica, sans-serif;
}

.ac_lists .ac_lists-header {
  height: 34px;
  overflow: visible;
  background: #f2f2f2;
}

.ac_lists .ac_lists-header td {
  padding: 10px 10px 9px 10px !important;
  background: none;
  vertical-align: middle;
  border-radius: 6px 6px 0 0;
}

.ac_lists .ac_lists-header td .header-label {
  display: inline-block;
  margin-top: 9px;
  margin-right: 6px;
  font-weight: 400;
  color: #939393;
}

.ac_lists .ac_lists-header td .button {
  margin-bottom: 0;
  display: inline;
}

.ac_lists .ac_lists-header td .button .ac-icon {
  font-size: 10px;
}

.ac_lists .ac_lists-header td .button_small {
  width: inherit !important;
}

.ac_lists .ac_lists-header td .filter-wrap {
  float: right;
  margin-right: 10px;
}

.ac_lists .ac_lists-header td .search-wrap {
  float: right;
}

.ac_lists .ac_lists-header td .selectdropdown a.dropdown_select {
  padding: 10px !important;
  font-size: 13px !important;
  font-weight: 400;
  color: #696969 !important;
  min-width: 100px;
  border: #cacaca 1px solid;
}

.ac_lists .ac_lists-subheader th {
  padding: 10px;
  text-align: center;
  border-bottom: #c8c8c8 1px solid;
  font-size: 12px;
}

.ac_lists .ac_lists-subheader th a {
  color: #696969;
  text-decoration: none;
}

.new-campaign-lists.ac_lists .ac_lists-subheader th a {
  cursor: default;
}

.ac_lists .ac_lists-subheader th .sorter {
  position: relative;
}

.ac_lists .ac_lists-subheader th .sorter.active:after, .ac_lists .ac_lists-subheader th .sorter.active.asc:after {
  position: absolute;
  top: 5px;
  right: -12px;
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.ac_lists .ac_lists-subheader th .sorter.active.desc:after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.ac_lists .ac_lists-subheader th.checkbox {
  width: 20px;
  text-align: left;
  padding-right: 0;
}

.ac_lists .ac_lists-subheader .name {
  min-width: 125px;
}

.ac_lists .ac_lists-subheader .custom-field {
  min-width: 125px;
}

.ac_lists td {
  padding: 10px;
  border-bottom: #ebebeb 1px solid;
  text-align: center;
}

.ac_lists tr:last-child td {
  border-bottom: 0;
}

.ac_lists td.custom-field {
  max-width: 300px;
  max-height: 50px;
  word-wrap: break-word;
  overflow-y: auto;
  overflow-x: auto;
}

.ac_lists table.hoveraction tbody tr:hover {
  background: #f9f9f9 !important;
  cursor: pointer;
}

.ac_lists table > tbody > tr > td > a, .ac_lists table > tbody > tr > td > a:visited {
  color: #4d4d4d;
  text-decoration: underline;
}

.ac_lists table > tbody > tr > td > a:hover {
  text-decoration: none;
}

.ac_lists tr.active {
  background: #f9f9f9;
}

/*-------------------------------------------------------------------------*\
   Links
\*------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*\
   Separators
\*------------------------------------------------------------------------*/
.ac_separator-h {
  margin: 0;
  height: 1px;
  background: #cacaca;
  width: 100%;
}

/*-------------------------------------------------------------------------*\
   Footer
\*------------------------------------------------------------------------*/
/* Desktop */
.ac_footer {
  background: #464646;
  width: 100%;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ac_footer-wrap {
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

.ac_footer .ac_col {
  margin-left: 2%;
}

.ac_footer .ac_col.learn {
  margin-left: 8%;
}

.ac_footer .ac_col.about {
  margin-left: 3.5%;
}

.ac_footer .ac_col.last {
  width: 12%;
  margin-left: 2.4%;
}

.ac_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac_footer ul li,
.footer-heading {
  margin-bottom: 9px;
  font-size: 13px;
  color: #fff;
}

.ac_footer ul li.heading {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.ac_footer ul li a {
  color: #dcdcdc;
  text-decoration: none;
}

.ac_footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.ac_footer ul li.jobs a {
  padding-right: 5px;
}

.ac_footer ul li.jobs a.hiring {
  background: #4dcba9;
  padding: 3px 6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
}

.ac_footer ul li.jobs a.hiring:hover {
  text-decoration: none;
}

.ac_footer .footer-lower {
  margin-top: 25px;
  background: #3F3F3F;
  padding: 12px 0;
}

.ac_footer .footer-search {
  position: relative;
  float: right;
  margin-top: 2px;
  position: relative;
}

.ac_footer .footer-search #searchinput {
  margin-right: 10px;
  padding: 8px 11px !important;
  background: #656565;
  color: #fff;
}

.ac_footer .footer-search .ac_button {
  position: absolute;
  width: 39px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  top: 0;
  background: #A6A6A6;
}

.ac_footer .footer-search .ac_button:hover {
  background: #c1c1c1;
}

.ac_footer .footer-search.mobile .ac_button {
  right: -1px;
  width: 80px;
}

.ac_footer .footer-policies a,
.ac_footer .footer-policies a:visited {
  color: #999;
  padding: 5px;
}

.ac_footer .footer-policies a:hover {
  color: #ccc;
  text-decoration: underline;
}

.ac_footer .footer-policies {
  float: left;
  padding: 10px;
  padding-left: 20px;
  font-size: 12px;
}

.ac_footer .footer-social {
  float: left;
}

.ac_footer .footer-social ul {
  list-style: none;
}

.ac_footer .footer-social ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
}

.ac_footer .footer-social ul li a {
  padding: 10px 14px;
  display: block;
  font-size: 13px;
  color: #fff;
  background: #373737;
  border-radius: 40px;
}

.ac_footer .footer-social ul li a:hover {
  background: #323232;
}

.ac_footer .footer-social ul li a [class^=ac-icon-]:before,
.ac_footer .footer-social ul li a [class*=" ac-icon-"]:before {
  margin: 0;
}

/* Mobile */
.ac_footer#footer_mobile {
  display: none;
  -webkit-flex: 0 0 279px;
  -ms-flex: 0 0 279px;
  flex: 0 0 279px;
}

.ac_footer#footer_mobile .footer-search {
  position: relative;
  float: none;
  margin: 0;
}

.ac_footer-mobile-nav select {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  background: #fff;
}

.ac_footer-mobile-nav span {
  position: relative;
}

.ac_footer-mobile-nav span:after {
  font-family: "ac-icons";
  content: "m";
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 10px;
}

.ac_footer#footer_mobile .footer-search button {
  margin-top: 0;
  width: 80px;
}

.ac_footer#footer_mobile .footer-social {
  float: none !important;
  text-align: center;
}

/*-------------------------------------------------------------------------*\
    Notifications / Alerts
\*------------------------------------------------------------------------*/
.notify {
  position: relative;
  margin: 0 0 20px;
  padding: 16px;
  font-size: 15px;
  line-height: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.notify.problem,
.notify.error {
  color: #873c3c;
  background: #ec9999;
}

.notify.error:before {
  font-family: "ac-icons";
  content: "j";
  font-size: 20px;
  float: left;
  padding-right: 8px;
  display: inline-block;
  line-height: 1em;
}

.notify.error a {
  color: #873c3c !important;
  font-weight: 600;
  text-decoration: underline;
}

.notify.alert {
  color: #776e30;
  background: #fff3a5;
}

.notify.alert:before {
  font-family: "ac-icons";
  content: "i";
  font-size: 20px;
  float: left;
  padding-right: 8px;
  display: inline-block;
  line-height: 1em;
}

.notify.alert a {
  color: #776e30;
  font-weight: 600;
  text-decoration: underline;
}

.notify.success {
  color: #3c7359;
  background: #ace2c8;
}

.notify.success:before {
  font-family: "ac-icons";
  content: "v";
  font-size: 20px;
  float: left;
  padding-right: 8px;
  display: inline-block;
  line-height: 1em;
}

.notify.success a {
  color: #3c7359 !important;
  font-weight: 600;
  text-decoration: underline;
}

.notify.notice {
  color: #376885;
  background: #accee2;
}

.notify.notice:before {
  font-family: "ac-icons";
  content: "k";
  font-size: 20px;
  float: left;
  padding-right: 8px;
  display: inline-block;
  line-height: 1em;
}

.notify.notice a {
  color: #376885 !important;
  font-weight: 600;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------*\
   User input
\*------------------------------------------------------------------------*/
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #B8B8B8;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #B8B8B8;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  border-radius: 4px;
  background: #fff;
  border: #cacaca 1px solid;
  padding: 12px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input.ac_input-large,
textarea.ac_textarea-large {
  font-size: 14px;
  padding: 14px;
}

input.ac_input-support {
  font-size: 18px;
  border: none;
  padding: 19px;
  margin-right: 10px;
}

.valid > input {
  border: #60cb98 1px solid;
}

.valid:after {
  font-family: "ac-icons";
  content: "v";
  color: #60cb98;
  position: absolute;
  right: 13px;
  top: 41px;
  font-size: 16px;
}

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

fieldset label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

fieldset label.large {
  font-size: 16px;
}

fieldset .field {
  margin-bottom: 10px;
}

/* Search Text input */
.ac_input-search {
  position: relative;
}

.ac_input-search > input {
  margin: 0;
  padding-left: 30px !important;
  width: 160px;
}

.ac_input-search > .ac-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  color: #c8c8c8;
  font-size: 14px;
}

/* Mailcheck */
.ac-field-alert {
  position: relative;
  top: -5px;
  background: #f4f4f4;
  border: #cacaca 1px solid;
  padding: 8px;
  font-size: 13px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.signup .ac-field-alert, .partner_signup .ac-field-alert {
  top: -9px;
  width: 97%;
}

.partner #mailcheck-email.ac-field-alert {
  top: -25px;
  width: 97%;
}

.partner #mailcheck-notification.ac-field-alert {
  top: -9px;
  width: 84%;
}

#home #mailcheck-email.ac-field-alert {
  top: -25px;
  border: none !important;
  font-size: 12px;
}

/* Checkbox */
input[type=checkbox].ac_check {
  display: none;
}

input[type=checkbox].ac_check + label {
  margin-right: 10px;
  cursor: pointer;
}

input[type=checkbox].ac_check + label span {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  height: 17px;
  background: url("https://www.activecampaign.com/global_media/images/ac_interface-checkbox.png") no-repeat 0 0;
  background-size: 17px;
  margin: 0 10px 0 0;
  cursor: pointer;
  vertical-align: top;
}

input[type=checkbox].ac_check:checked + label span {
  background-position: 0 -17px;
}

/* Radios */
input[type=radio].ac_radio {
  display: none;
}

input[type=radio].ac_radio + label {
  margin-right: 10px;
  cursor: pointer;
}

input[type=radio].ac_radio + label span {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  height: 17px;
  background: url("https://www.activecampaign.com/global_media/images/ac_interface-radio.png") no-repeat 0 0;
  background-size: 17px;
  margin: 0 10px 0 0;
  cursor: pointer;
  vertical-align: top;
}

input[type=radio].ac_radio:checked + label span {
  background-position: 0 -17px;
}

/* Labels */
label.ac_input {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

label.ac_input.top {
  margin-bottom: 8px;
}

label.ac_input.left {
  display: inline-block;
  margin-right: 8px;
}

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

fieldset label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

fieldset label.large {
  font-size: 16px !important;
}

/* Select menu */
.ac_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("https://www.activecampaign.com/global_media/images/arrow_down.png") no-repeat 93% 13px !important;
  background-size: 8px !important;
  border: #cacaca 1px solid !important;
  font-size: 13px !important;
  padding: 7px 30px 7px 10px !important;
  color: #5d5d5d !important;
  border-radius: 4px !important;
}

.ac_select.large {
  padding: 12px 60px 12px 12px !important;
  font-size: 14px !important;
  background-size: 10px !important;
  background-position: 90% 17px !important;
}

/* Select menu */
.ac_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("https://www.activecampaign.com/global_media/images/arrow_down.png") no-repeat 93% 13px !important;
  background-size: 8px !important;
  border: #cacaca 1px solid !important;
  font-size: 13px !important;
  padding: 7px 30px 7px 10px !important;
  color: #5d5d5d !important;
  border-radius: 4px !important;
}

/*-------------------------------------------------------------------------*\
   Slider
\*------------------------------------------------------------------------*/
.ui-slider {
  position: relative;
  height: 10px;
  background: #E3E3E3;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.large .ui-slider {
  height: 15px;
  background: #E3E3E3;
  border-radius: 6px;
}

.ui-slider .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #ccc;
  border: #fff 6px solid;
  box-shadow: 0 0 0 1px #cacaca;
}

.large .ui-slider .ui-slider-handle {
  top: -8px;
  margin-left: -16px;
  width: 19px;
  height: 19px;
  border-radius: 100%;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 1px #a3a3a3;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  display: block;
  border: 0;
  background: #4DCBA9;
  border-radius: 10px;
  cursor: pointer;
}

/*-------------------------------------------------------------------------*\
    Dropdown menu
\*------------------------------------------------------------------------*/
.ac_dropdown-select:after {
  font-family: "ac-icons";
  content: "m";
  position: absolute;
  top: 45px;
  right: 15px;
  font-size: 12px;
}

.ac_dropdown-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  padding: 13px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  border: #cacaca 1px solid;
}

/*-------------------------------------------------------------------------*\
    Popover menu
\*------------------------------------------------------------------------*/
/* List */
.ac_popover {
  display: inline-block;
  position: relative;
}

.ac_popover .popover-trigger > span:after {
  content: "";
  width: 8px;
  height: 34px;
  float: right;
  background: transparent url("https://www.activecampaign.com/global_media/images/arrow_down.png") no-repeat 93% 14px !important;
  background-size: 8px !important;
  margin-left: 8px;
  margin-top: -11px;
}

.ac_popover.open .popover-trigger > span:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.ac_popover .popover-trigger > span.ac-icon:after {
  content: "";
  margin-left: 0;
}

.ac_popover.open .popover-trigger > span.ac-icon:after {
  content: "";
  margin-left: 0;
}

.ac_popover-menu {
  position: absolute;
  display: none;
  margin-top: 10px;
  left: 0;
  background: #fff;
  border: #cacaca 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 100%;
  white-space: nowrap;
  z-index: 99;
}

.ac_popover-menu:before,
.ac_popover-menu:after {
  position: absolute;
  top: -11px;
  left: 32px;
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #cacaca transparent transparent;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 50;
}

.ac_popover-menu:after {
  top: -10px;
  border-color: transparent #fff transparent transparent;
}

.ac_popover-menu .popover-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
}

.ac_popover-menu ul > li {
  list-style: none;
  border-bottom: #d7d7d7 1px solid;
  text-align: left !important;
  font-size: 13px;
}

.ac_popover-menu ul > li:first-child {
  position: relative;
}

.ac_popover-menu ul > li:first-child:hover:after {
  position: absolute;
  top: -9px;
  left: initial;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) #F6F6F6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 51;
}

.ac_popover-menu ul > li > a, .ac_popover-menu ul > li > label {
  display: block;
  padding: 9px;
  text-decoration: none;
  color: #4e4e4e;
  font-weight: 400;
}

.ac_popover-menu ul > li > a:hover {
  background: #f6f6f6;
}

.ac_popover-menu ul > li:last-child {
  border-bottom: none;
}

.ac_popover-menu ul > li:last-child > a, .ac_popover-menu ul > li:last-child > label {
  border-radius: 0 0 4px 4px;
}

.ac_popover-menu ul > li:first-child > a, .ac_popover-menu ul > li:first-child > label {
  border-radius: 4px 4px 0 0;
}

.ac_popover-menu ul > li > a [class^=ac-icon] {
  margin-right: 5px;
  vertical-align: baseline;
}

.ac_popover-menu ul > li > a [class^=ac-icon]:before {
  margin-left: 0;
}

.ac_popover-menu input[type=checkbox].ac_check + label {
  color: #838383;
}

.ac_popover-menu input[type=checkbox].ac_check + label span {
  position: relative;
  background-image: none;
}

.ac_popover-menu input[type=checkbox].ac_check + label span:before {
  display: none;
}

.ac_popover-menu input[type=checkbox].ac_check:checked + label {
  color: #333;
}

.ac_popover-menu input[type=checkbox].ac_check:checked + label span:before {
  display: inline-block;
  color: #60cb98;
}

.ac_popover-menu .popover-result-highlight {
  color: #080;
}

/* Popover placements */
.placement-above:before,
.placement-above::after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  z-index: 50;
}

.placement-above::after {
  bottom: -12px;
  border-color: transparent #fff transparent transparent;
}

/* Popover placements - Right */
.placement-right:before,
.placement-right::after {
  position: absolute;
  top: 50%;
  left: -8px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  z-index: 50;
}

.placement-right::after {
  left: -7px;
  border-color: transparent #fff transparent transparent;
}

/* Popover placements - Bottom */
.placement-below:before,
.placement-below::after {
  position: absolute;
  left: 50%;
  top: 8px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 50;
}

.placement-below::after {
  top: 9px;
  border-color: transparent #fff transparent transparent;
}

/* Popover placements - Left */
.placement-left:before,
.placement-left::after {
  position: absolute;
  top: 50%;
  right: -8px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 50;
}

.placement-left::after {
  right: -7px;
  border-color: transparent #fff transparent transparent;
}

/* Select menu */
.ac_popover.popover-select .ac_popover-menu > ul > li > a {
  padding: 9px 27px;
}

.ac_popover.popover-select .ac_popover-menu > ul > li:first-child:hover:after {
  border: none !important;
}

.ac_popover.popover-select .ac_popover-menu > ul > li.active > a {
  padding-left: 9px;
}

.ac_popover.popover-select .ac_popover-menu > ul > li.active > a:before {
  font-family: "ac-icons";
  content: "v";
  font-size: 12px;
  margin-right: 8px;
  color: #60cb98;
}

.ac_popover.popover-search .ac_popover-menu > ul > li {
  width: 170px;
  overflow: hidden;
}

.ac_popover .popover-results,
.ac_popover .popover-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* List -  Mini multi action buttons in secondary menu */
.mini-button-top .ac_popover-menu:before,
.mini-button-top .ac_popover-menu:after {
  left: initial;
  right: 19px;
}

.mini-button-top .ac_popover-menu a {
  margin-right: 0 !important;
}

.mini-button-top .ac_popover-menu ul > li:first-child:hover:after {
  top: -10px;
  right: 19px;
}

/* -------------------------------------------------------------------------*\
  Badge
\*------------------------------------------------------------------------ */
/* Default */
.ac_badge {
  position: relative;
  top: -4px;
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  font-size: 12px;
  padding: 5px 14px;
  display: inline-block;
}

.ac_badge.blue {
  background-color: #EEF4FC;
  color: #23538C;
}

.ac_badge.border {
  background: none;
  border: #cacaca 1px solid;
}

.badge img {
  max-width: 100%;
}

/*-------------------------------------------------------------------------*\
   Containers
\*------------------------------------------------------------------------*/
/* Basic */
.ac_container {
  position: relative;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ac_container.morepadd {
  padding: 30px;
}

.ac_container.greybg {
  background: #f2f2f2;
}

.ac_container.greyborder,
.ac_container.ac_container-grayborder {
  border: #cacaca 1px solid;
}

/* Basic with Title */
.ac_container.title {
  position: relative;
  border-radius: 6px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #cacaca 1px solid;
}

.ac_container.title > .title {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 6px 0 6px 0;
  border-bottom: #cacaca 1px solid;
}

.ac_container.title > .title.greybg {
  background-color: #fafafa;
}

.ac_container.title > .body {
  padding: 20px;
}

/* Screenshot container */
.ac_container.screenshot {
  border: #cacaca 1px solid;
  overflow: hidden;
  padding: 0;
  border-radius: 12px;
}

.ac_container.screenshot .header {
  text-align: left;
  padding: 10px 9px 8px 9px;
  color: #e6e6e6;
}

.ac_container.screenshot .header span {
  display: inline-block;
}

.ac_container.screenshot .header span:nth-child(2),
.ac_container.screenshot .header span:nth-child(3) {
  margin-left: -2px;
}

.ac_container > .ac_close {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 11px;
  cursor: pointer;
  opacity: 0.5;
}

.ac_container > .ac_close:hover {
  opacity: 1;
}

/*-------------------------------------------------------------------------*\
    Info containers
\*------------------------------------------------------------------------*/
/* General info */
.ac_info-general {
  background: #f7f7f7;
  padding: 14px;
  border: #c8c8c8 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ac_info-general p {
  font-size: 14px;
}

.ac_info-general p.title {
  font-size: 15px;
  font-weight: 600;
}

.ac_info-general a,
.ac_info-general a:visited,
.ac_info-general a:hover {
  color: #696969;
  font-weight: 600;
  text-decoration: underline;
}

/* Warning Info */
.ac_info-warn {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #523800;
  background: #ffffcd;
  padding: 14px;
  border: #dee029 1px solid;
  border-radius: 5px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}

.ac_info-warn > p {
  font-size: 14px;
}

.ac_info-warn > p.title {
  font-size: 15px;
  font-weight: 600;
}

.ac_info-warn a,
.ac_info-warn a:visited,
.ac_info-warn a:hover {
  color: #523800;
  font-weight: 600;
  text-decoration: underline;
}

/* Blue Info */
.ac_info-blue {
  font-family: "Open Sans", Helvetica, sans-serif;
  background: #3a73b9;
  padding: 14px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}

.ac_info-blue > p {
  font-size: 14px;
}

.ac_info-blue > p.title {
  font-size: 15px;
  font-weight: 600;
}

.ac_info-blue a,
.ac_info-blue a:visited,
.ac_info-blue a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* Light Blue Info */
.ac_info-lightblue {
  font-family: "Open Sans", Helvetica, sans-serif;
  background: #EEF4FC;
  padding: 14px;
  color: #7189AA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  border: #CCD9EB 1px solid;
}

.ac_info-lightblue > p {
  font-size: 14px;
}

.ac_info-lightblue > p.title {
  font-size: 15px;
  font-weight: 600;
}

.ac_info-lightblue a,
.ac_info-lightblue a:visited,
.ac_info-lightblue a:hover {
  color: #7189AA;
  font-weight: 600;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------*\
    Quotes/Tweets
\*------------------------------------------------------------------------*/
.ac_quote {
  position: relative;
  width: 100%;
  background: #fff;
  border: #cacaca 1px solid;
  border-radius: 6px;
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ac_content.bg-lighterblue .ac_quote {
  background: #fff;
  border-color: #C4D2E4;
}

.ac_content.blue .ac_quote, .ac_content.blue .ac_quote .photo {
  border-color: #BFD2EC;
}

.ac_content.bg-lighterblue .ac_quote .photo {
  border-color: #C4D2E4;
}

.ac_quote p {
  text-align: center;
}

.ac_quote .photo {
  width: 67px;
  height: 67px;
  overflow: hidden;
  border-radius: 40px;
  border: #cacaca 1px solid;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -33px;
}

/*-------------------------------------------------------------------------*\
   Images
\*------------------------------------------------------------------------*/
.ac_screenshot-small {
  position: relative;
  width: 90%;
  height: auto;
  max-height: 305px;
  border-radius: 10px;
  border: #cacaca 1px solid;
}

.ac_screenshot-small.left {
  float: left;
}

.ac_screenshot-small.right {
  float: right;
}

.ac_screenshot-small-header {
  width: 100%;
  border-bottom: #cacaca 1px solid;
}

.ac_screenshot-small-header .ac-icon-dot-3 {
  font-size: 55px;
  line-height: 12px;
  color: #E6E6E6;
  padding: 12px 0;
  text-align: left !important;
}

.ac_screenshot-small-header .ac-icon-dot-3:before {
  line-height: 0;
}

.ac_screenshot-small-header .dots {
  width: 48px;
  height: 11px;
  background: url(https://www.activecampaign.com/images/screenshot-dots.svg) no-repeat center center;
  padding: 12px 12px;
  vertical-align: middle;
}

.ac_screenshot-small-wrapper {
  width: 100%;
  height: auto;
  max-height: 267px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.ac_screenshot-medium {
  width: 100%;
  max-height: 330px;
  border-radius: 10px;
  border: #cacaca 1px solid;
  overflow: hidden;
}

.ac_screenshot-medium .images {
  border-top: #cacaca 1px solid;
}

.ac_screenshot-medium .ac_zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -30px;
  margin-top: -10px;
}

/*-------------------------------------------------------------------------*\
   Misc
\*------------------------------------------------------------------------*/
.ac_zoom {
  text-align: center;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 15px 8px 15px 14px;
}

.ac_line-vertical {
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  width: 1px;
  height: 80px;
  border-left: #e0e0e0 2px solid;
}

.ac_line-vertical.dotted {
  border-left: #e0e0e0 3px dotted;
}

/*-------------------------------------------------------------------------*\
   Video
\*------------------------------------------------------------------------*/
.ac_video-wrap {
  height: 0;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}

.ac_video-wrap iframe, .ac_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-box.footnote-customer-story {
  margin: 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  opacity: 1 !important;
}

/*-------------------------------------------------------------------------*\
   Modals
\*------------------------------------------------------------------------*/
/* Apply to body when modal is shown */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -ms-overflow-style: scrollbar;
  overflow: auto;
  overflow-y: scroll;
}

/* Header */
.modal-header {
  margin: 0 !important;
  padding: 20px;
  overflow: visible !important;
}

.modal-header .close, .modal-content .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  overflow: hidden;
  text-indent: -9999px;
  width: 16.2px;
  height: 16.2px;
  background: url(https://www.activecampaign.com/global_media/images/modal-close.png) no-repeat center top;
  background-size: 16.2px;
}

.modal-header .close:hover, .modal-content .close:hover {
  background-position: 0 -16.2px;
}

.modal-header h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #5d5d5d;
  font-weight: 600;
  margin: 0 !important;
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.modal-dialog.modal-lg {
  width: 650px !important;
}

/* Content and body */
.modal-content {
  position: relative;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 1px 23px rgba(0, 0, 0, 0.6);
}

.modal-body {
  position: relative;
  width: auto;
  margin: 0 !important;
  padding: 20px !important;
  overflow: visible;
  color: #5d5d5d;
}

/* Footer */
.modal-footer {
  position: relative;
  padding: 18px 20px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  text-align: right;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .ac_button {
  margin: 0 0 0 10px;
  min-width: 100px;
}

.modal-footer a {
  color: #5d5d5d;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-overflow-style: scrollbar;
  overflow: auto;
  overflow-y: scroll;
}

/*-------------------------------------------------------------------------*\
    Form elements
\*------------------------------------------------------------------------*/
/* Basic Text Input */
input.ac_input, input.ui-autocomplete-input {
  border: #cacaca 1px solid !important;
  padding: 12px !important;
  font: 14px "Open Sans", Helvetica, sans-serif !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input.ac_input.ac_input-small {
  padding: 7px 7px 7px 9px !important;
  font: 13px "Open Sans", Helvetica, sans-serif !important;
  line-height: inherit !important;
}

textarea.ac_input.ac_input-small {
  padding: 7px !important;
  font: 13px "Open Sans", Helvetica, sans-serif !important;
  border: #cacaca 1px solid !important;
  line-height: inherit !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

textarea.vertical {
  resize: vertical;
}

textarea.noresize {
  resize: none;
}

input.ac_input.disabled, input.disabled, input.disabled:hover {
  background: #f2f2f2 !important;
  color: #B0B0B0 !important;
  border-color: #f2f2f2 !important;
}

input.ac_input:focus, textarea.ac_input:focus, input.ui-autocomplete-input:focus {
  border: 1px solid #A6A6A6 !important;
}

/* Valid Text Input */
.ac_input-valid {
  position: relative;
}

.ac_input-valid > input.ac_input {
  border: #60cb98 1px solid !important;
}

.ac_input-valid > .ac-icon {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #60cb98;
  font-size: 14px;
}

/* Error Text Input */
.ac_input-error {
  position: relative;
}

.ac_input-error > input.ac_input {
  border: #f37c7b 1px solid !important;
}

.ac_input-error > .ac-icon {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #f37c7b;
  font-size: 14px;
}

/* Search Text input */
.ac_input-search {
  position: relative;
}

.ac_input-search > input.ac_input {
  margin: 0;
  padding-left: 30px !important;
  width: 160px;
}

.ac_input-search > span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 15px;
  height: 15px;
  background-size: 15px !important;
}

/* Search input in a popover */
.ac_popover-search {
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #fafafa;
  border-bottom: 1px solid #CACACA;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.ac_popover-search input[type=text] {
  margin: 5px 5px 0;
  width: 100%;
}

.ac_popover-search .ac-icon {
  left: 15px;
  top: 15px;
}

.ac_popover.popover-search .ac_popover-menu {
  min-width: 170px;
}

.ac_popover.popover-select .ac_popover-menu {
  min-width: 120px;
}

.ac_popover.popover-search .ac_popover-menu li {
  width: 100%;
}

.ac_popover.popover-search .ac_popover-menu li > a {
  white-space: initial;
}

/*-------------------------------------------------------------------------*\
   Buttons
\*------------------------------------------------------------------------*/
button,
input[type=submit],
input[type=button] {
  border: none;
}

.ac_button {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 12px 24px;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: inline-block;
  color: #555;
  cursor: pointer !important;
  zoom: 1;
  line-height: 1.42857143;
  -webkit-appearance: none;
}

.button_xlarge {
  padding: 18px 25px !important;
  font-size: 18px !important;
  text-align: center;
}

.button_large {
  padding: 18px 25px !important;
  font-size: 16px !important;
  text-align: center;
}

.button_medium {
  padding: 10px 16px !important;
  font-size: 13px !important;
  text-align: center;
}

.button_small {
  padding: 7px 11px !important;
  font-size: 13px !important;
  text-align: center;
}

.button_xsmall {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1.1em;
}

/* Green button style */
.greenbtn:active,
.greenbtn:visited,
.greenbtn {
  color: #fff !important;
  background: #60cb98 !important;
}

.greenbtn:hover {
  background: #4cb985 !important;
}

/* Blue button style */
.bluebtn:active,
.bluebtn:visited,
.bluebtn {
  color: #fff !important;
  background: #4073B5 !important;
}

.bluebtn:hover {
  background: #345E95 !important;
}

/* Grey button style */
.greybtn:active,
.greybtn:visited,
.greybtn {
  color: #5d5d5d !important;
  background: #fff !important;
  border: 1px solid #c0c0c0 !important;
}

.greybtn:hover {
  background: #f6f6f6 !important;
}

/* Red button style */
.redbtn:active,
.redbtn:visited,
.redbtn {
  color: #fff !important;
  background: #f37c7b !important;
}

.redbtn:hover {
  background: #e56160 !important;
}

/* Alternates (For subheader) */
.alt1:active,
.alt1:visited,
.alt1 {
  background: #4dcba9 !important;
  color: #fff !important;
}

.alt1:hover {
  background: #40c19e !important;
}

.alt2:active,
.alt2:visited,
.alt2 {
  background: #4774aa !important;
  color: #fff !important;
}

.alt2:hover {
  background: #406b9e !important;
}

/* White border */
.whiteborderbtn,
.whiteborderbtn:visited {
  background: none !important;
  border: #fff 1px solid !important;
  font-weight: 600;
  color: #fff !important;
}

.whiteborderbtn:hover {
  background: #fff !important;
  color: #5d5d5d !important;
}

.button_xlarge.whiteborderbtn {
  border: #fff 2px solid !important;
}

/* Blue border */
.blueborderbtn,
.blueborderbtn:active,
.blueborderbtn:visited {
  background: none !important;
  border: #4073B5 2px solid;
  color: #4073B5;
}

.blueborderbtn:hover {
  border-color: #345E95;
  color: #345E95;
}

/* Disabled */
.ac_button.disabled,
.ac_button.disabled:visited,
.ac_button.disabled:hover {
  background: #E1E1E1 !important;
  color: #fff !important;
  cursor: default !important;
}

/* More info / small call to action */
.ac_more,
.ac_more:active,
.ac_more:visited {
  display: inline-block;
  padding: 6px 12px;
  background: #f0f0f0;
  color: #6c6c6c !important;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.ac_more:hover {
  background-color: #eaeaea;
}

.ac_more.more span:after {
  font-family: "ac-icons";
  content: "m";
  margin-left: 6px;
  font-size: 10px;
}

.ac_more.less span:after {
  font-family: "ac-icons";
  content: "n";
  margin-left: 6px;
  font-size: 10px;
}

/* Dropdown button aka Multi-Action Button (Overview Screen) */
.ac_multibutton {
  position: relative;
  z-index: 2;
}

.ac_multibutton .ac_button {
  padding-right: 60px !important;
  text-align: left;
}

.ac_multibutton.active .ac_button {
  border-bottom: #113b6c 1px solid !important;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.ac_multibutton .ac-icon {
  background: #23538c;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: -2px;
  top: 0;
  border-left: #113b6c 1px solid;
  padding: 20px 20px 17px 20px;
  cursor: pointer;
  line-height: 19px;
  border-radius: 0 4px 0 0;
}

.ac_multibutton .ac-icon:hover {
  background: #285993;
}

.ac_multibutton.active .ac-icon {
  background: #285993;
  border-bottom: #285993 1px solid;
}

.ac_multibutton.active .ac-icon i:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.ac_multibutton ul.hide {
  display: none !important;
}

.ac_multibutton ul {
  margin: 0;
  padding: 0;
  background: #285993;
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.ac_multibutton ul li {
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  border-bottom: #113b6c 1px solid;
}

.ac_multibutton ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px 14px 16px 26px;
}

.ac_multibutton ul li a:hover {
  background: #23538c;
}

.ac_multibutton ul li:last-child {
  border-bottom: none;
}

.ac_multibutton ul li:last-child a {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* Mini multi-button */
.ac_multibutton-mini {
  position: relative;
  margin-top: 4px;
}

.ac_multibutton-mini .ac_button {
  position: relative;
  right: 0;
  text-align: left !important;
  font-weight: 600;
  padding-left: 12px;
}

.ac_multibutton-mini .ac-icon {
  background: #fff;
  z-index: 1;
  border: #cacaca 1px solid;
  position: absolute;
  font-size: 11px;
  right: -3px;
  top: 0;
  padding: 15px 16px 12px;
  cursor: pointer;
  line-height: 19px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #939393;
}

.ac_multibutton-mini .ac-icon:hover,
.ac_multibutton-mini.active > .ac-icon {
  background: #f2f2f2;
}

.ac_multibutton-mini.ac_popover [class^=ac-icon]:not(.popover-trigger) {
  margin-right: 5px;
  vertical-align: baseline;
}

.ac_multibutton-mini.ac_popover [class^=ac-icon]:before {
  margin-left: 0;
}

.ac_multibutton-mini .ac_popover-menu-item .ac-icon {
  color: #939393;
}

.ac_multibutton-mini.open .ac-icon {
  background: #f2f2f2;
}

.ac_multibutton-mini.open .ac-icon:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* Mini multi action button in secondary menu */
.mini-button-top {
  margin-top: 0;
}

.mini-button-top .alt2 {
  margin-right: 0 !important;
  padding-right: 58px !important;
}

.mini-button-top .ac_button {
  position: relative;
  right: 0;
  text-align: left !important;
  font-weight: 600;
  padding-left: 12px;
}

.mini-button-top .ac-icon {
  background: transparent;
  z-index: 1;
  border: 0 none;
  border-left: #23538C 1px solid;
  position: absolute;
  font-size: 12px;
  right: -2px;
  top: 0;
  padding: 14px 26px 10px 15px;
  cursor: pointer;
  line-height: 16px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}

.mini-button-top .ac-icon:hover,
.mini-button-top.active > .ac-icon {
  background: transparent;
}

.mini-button-top.active > .ac-icon {
  padding: 13px 26px 11px 15px;
}

.mini-button-top .ac-icon:before {
  margin-left: 0;
  color: #FFF;
}

.mini-button-top.open .ac-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.mini-button-top.open .ac-icon:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*-------------------------------------------------------------------------*\
    Button group
\*------------------------------------------------------------------------*/
/* Old */
.button_group {
  margin: 0 0 10px;
  display: block;
}

.button_group .btn {
  position: relative;
  margin: 0 0 0 -5px !important;
  padding: 15px !important;
  display: inline-block;
  line-height: 12px !important;
  color: #999 !important;
  border: #ddd 1px solid !important;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
}

.button_group .btn:first-child {
  margin-left: 0 !important;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.button_group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.button_group .btn:active,
.button_group .btn.active {
  top: 0;
  color: #505050 !important;
  background: #f0f0f0 !important;
  outline: 0;
  font-weight: 600 !important;
  box-shadow: none;
}

.button_group.small .btn {
  padding: 12px !important;
  line-height: 12px !important;
  font-size: 13px;
}

/* Default */
.ac_button-group {
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
}

.ac_button-group li {
  display: inline;
}

.ac_button-group li a.button {
  font-weight: 600;
  position: relative;
  margin: 0 0 0 -5px;
  padding: 15px 15px 14px 15px;
  display: inline-block;
  line-height: 13px;
  color: #5d5d5d;
  border: #cacaca 1px solid;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
}

.ac_button-group li:first-child > a.button {
  margin-left: 0 !important;
  border-radius: 4px 0 0 4px;
}

.ac_button-group li:last-child > a.button {
  border-radius: 0 4px 4px 0;
}

.ac_button-group li a.button.active {
  z-index: 2;
  top: 0;
  color: #345E95;
  background: #E1E9F4;
  outline: 0;
  font-weight: 600;
  border: #345E95 1px solid;
}

.ac_button-group li a:hover {
  background: #f2f2f2;
}

/* Large */
.ac_button-group.large li a.button {
  padding: 18px !important;
  font-size: 15px;
}

/* Small */
.ac_button-group.small li a.button {
  padding: 12px !important;
  line-height: 12px !important;
  font-size: 13px;
}

/*-------------------------------------------------------------------------*\
   Tabs
\*------------------------------------------------------------------------*/
.ac_tab-wrapper {
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
  border-bottom: 1px #cacaca solid;
}

.ac_tab-wrapper li {
  border: none;
  display: inline-block;
  padding: 0 2px 2px 2px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.ac_tab-wrapper li.selected {
  border-left: 1px #cacaca solid;
  border-top: 1px #cacaca solid;
  border-right: 1px #cacaca solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FFFFFF;
}

.ac_tab-wrapper li a.button {
  font-weight: 600;
  position: relative;
  padding: 15px 15px 14px 15px;
  display: inline-block;
  line-height: 13px;
  color: #939393;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
}

.ac_tab-wrapper li:first-child > a.button {
  margin-left: 0 !important;
  border-radius: 4px 0 0 4px;
}

.ac_tab-wrapper li:last-child > a.button {
  border-radius: 0 4px 4px 0;
}

.ac_tab-wrapper li a.button.active {
  z-index: 2;
  top: 0;
  outline: 0;
  font-weight: 600;
  color: #5d5d5d;
}

.ac_tab-wrapper li a.button:hover {
  color: #5d5d5d;
}

/*-------------------------------------------------------------------------*\
   Slide Carousel
\*------------------------------------------------------------------------*/
.content-box {
  float: left;
  margin: 0 100px 0 0;
  width: 786px;
  min-height: 269px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
  line-height: 1.6em;
  opacity: 0.37;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.content-box.footnote-customer-story {
  margin: auto;
  float: none;
  max-width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  opacity: 1 !important;
}
.content-box.footnote-customer-story .content {
  width: 52%;
  padding-left: 0;
  padding-right: 0;
}
.content-box.footnote-customer-story .content > * {
  padding: 0 20px;
}
.content-box.slick-current {
  margin-top: -4px;
  min-height: 322px;
  opacity: 1;
  transform: scale(1.1);
}
.content-box:active, .content-box:focus {
  outline: 0 none;
}
.content-box .content {
  padding: 20px;
  width: 308px;
}
.content-box .video {
  width: 48%;
  min-height: 322px;
  background-size: cover;
}
.content-box .video .play {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 102px;
  height: 102px;
  background: black;
  border-radius: 100%;
  overflow: auto;
  cursor: pointer;
  opacity: 0.5;
}
.content-box .video .play:hover, .content-box .video .play :active {
  opactiy: 1;
}
.content-box .video .play:before {
  position: absolute;
  content: "";
  top: 28px;
  left: 38px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-left: 45px solid #FFFFFF;
  border-bottom: 24px solid transparent;
}
.content-box .video.greenfills {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/p5lo368ed_green.jpg");
}
.content-box .video.scottsflight {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/819zs8uvd_scotts.jpg");
}
.content-box .video.tetonsports {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/bp8zuwmms_teton.jpg");
}
.content-box .video.gobobber {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/qaevs2gv1_gobobber.jpg");
}
.content-box .video.mimobee {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/vxnln7xbr_mimobee.jpg");
}

@media screen and (max-width: 980px) {
  .slick-list {
    height: 332px;
  }

  .content-box {
    width: 680px !important;
    min-height: 268px !important;
  }
  .content-box .content img {
    width: 35px;
  }
  .content-box .content p {
    font-size: 14px !important;
  }
  .content-box .video {
    min-height: 268px !important;
  }
}
@media screen and (max-width: 736px) {
  .slick-list {
    height: 640px;
  }

  .content-box {
    width: 500px !important;
    height: auto !important;
  }
  .content-box .content {
    text-align: center;
    width: 100% !important;
    float: none !important;
    box-sizing: border-box;
  }
  .content-box .content .company {
    display: inline-block;
    margin: 0 auto 10px auto !important;
  }
  .content-box .content img {
    width: 35px;
  }
  .content-box .content p {
    font-size: 14px !important;
  }
  .content-box.footnote-customer-story .content {
    width: 100%;
  }
  .content-box .video {
    width: 100%;
    min-height: 268px;
    height: 367px;
  }
}
@media screen and (max-width: 380px) {
  .slick-list {
    height: 720px;
  }

  .content-box {
    width: 280px !important;
    height: auto !important;
  }
  .content-box .content .fleft {
    float: none;
    margin: 0;
  }
  .content-box .content .fleft img {
    margin: 0 auto;
  }
}
/*-------------------------------------------------------------------------*\
   Slideshow
\*------------------------------------------------------------------------*/
.slidesjs-pagination {
  float: right;
  margin-top: 10px;
  z-index: 0 !important;
  background: none;
  padding: 10px;
  border-radius: 20px;
}

.slidesjs-pagination li {
  float: left;
  list-style-type: none;
  margin: 0 4px;
}

.slidesjs-pagination li a {
  display: block;
  list-style-type: none;
  border: none;
  text-indent: -9999px;
  background: #cacaca;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

.slidesjs-pagination li a.active {
  background: #7298cd !important;
}

/*-------------------------------------------------------------------------*\
  Lightbox
\*------------------------------------------------------------------------*/
.lightbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: fadeIn;
  -moz-animation-delay: 0s;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.lightbox .lightbox-wrap {
  position: relative;
  padding: 60px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox .lightbox-wrap .close {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 40px;
  height: 40px;
  background: transparent url(https://www.activecampaign.com/prototype/images/icon-close-dark.svg) no-repeat 0 0;
  opacity: 0.4;
  cursor: pointer;
}
.lightbox .lightbox-wrap .close:hover {
  opacity: 0.8;
}
.lightbox .lightbox-wrap .lightbox-content {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: blurOut;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: blurOut;
  -moz-animation-delay: 0s;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: blurOut;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  width: 1024px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.lightbox .lightbox-wrap .lightbox-content img, .lightbox .lightbox-wrap .lightbox-content video, .lightbox .lightbox-wrap .lightbox-content div, .lightbox .lightbox-wrap .lightbox-content iframe {
  width: 100%;
  display: block;
}
.lightbox .lightbox-wrap .lightbox-content .lightbox-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  font-size: 14px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .lightbox .close {
    top: 40px !important;
    right: 40px !important;
  }
  .lightbox .lightbox-wrap {
    padding: 40px;
  }
  .lightbox .lightbox-wrap .lightbox-content {
    width: 80% !important;
  }
}
/* -------------------------------------------------------------------------*\
Pagination
\*------------------------------------------------------------------------ */
.ac_pagination {
  display: block;
  width: auto;
  font-size: 14px;
  text-align: center;
  background: #F2F2F2;
  border: #E0E0E0 1px solid;
  padding: 7px 10px 7px 10px;
  vertical-align: middle;
  border-radius: 0 0 6px 6px;
  overflow: visible;
}

.ac_pagination li {
  display: inline-block;
  list-style: none;
}
.ac_pagination li:first-child {
  margin-left: 0;
}

.ac_pagination li a,
.ac_pagination li.active span {
  position: relative;
  border-radius: 60px;
  font-weight: 600 !important;
  display: inline-block;
  padding: 3px 9px;
  margin-right: 6px;
  color: #4A4A4A;
  text-decoration: none;
}

.ac_pagination li a.next,
.ac_pagination li span.next {
  padding-right: 10px;
}

.ac_pagination li.active span {
  color: #3E70B5 !important;
  border: #3E70B5 1px solid !important;
}

.ac_pagination li.active span.prev,
.ac_pagination li.active span.next {
  color: #4A4A4A !important;
  border: 0 none !important;
}

.ac_pagination li a:hover {
  background: #D7D7D7;
}

.ac_pagination li.previous a,
.ac_pagination li.next a {
  padding: 0;
  margin: 0;
}

.ac_pagination li.previous a:hover,
.ac_pagination li.next a:hover {
  background: none;
}

.ac_pagination li.previous span,
.ac_pagination li.next span {
  color: #B1B1B1;
}

/* Drop down */
.ac_pagination .selectdropdown .dropdown_select,
.ac_pagination .selectdropdown .dropdown_menu {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #4A4A4A !important;
  border-color: #4A4A4A !important;
}

.ac_pagination .selectdropdown .dropdown_select.active {
  border-top: 1px solid #FFF !important;
}

.ac_pagination .selectdropdown .dropdown_menu {
  font-weight: 100 !important;
}

/*------------------------------------*\
    Dots
\*------------------------------------*/
.pager {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  background: #939393;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #939393;
  cursor: pointer;
}
.pager.current {
  background: rgba(0, 0, 0, 0);
  border-color: #4073b5;
  cursor: default;
}
.pager.white {
  background: transparent;
  border-color: white;
}
.pager.white.current {
  background-color: rgba(255, 255, 255, 0.37);
  border-color: rgba(255, 255, 255, 0.37);
}

/*------------------------------------*\
    Screen tips aka Walkthrough
\*------------------------------------*/
.ac_walkthrough-indicator {
  position: absolute;
  left: 0;
  z-index: 99;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.ac_walkthrough-indicator .circle1 {
  position: absolute;
  top: 11px;
  left: 11px;
  background: #AD50FF;
  border-radius: 30px;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.ac_walkthrough-indicator .circle2 {
  border: #AD50FF 3px solid;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  animation: pulsate 1.3s ease-out infinite;
  -webkit-animation: pulsate 1.3s ease-out infinite;
}

.ac_walkthrough-overlay {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.ac_walkthrough-container {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 208px;
  height: auto;
}

.ac_walkthrough-container .body {
  background: #fff;
  border-radius: 6px;
  padding: 17px;
  border: #cacaca 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ac_walkthrough-container .pointer {
  position: absolute;
}

.ac_walkthrough-container.top > .pointer {
  top: -54px;
}

.ac_walkthrough-container.bottom > .pointer {
  bottom: -54px;
}

.ac_walkthrough-container.right > .pointer {
  right: 30px;
}

.ac_walkthrough-container.left > .pointer {
  left: 30px;
}

.ac_walkthrough-container.center > .pointer {
  left: 50%;
}

.ac_walkthrough-container.top > .pointer > .line, .ac_walkthrough-container.bottom > .pointer > .line {
  width: 1px;
  background: #535353;
  height: 54px;
}

.ac_walkthrough-container .pointer .dot {
  width: 12px;
  height: 12px;
  background: #535353;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -6px;
}

.ac_walkthrough-container.bottom > .pointer .dot {
  top: initial;
  bottom: 0;
}

.ac_walkthrough-container.left.middle > .pointer > .line, .ac_walkthrough-container.right.middle > .pointer > .line {
  height: 1px;
  background: #535353;
  width: 54px;
}

.ac_walkthrough-container.left.middle > .pointer .dot {
  top: -6px;
  left: 0;
}

.ac_walkthrough-container.right.middle > .pointer .dot {
  top: -6px;
  right: 0;
  left: inherit;
}

.ac_walkthrough-container.left.middle > .pointer {
  left: -54px !important;
  top: 20px;
}

.ac_walkthrough-container.right.middle > .pointer {
  left: initial;
  right: -54px !important;
  top: 20px;
}

/*-------------------------------------------------------------------------*\
   Helper classes
\*------------------------------------------------------------------------*/
/* Margins */
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

/* Paddings */
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.center {
  margin: 0 auto;
}

.bg-defaultblue {
  background: #4073B5 !important;
}

.bg-defaultblue {
  background: #4073B5 !important;
}

.bg-darkgrey {
  background: #4e4e4e !important;
}

.bg-altgreen {
  background: #37BE9A !important;
}

.bg-lightgray {
  background: #fafafa !important;
}

.bg-lightblue {
  background: #6892CA !important;
}

.bg-lighterblue {
  background: #E1E9F4 !important;
}

.full_width {
  width: 100% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.full_height {
  height: 100% !important;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.clearit {
  clear: both;
}

.nofloat {
  float: none !important;
}

.nomargin {
  margin: 0 !important;
}

.notmargin {
  margin-top: 0 !important;
}

.nolmargin {
  margin-left: 0 !important;
}

.nobmargin {
  margin-bottom: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nolpadding {
  padding-left: 0 !important;
}

.norpadding {
  padding-right: 0 !important;
}

.nobpadding {
  padding-bottom: 0 !important;
}

.notpadding {
  padding-top: 0 !important;
}

.noborder {
  border: none !important;
}

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

.border-top {
  border-top: #cacaca 1px solid;
}

.border-blue {
  border: #345E95 1px solid;
}

.text_white {
  color: #fff !important;
}

.text_green {
  color: #60CB98 !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_capitalize {
  text-transform: capitalize;
}

.min150 {
  min-width: 150px;
}

.min200 {
  width: 200px;
}

.font_small {
  font-size: 13px;
}

.ac_block {
  display: block !important;
}

.ac_inlineblock {
  display: inline-block !important;
}

.ac_none {
  display: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}
.ac-icon {
  font-family: "ac-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.body_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.posrel {
  position: relative !important;
}

.pinned {
  position: fixed;
  top: 0;
  z-index: 3;
}

.op7 {
  opacity: 0.7;
}

.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

.valign_none {
  vertical-align: initial !important;
}

/*------------------------------------------------------------------------*\
    Adwords
\*------------------------------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/*------------------------------------------------------------------------*\
    Loading bar w/ branding
\*------------------------------------------------------------------------*/
.ac.loader {
  z-index: 10000001;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ac.loader .text {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 180px;
  margin: auto;
  height: 40px;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

/* Overlay */
.ac.loader .loadoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* The spinner */
.loading_bar {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-bottom: 6px solid rgba(45, 78, 117, 0.6);
  border-left: 6px solid rgba(45, 78, 117, 0.6);
  border-right: 6px solid #01A7C7;
  border-top: 6px solid #01A7C7;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  -ms-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  box-sizing: border-box;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ActiveCampaign symbol */
#ac-symbol {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 40px;
  width: 40px;
}

#ac-symbol.ac-icon-ac {
  padding-top: 3px;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: transition;
  -webkit-animation-timing-function: ease;
  -moz-animation-direction: normal;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: transition;
  -moz-animation-timing-function: ease;
}

#ac-symbol.ac-icon-ac:before {
  margin: 0 0 0 6px;
  line-height: 35px;
}

@-webkit-keyframes transition {
  0% {
    color: #ffffff;
  }
  25% {
    color: #aae0ea;
  }
  50% {
    color: #01a7c7;
  }
  75% {
    color: #aae0ea;
  }
  100% {
    color: #ffffff;
  }
}
@-moz-keyframes transition {
  0% {
    color: #ffffff;
  }
  25% {
    color: #aae0ea;
  }
  50% {
    color: #01a7c7;
  }
  75% {
    color: #aae0ea;
  }
  100% {
    color: #ffffff;
  }
}
/* Animated loading bar -- used in the templates */
#preload_bar_container {
  height: 20px;
  width: 160px;
  border: 1px solid #08a300;
  overflow: hidden;
  background-color: #068000;
  -webkit-border-radius: 25px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

#animate_bar.bar_line_animate {
  width: 236px;
  -moz-animation-name: bar_line_animate;
  -moz-animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: bar_line_animate;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -ms-animation-name: bar_line_animate;
  -ms-animation-duration: 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: bar_line_animate;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: bar_line_animate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#animate_bar > .bar_line {
  background-color: #08a300;
  float: left;
  width: 14px;
  height: 120px;
  margin-right: 24px;
  margin-top: -28px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-moz-keyframes bar_line_animate {
  0% {
    margin-left: -38px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bar_line_animate {
  0% {
    margin-left: -38px;
  }
  100% {
    margin-left: 0;
  }
}
@-ms-keyframes bar_line_animate {
  0% {
    margin-left: -38px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes bar_line_animate {
  0% {
    margin-left: -38px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bar_line_animate {
  0% {
    margin-left: -38px;
  }
  100% {
    margin-left: 0;
  }
}
/*-------------------------------------------------------------------------*\
   Menu animation
\*------------------------------------------------------------------------*/
@-webkit-keyframes navIn {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes navIn {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.navIn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*-------------------------------------------------------------------------*\
  Toggles
\*------------------------------------------------------------------------*/
.ac_toggle {
  font-size: 13px;
  position: relative;
  display: inline-block;
  top: 0;
  padding: 5px;
  background-color: #60CB98;
  color: #FFF;
  cursor: pointer;
  border-radius: 25px;
  text-transform: uppercase;
  /* States */
  /* Sizes */
}

.ac_toggle .handle {
  position: absolute;
  content: "";
  top: 2px;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  cursor: pointer;
  border-radius: 100%;
}

.ac_toggle input[type=radio], .ac_toggle input[type=checkbox] {
  display: none !important;
}

.ac_toggle .switch-off, .ac_toggle .switch-on {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  cursor: pointer;
  font-weight: 600;
}

.ac_toggle .switch-on span, .ac_toggle .switch-off span {
  margin: -1px;
  padding: 0;
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
}

.ac_toggle.on:hover {
  background-color: #55C28E;
}

.ac_toggle.off {
  background-color: #F37C7B;
}

.ac_toggle.off:hover {
  background-color: #E77170;
}

.ac_toggle.on .handle {
  right: 2px;
  -webkit-box-shadow: -5px 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 0 0 rgba(0, 0, 0, 0.1);
}

.ac_toggle.off .handle {
  left: 2px;
  -webkit-box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
}

.ac_toggle.on .switch-off span, .ac_toggle.off .switch-on span {
  display: none;
}

.ac_toggle .ac_toggle-disabled, .ac_toggle.disabled {
  background-color: #E0E0E0 !important;
  cursor: not-allowed !important;
}

.ac_toggle .ac_toggle-disabled .handle, .ac_toggle.disabled .handle {
  background-color: #FFF !important;
  cursor: not-allowed !important;
  -webkit-box-shadow: 0 0 transparent !important;
  -moz-box-shadow: 0 0 transparent !important;
  box-shadow: 0 0 transparent !important;
}

.ac_toggle.disabled label, .ac_toggle .ac_toggle-disabled label, .ac_toggle .ac_toggle-disabled span, .ac_toggle.disabled span {
  cursor: not-allowed !important;
}

.ac_toggle.small {
  padding: 4px;
  font-size: 11px;
}

.ac_toggle.small .handle {
  width: 19px;
  height: 19px;
}

.ac_toggle.small .switch-off, .ac_toggle.small .switch-on {
  padding: 0 7px;
}

/*-------------------------------------------------------------------------*\
   Media queries
\*------------------------------------------------------------------------*/
@media only screen and (min-width: 1800px) {
  body#enterprise .ac_subheader > .ac_content-wrapper {
    padding-top: 9% !important;
  }

  body#enterprise #subheader-vid {
    top: -520px !important;
  }

  body#about2 .ac_subheader {
    height: 530px !important;
    background-position: center -390px !important;
  }

  body#about2 #about-section-1 {
    margin-top: 400px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body#enterprise .ac_subheader {
    background: #474747 url(https://d226aj4ao1t61q.cloudfront.net/kzdyxjrmo_subhead-vid2-poster.jpg) no-repeat 0 0;
    padding-top: 28px;
    background-size: cover;
  }

  body#enterprise #subheader-vid {
    display: none !important;
    top: -120px !important;
  }

  body#enterprise #enterprise-section-3 img {
    opacity: 1 !important;
    width: 100% !important;
  }

  body#enterprise #enterprise-section-4 .ac_col.five {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-5 img {
    width: 100% !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps {
    margin: 0 auto !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps td img {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    position: relative !important;
  }

  body#enterprise #enterprise-section-8 .profile2 {
    display: none !important;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    left: 0 !important;
    background-size: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    z-index: 0 !important;
  }

  body#enterprise #enterprise-section-9 {
    text-align: center !important;
  }

  body#enterprise #enterprise-section-9 .icon {
    margin: 0 auto 15px auto !important;
  }
}
@media only screen and (max-width: 980px) {
  .mainbody > .container,
.leftbodysection,
.rightsidebar {
    display: block !important;
    float: none !important;
    width: initial !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: initial !important;
  }

  .rightsidebar .helpcategory {
    padding: 10px 20px !important;
  }

  .ac_screenshot-small-wrapper {
    top: 9.5%;
    height: 82.7%;
  }

  body#enterprise #subheader-vid {
    top: 0 !important;
  }

  body#features .ac_subheader {
    padding-top: 10% !important;
  }
}
@media only screen and (max-width: 980px) {
  html, body {
    overflow-x: hidden;
  }

  .ac_footer#footer_large {
    display: none;
  }

  .ac_footer#footer_mobile {
    display: block;
  }

  .ac_footer .ac_col {
    margin-left: 3% !important;
  }

  .ac_footer .footer-policies {
    float: none;
    text-align: center;
  }

  .ac_header-wrap {
    padding: 0;
  }

  .ac_body-wrapper {
    overflow-y: auto;
    height: calc(100vh - 115px);
    overflow-x: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    transition: all 0.2s ease-in;
  }

  .ac_header {
    padding: 15px !important;
    background: #345e95 !important;
  }

  .ac_header-wrap #head-logo img {
    margin: 0;
  }

  #ac_header-nav {
    display: none;
  }

  .ac_header-wrap .hamburger {
    display: block;
  }

  .text-large {
    font-size: 16px;
  }

  #contact .contact-rightcol {
    margin-left: 0 !important;
    width: 32% !important;
  }

  .ac_col {
    margin-top: 0 !important;
  }

  .ac_screenshot-small-header .ac-icon-dot-3 {
    font-size: 44px;
    padding: 8px 0;
  }

  body#automation #automation-section-4 .ac_col.one img, body#email #email-section-5 .ac_col.one img, body#crm #crm-section-5 .ac_col.one img {
    width: 60px;
  }

  body#services .services-grid {
    width: 100%;
  }

  body#enterprise .ac_subheader {
    position: relative !important;
  }

  body#enterprise .ac_header {
    background: #345e95 !important;
  }

  body#enterprise .ac_header .ac_header-wrap {
    border-bottom: 0 !important;
  }

  body#enterprise #enterprise-section-1 {
    margin-top: 0 !important;
  }

  body#enterprise #enterprise-section-1 img {
    width: 80% !important;
  }

  body#enterprise #enterprise-section-2 img {
    width: 80% !important;
    margin-bottom: 20px;
  }

  body#enterprise #enterprise-section-3 img {
    opacity: 1 !important;
    width: 90% !important;
  }

  body#enterprise #enterprise-section-4 .ac_col.five {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-5 img {
    width: 80% !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps {
    margin: 0 auto !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps td img {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-7 img {
    width: 90% !important;
    margin-bottom: 20px;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    position: relative !important;
  }

  body#enterprise #enterprise-section-8 .profile2 {
    display: none !important;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    left: 0 !important;
    background-size: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    z-index: 0 !important;
  }

  body#enterprise #enterprise-section-9 .icon {
    margin: 0 auto 15px auto !important;
  }

  body#resellers .ac_subheader {
    position: relative !important;
  }

  body#resellers .ac_header {
    background: #345e95 !important;
  }

  body#resellers .ac_subheader .reseller_hero-screenshot {
    height: 287px;
  }

  body#resellers .ac_subheader .reseller_hero-screenshot .frame {
    background-size: 100% !important;
  }

  body#resellers .ac_subheader .reseller_hero-screenshot .frame .screen {
    max-width: 90%;
  }

  body#resellers .ac_subheader .ac_walkthrough-indicator {
    display: none;
  }

  body#resellers #resellers-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#resellers #resellers-section-2 .discount_machine > .price > .value {
    font-size: 46px !important;
  }

  body#resellers #resellers-section-2 .discount_machine > .price {
    padding: 7% !important;
    width: 31%;
  }

  body#partner-affiliate .ac_subheader {
    position: relative !important;
  }

  body#partner-affiliate .ac_header {
    background: #345e95 !important;
  }

  body#partner-affiliate #affiliate-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#partners .ac_subheader {
    position: relative !important;
  }

  body#partners #partners-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#partners .ac_subheader > .ac_content-wrapper {
    padding-top: 120px !important;
  }

  body#community .ac_subheader {
    position: relative !important;
  }

  body#community #community-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#community #community-section-1 .ac_col.four {
    margin-bottom: 40px;
  }

  body#community .ac_subheader > .ac_content-wrapper {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }

  body#community .ac_subheader .ac_town {
    background-position: center center !important;
    margin-top: 40px;
    background-size: 100% !important;
  }

  body#events .ac_subheader {
    position: relative !important;
  }

  body#events .ac_header {
    background: #345e95 !important;
  }

  body#events #events-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#features .ac_subheader {
    position: relative !important;
  }

  body#features #features-section-1 {
    margin-top: 0 !important;
    height: auto !important;
  }

  body#about2 .ac_subheader {
    position: relative !important;
    height: 330px !important;
    background-position: center -80px !important;
  }

  body#about2 #about-section-1 {
    margin-top: -50px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card {
    width: 130px !important;
    height: 153px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image {
    width: 130px !important;
    height: 130px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image img {
    width: 130px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front, body#about2 #about-section-2 .team_members .team_member .team_member-card .back {
    width: 130px !important;
    height: 153px !important;
  }
}
@media only screen and (max-width: 645px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    text-align: center;
  }

  .ac_sub-title {
    font-size: 18px;
  }

  .text-medium {
    font-size: 14px !important;
  }

  .ac_list-medium li, .ac_list-medium-disc li {
    font-size: 14px !important;
  }

  .ac_footer .ac_col {
    margin-left: 2% !important;
  }

  .footer-search #searchinput {
    float: left;
  }

  .footer-search button {
    margin-top: 2px;
  }

  body#pricing .pricing-col {
    width: 100% !important;
    text-align: center;
  }

  body#pricing .pricing-container, #pricing-custom {
    position: relative !important;
    top: 20px !important;
    left: 0;
    right: initial;
    width: 100% !important;
  }

  #contact .contact-rightcol {
    width: 42% !important;
  }

  body#automation #automation-section-4 .ac_col.one img, body#email #email-section-5 .ac_col.one img, body#crm #crm-section-5 .ac_col.one img {
    width: 60px;
  }

  .ac_screenshot-small-wrapper {
    height: 54.2% !important;
    top: 6.5%;
    left: 0.47%;
  }

  body#training #training-section-2-1 .scroll-container {
    overflow-x: scroll;
  }

  .ac_api-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .ac_quote {
    margin-bottom: 60px;
  }

  body#about2 .ac_subheader {
    position: relative !important;
    height: 250px !important;
    background-position: center -10px !important;
  }

  body#about2 #about-section-1 {
    margin-top: -80px !important;
  }

  body#about2 #about-section-1 .top-description {
    font-size: 18px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card {
    width: 100px !important;
    height: 118px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image {
    width: 100px !important;
    height: 100px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image img {
    width: 100px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front, body#about2 #about-section-2 .team_members .team_member .team_member-card .back {
    width: 100px !important;
    height: 118px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .name {
    font-weight: 600;
    padding: 4px 0 0 0 !important;
  }

  body#job .job-header {
    margin-top: 40px;
    padding: 20px 0 !important;
  }

  body#job .ac_col.four {
    display: none !important;
  }

  body#job .ac_col.eight {
    width: 100% !important;
  }

  body#job .ac_col.eight img {
    width: 100%;
  }

  body#job .job-mobile {
    display: block !important;
  }
}
/* Generic small screens */
@media only screen and (max-width: 568px) {
  html {
    -webkit-text-size-adjust: none;
  }

  .ac_header-wrap .head-logo {
    margin: 8px 0 0 0;
  }

  .ac_content-wrapper {
    padding: 40px 10px !important;
  }

  .notpadding {
    padding-top: 0 !important;
  }

  .nobpadding {
    padding-bottom: 0 !important;
  }

  .ac_header-nav li a {
    font-size: 18px !important;
  }

  h1 {
    font-size: 25.5px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 21.25px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  .fleft, .fright {
    float: none !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .text-large {
    font-size: 16px;
  }

  .text_left {
    text-align: center !important;
  }

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

  #plan-compare .text_left {
    text-align: left !important;
  }

  .ac_sub-title {
    font-size: 16.5px;
    margin-bottom: 15px !important;
  }

  .ac_col {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .ac_separator-h {
    margin: 10px 0 !important;
  }

  .ac_screenshot-small {
    margin: 0 auto 40px auto;
    height: 220px;
  }

  .footer-nav {
    display: none;
  }

  .ac_footer-mobile-nav {
    display: block;
  }

  #contact .contact-rightcol {
    position: relative !important;
    width: 100% !important;
    margin-top: 80px !important;
  }

  #contact .contact-rightcol h5 {
    text-align: center !important;
  }

  #contact .contact-rightcol li {
    text-align: center !important;
  }

  #contact .contact-rightcol-section .ac-icon {
    float: none !important;
  }

  #contact .ac_button-group .button {
    min-width: initial !important;
    padding: 15px 12px 14px 12px !important;
    font-size: 13px !important;
  }

  body#apps .slidesjs-pagination {
    display: none;
  }

  body#apps .ac_app-container {
    width: 100% !important;
    padding: 20px !important;
    text-align: center !important;
    float: none !important;
    margin-left: 0 !important;
  }

  body#apps .ac_app-list {
    margin-top: 40px !important;
  }

  body#apps #top_screenshot, body#email #top_screenshot, body#automation #top_screenshot, body#crm #top_screenshot {
    margin: 0 auto -11px 0 !important;
  }

  body#login .ac_loginbox .ac_button {
    width: 100% !important;
  }

  body#reseller #resell-section-1 #join-button {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  body#reseller #resell-section-2 {
    margin-bottom: 120px;
  }

  body#reseller #resell-section-2 .ac_col {
    height: 150px !important;
  }

  body#reseller #resell-section-2 .ac_col.three.last {
    height: 300px !important;
  }

  body#reseller #resell-section-2 .ac_col img {
    width: 40% !important;
  }

  body#reseller #resell-section-4 .ac_col {
    height: auto !important;
  }

  body#partner-consultant .ac_subheader.partner > .ac_content-wrapper {
    margin-top: 49px !important;
  }

  body#partner-consultant #referrals-partner-section-3,
body#partner-consultant #referrals-partner-section-5 {
    background-color: #FFFFFF !important;
  }

  body#partner-consultant #referrals-partner-section-1,
body#partner-consultant-apply .ac_body-wrapper {
    background-size: contain !important;
  }

  body#partner-consultant-apply .ac_content-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body#partner-consultant-apply #select-country * {
    text-align: left !important;
  }

  body#partner-consultant-apply label {
    text-align: left !important;
  }

  body#splittest #splittest-section-3 .ac_screenshot-small {
    margin-bottom: 0 !important;
  }

  body#splittest #splittest-section-3 .ac_line-vertical.left, body#splittest #splittest-section-3 .ac_line-vertical.right {
    margin-left: 0 !important;
  }

  body#splittest #splittest-section-3 .ac_cols-wrapper .ac_col:first-child {
    margin-bottom: 40px !important;
  }

  .ac_screenshot-small-wrapper {
    height: 83.6% !important;
    top: 10.2%;
    left: 0.47%;
  }

  .ac_screenshot-small .slidesjs-pagination {
    bottom: -80px !important;
  }

  body#training #training-section-3-1 ul li {
    margin-right: 25px;
  }

  body#training #training-section-3-1 ul li .training-pic img {
    width: 50px;
  }

  body#training #training-section-3-1 ul li .training-pic {
    width: 50px !important;
    height: 50px !important;
  }

  body#support .support-subhead .ac_input-support {
    width: 100% !important;
    margin-bottom: 20px;
  }

  body#support .support-subhead .ac_button {
    display: none;
  }

  body#support .support-subhead {
    padding-bottom: 40px !important;
  }

  body#support #support-section-2-1 .ac_col.seven {
    border-right: none !important;
  }

  body#help .help-subhead .ac_input-search input {
    width: 100% !important;
  }

  body#help .help-subhead .ac_content-wrapper {
    padding-top: 40px !important;
  }

  body#help .help-subhead h3 {
    margin-bottom: 15px !important;
  }

  body#help .single.help > h2 {
    text-align: center !important;
  }

  body#api .api-doc-subhead h3 {
    margin-bottom: 15px !important;
  }

  body#api .api-subhead {
    padding-top: 80px !important;
  }

  body#api .api-subhead .ac_col.twohalf {
    margin-bottom: 40px;
  }

  body#api .api-subscribe {
    margin-top: 40px;
  }

  .ac_api-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  body#api .api-doc-subhead .ac_input-search input {
    width: 100% !important;
  }

  body#about .user-pics {
    margin-left: initial !important;
  }

  body#kb #kb-section-2 .ac_col.twelve a, body#kb #kb-section-2 .ac_col.twelve span {
    display: block;
    float: none;
    text-align: center;
  }

  body#services .ac_button-group li a.button {
    padding: 15px 10px !important;
    font-size: 13px !important;
  }

  body#compare-inf #compare-inf-section-1-1 .ac_col.three {
    max-width: 300px !important;
    margin: 0 auto 40px auto !important;
  }

  body#compare-inf .ac_screenshot-medium {
    margin-bottom: 40px !important;
  }

  body#compare-inf #compare-inf-section-3-1 .ac_col.five .ac_list-medium-arrow {
    text-align: left !important;
  }

  .ac_screenshot-small.left, .ac_screenshot-small.right {
    float: none;
  }

  body#enterprise .ac_header {
    background: #345e95 !important;
    padding: 15px !important;
  }

  body#enterprise .ac_header .ac_header-wrap {
    border-bottom: 0 !important;
  }

  body#enterprise #enterprise-section-1 {
    margin-top: 0 !important;
  }

  body#enterprise #enterprise-section-1 img {
    width: 80% !important;
  }

  body#enterprise #enterprise-section-2 img {
    width: 80% !important;
    margin-bottom: 20px;
  }

  body#enterprise #enterprise-section-3 img {
    opacity: 1 !important;
    width: 90% !important;
  }

  body#enterprise #enterprise-section-4 .ac_col.five {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-5 img {
    width: 80% !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps {
    margin: 0 auto !important;
  }

  body#enterprise #enterprise-section-6 #ent-apps td img {
    opacity: 1 !important;
  }

  body#enterprise #enterprise-section-7 img {
    width: 90% !important;
    margin-bottom: 20px;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    position: relative !important;
  }

  body#enterprise #enterprise-section-8 .profile2 {
    display: none !important;
  }

  body#enterprise #enterprise-section-8 .profile1 {
    left: 0 !important;
    background-size: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    z-index: 0 !important;
  }

  body#enterprise #enterprise-section-9 .icon {
    margin: 0 auto 15px auto !important;
  }

  body#enterprise .ac_subheader {
    padding-top: 20% !important;
    position: relative !important;
  }

  body#enterprise .ac_subheader h1 {
    font-size: 24px !important;
    margin-bottom: 12px;
  }

  body#enterprise .ac_subheader .ac_sub-title {
    font-size: 16px !important;
  }

  body#resellers .ac_subheader h1 {
    font-size: 24px !important;
    margin-bottom: 12px;
  }

  body#resellers .ac_subheader .ac_sub-title {
    font-size: 16px !important;
  }

  body#resellers .ac_subheader {
    padding-top: 20% !important;
    position: relative !important;
  }

  body#resellers #resellers-section-1 {
    margin-top: 0 !important;
  }

  body#resellers #resellers-section-1 .ac_col.half {
    display: none;
  }

  body#resellers .reseller_hero-screenshot {
    display: none;
  }

  body#partner-affiliate .ac_subheader h1 {
    font-size: 24px !important;
    margin-bottom: 12px;
  }

  body#partner-affiliate .ac_subheader .ac_sub-title {
    font-size: 16px !important;
  }

  body#partner-affiliate .ac_subheader {
    padding-top: 20% !important;
    position: relative !important;
  }

  body#partner-affiliate #affiliate-section-1 .ac_col.half {
    display: none;
  }

  body#partners #partners-section-1 .ac_col {
    margin-top: 80px !important;
  }

  body#events .ac_subheader h1 {
    font-size: 24px !important;
    margin-bottom: 12px;
  }

  body#events .ac_subheader .ac_sub-title {
    font-size: 16px !important;
  }

  body#events .ac_subheader {
    padding-top: 20% !important;
    position: relative !important;
  }

  body#features .ac_subheader {
    padding-top: 20% !important;
    position: relative !important;
  }

  body#features #resellers-section-1 {
    margin-top: 0 !important;
  }

  body#about2 .ac_subheader {
    position: relative !important;
    height: 200px !important;
    background-position: center 0 !important;
  }

  body#about2 #about-section-1 {
    margin-top: -30px !important;
  }

  body#about2 #about-section-1 .top-description {
    font-size: 16px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card {
    width: 70px !important;
    height: 83px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image {
    width: 70px !important;
    height: 70px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .image img {
    width: 70px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front, body#about2 #about-section-2 .team_members .team_member .team_member-card .back {
    width: 70px !important;
    height: 83px !important;
  }

  body#about2 #about-section-2 .team_members .team_member .team_member-card .front .name {
    padding: 2px 0 0 0 !important;
    font-size: 12px !important;
  }

  body#about2 #about-section-5 ul {
    float: none !important;
    width: 100%;
  }

  body#about2 #about-section-5 ul:last-of-type {
    margin-left: 0 !important;
  }

  body#about2 #about-section-5 ul li {
    text-align: center !important;
    margin-bottom: 29px !important;
    line-height: auto !important;
  }

  body#about2 #about-section-5 ul li img {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body#about2 #about-section-6 .quote_wrapper ul li .photo {
    width: 60px !important;
    height: 60px !important;
  }

  body#about2 #about-section-6 .quote_wrapper ul li .photo img {
    width: 60px !important;
  }

  body#about2 #about-section-6 .quote_wrapper ul li p.name {
    font-size: 16px !important;
  }

  body#about2 #about-section-6 .quote_next, body#about2 #about-section-6 .quote_prev {
    z-index: 3 !important;
    background-size: 14px !important;
    padding: 10px 5px !important;
    margin-top: 0 !important;
    top: initial !important;
    bottom: 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .text_left {
    text-align: center !important;
  }

  .ac_sub-title {
    margin-bottom: 15px !important;
  }

  #hero-screen {
    min-height: 204px !important;
  }

  #plan-compare table tr td {
    font-size: 13px;
  }

  .ac_screenshot-small .slidesjs-pagination {
    bottom: -50px !important;
  }
}
/* iPhone */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .side-menu {
    margin-left: -233px;
  }

  .ac_content-wrapper {
    padding: 40px 10px !important;
  }

  .notpadding {
    padding-top: 0 !important;
  }

  .nobpadding {
    padding-bottom: 0 !important;
  }

  .ac_col {
    float: none;
    width: 100% !important;
    text-align: center !important;
  }

  .ac_header-wrap {
    padding: 0 !important;
  }

  .ac_header-wrap #head-logo {
    text-align: left !important;
    float: left !important;
    padding: 0;
    width: 200px !important;
  }

  .ac_header-wrap #head-logo img {
    width: 180px;
  }

  .ac_header-wrap .ac_header-nav-control {
    float: right;
    margin-top: -4px;
  }

  #ac_header-nav {
    width: 233px !important;
    z-index: 3;
  }

  .ac_header-nav li a {
    font-size: 18px !important;
  }

  #hero-screen {
    min-height: 174px !important;
  }

  h1 {
    font-size: 25.5px !important;
  }

  h3 {
    font-size: 20.25px;
  }

  .ac_sub-title {
    font-size: 16.5px;
    margin-bottom: 15px;
  }

  .ac_separator-h {
    margin: 10px 0 !important;
  }
}
@media only screen and (max-height: 320px) {
  .ac_header-nav ul li {
    margin-bottom: 12px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
  }

  #ac_header-nav {
    width: 233px !important;
  }

  .side-menu {
    margin-left: -233px;
  }

  .ac_header-nav ul li {
    margin-bottom: 12px;
  }

  .ac_screenshot-small-wrapper {
    height: 83.6% !important;
    width: 95%;
    top: 11.2%;
    left: 0.47%;
  }

  .ac_screenshot-small {
    margin: 0 auto 40px auto;
    height: 324px;
  }
}

/*# sourceMappingURL=global.css.map */
