/*
 * Create breakpoints
 * @include breakpoint {} defaults to the $size_site-medium breakpoint
 * @include breakpoint( $size_site-large ) {}
 */
/*
 * Retina display media query
 */
/*
 * Call appropriate font with optional size parameter
 * @include font( {font-name}, {font-size-in-pixels} )
 */
/*
 * Calculate letter spacing from Photoshop tracking (px)
 * photoshop-tracking(px) * font-size(px) / 1000 = letter-spacing(px)
 * example:  letter-spacing: ps-tracking(150, 12);
 */
body,
button,
input,
select,
textarea {
  font-family: "proxima-nova", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #282c31;
  font-family: "filson-soft", sans-serif;
  font-weight: 300; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-bottom: none;
    font-family: "filson-soft", sans-serif; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      border-bottom: none; }

p,
li {
  color: #282c31;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6; }
  @media only screen and (min-width: 768px) {
    p,
    li {
      line-height: 1.73; } }

.cp-intro-paragraph p {
  font-size: 2.4rem;
  line-height: 1.35; }
  .cp-intro-paragraph p b,
  .cp-intro-paragraph p strong {
    font-style: italic; }

pre {
  border: none; }

html {
  font-family: "proxima-nova", sans-serif; }

html,
body {
  overflow-x: hidden; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

blockquote,
q {
  margin: 30px 0 30px 20px;
  position: relative;
  padding: 20px 20px 20px 30px; }
  blockquote:before,
  q:before {
    background-image: url(../../images/icon-quote-pretty-links.png);
    background-size: 100% 100%;
    border: 0.4rem solid #ffffff;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: -20px;
    position: absolute;
    top: 16px;
    width: 40px; }
  @media only screen and (min-width: 768px) {
    blockquote,
    q {
      float: left;
      margin: 10px 30px 20px 0;
      width: 40%; } }

blockquote,
blockquote p,
q {
  border-left: none;
  color: #787c81;
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1.75; }
  @media only screen and (min-width: 768px) {
    blockquote,
    blockquote p,
    q {
      font-size: 1.9rem;
      line-height: 1.56; } }

a {
  color: #06429e;
  font-family: "proxima-nova", sans-serif;
  transition: all 0.5s ease-in-out;
  font-weight: 800; }
  a:hover, a:focus, a:active {
    color: #0282c8;
    text-decoration: none; }

h1 {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.19; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 5.2rem;
      font-weight: 200;
      line-height: 1.08; } }

h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.33; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 3.2rem;
      line-height: 1.14;
      padding-top: 15px;
      padding-bottom: 5px; } }

h3 {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.24; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 2.8rem;
      line-height: 1.11;
      padding-top: 10px;
      padding-bottom: 5px; } }

h4 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.33; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 2.1rem;
      font-weight: 300;
      line-height: 1.21;
      padding-top: 5px;
      padding-bottom: 2px; } }

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.38; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1.27;
      padding-top: 3px;
      padding-bottom: 1px; } }

h6 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.47; }

p b,
p strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700; }

p a:hover {
  color: #0fbab3; }

.fl-module-button .fl-button {
  border-radius: 2.5rem !important;
  font-family: "filson-soft", sans-serif;
  padding: 15px 54px !important;
  transition: background 0.5s ease-in-out; }
  .fl-module-button .fl-button span {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem; }

.fl-module-button.teal .fl-button {
  background: #1fd1cc !important;
  border: none !important; }
  .fl-module-button.teal .fl-button span {
    color: #ffffff; }
  .fl-module-button.teal .fl-button:hover {
    background: #0fbab3 !important; }
  .fl-module-button.teal .fl-button:focus {
    background: #1fd1cc !important;
    opacity: 0.8; }
  .fl-module-button.teal .fl-button:visited {
    background: initial; }

.fl-module-button.orange .fl-button {
  background: #ff9c00;
  border: none !important;
  border-radius: 2.5rem !important; }
  .fl-module-button.orange .fl-button span {
    color: #ffffff; }
  .fl-module-button.orange .fl-button:hover {
    background: #E67700; }
  .fl-module-button.orange .fl-button:focus {
    background: #E67700; }
  .fl-module-button.orange .fl-button:visited {
    background: initial; }

.fl-module-button.white .fl-button {
  background: #ffffff;
  box-shadow: 5px 9px 19px 1px rgba(6, 66, 158, 0.3); }
  .fl-module-button.white .fl-button span {
    color: #06429e;
    text-shadow: 5px 9px 19px rgba(6, 66, 158, 0.3); }
  .fl-module-button.white .fl-button:hover {
    background: #ffffff;
    box-shadow: 5px 9px 19px 1px rgba(6, 66, 158, 0.6); }
    .fl-module-button.white .fl-button:hover span {
      color: #ff9c00;
      text-shadow: 5px 9px 19px tgba(6, 66, 158, 0.6); }
  .fl-module-button.white .fl-button:focus {
    background: #ffffff;
    box-shadow: 5px 9px 19px 1px rgba(6, 66, 158, 0.1); }
    .fl-module-button.white .fl-button:focus span {
      text-shadow: 5px 9px 19px tgba(6, 66, 158, 0.1); }
  .fl-module-button.white .fl-button:visited {
    background: initial; }

.cp-button {
  background: #0282c8;
  border: none !important;
  color: #ffffff;
  font-family: "filson-soft", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 15px 34px;
  transition: background 0.5s ease-in-out;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .cp-button {
      padding: 15px 54px; } }
  .cp-button:hover {
    background: #01aae9 !important;
    color: #ffffff;
    text-decoration: none; }
  .cp-button:focus {
    background: #0098e4 !important;
    color: #ffffff;
    text-decoration: none; }
  .cp-button:visited {
    background: initial;
    color: #ffffff;
    text-decoration: none; }

.button {
  border-bottom: none; }

.bookmark_btn {
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: auto; }

.bookmark_btn a {
  display: inline-block;
  background: #ff9c00;
  border-radius: 80px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  position: relative;
  font-weight: bold; }

.bookmark_btn a:hover {
  text-decoration: none;
  background: #f79750; }

.addeventatc_icon {
  display: none; }

.addeventatc_dropdown .frs a,
.addeventatc_dropdown.addeventatc-selected span {
  color: #333 !important;
  text-shadow: none !important; }

.bookmark_btn a.addeventatc {
  font-family: inherit !important;
  border: none !important;
  box-shadow: none !important; }

.bookmark_btn a.addeventatc:hover {
  -ms-transform: none !important;
      transform: none !important;
  transition: none !important;
  font-size: 16px !important; }

.bookmark_btn a.addeventatc:focus {
  text-decoration: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #1fd1cc;
  border: none !important;
  border-radius: 2.5rem;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  margin: 10px auto 0;
  padding: 15px 54px;
  transition: background 0.5s ease-in-out; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #0fbab3; }
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background: #1fd1cc;
    opacity: 0.8; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea,
.form-control {
  background: #ffffff;
  border: 2px solid #c3e9ec;
  border-radius: 4px;
  color: #282c31;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 10px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  select:focus,
  textarea:focus,
  .form-control:focus {
    border-color: #1fd1cc; }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  select.wpcf7-not-valid,
  textarea.wpcf7-not-valid,
  .form-control.wpcf7-not-valid {
    border-color: #fd4261; }
  input[type="text"].has-text,
  input[type="email"].has-text,
  input[type="url"].has-text,
  input[type="password"].has-text,
  input[type="search"].has-text,
  select.has-text,
  textarea.has-text,
  .form-control.has-text {
    border-color: #a8acb1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
  color: #282c31;
  height: 52px;
  padding-left: 16px;
  padding-right: 16px; }

textarea {
  padding: 18px 16px; }

label {
  color: #282c31;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  margin-top: 30px;
  width: 100%; }
  label .required {
    color: red;
    font-style: italic;
    font-weight: 400;
    margin-left: 10px;
    text-transform: none; }

@media only screen and (min-width: 768px) {
  .wpcf7-form p label {
    float: left;
    margin-right: 30px;
    width: calc(50% - 15px); }
    .wpcf7-form p label.textarea {
      margin-bottom: 30px;
      width: 100%; } }

@media only screen and (min-width: 768px) {
  .wpcf7-form p:nth-child(2n - 1) label {
    margin-right: 0; } }

.wpcf7-validation-errors {
  border-color: #fd4261 !important;
  color: #282c31;
  font-family: "proxima-nova", sans-serif;
  font-size: 2rem; }

.wpcf7-response-output {
  font-size: 2.5rem; }

.select2-container {
  margin-top: 10px !important;
  width: 100%; }
  .select2-container.has-text .select2-choice {
    border-color: #a8acb1 !important; }
  .select2-container.select2-dropdown-open .select2-arrow {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .select2-container.select2-dropdown-open .select2-choice {
    border-color: #1fd1cc !important; }
  .select2-container.select2-container-active .select2-choice {
    box-shadow: none !important; }
  .select2-container .select2-choice {
    background: #ffffff !important;
    border: 2px solid #c3e9ec !important;
    border-radius: 4px !important;
    color: #282c31 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    height: 52px !important;
    letter-spacing: normal;
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-transform: none;
    width: 100%; }
    .select2-container .select2-choice .select2-arrow {
      background-color: transparent !important;
      background-image: url(../../images/icon-angle-down.svg) !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: 100% auto !important;
      border-left: none !important;
      margin-right: 14px;
      width: 30px !important; }
    .select2-container .select2-choice span {
      color: #282c31 !important;
      padding-top: 10px; }

.select2-drop {
  border: 2px solid #1fd1cc !important;
  border-radius: 0 0 4px 4px !important;
  border-top: none !important;
  margin-top: -10px !important; }

@media only screen and (min-width: 1024px) {
  .logo-gallery {
    margin: 20px auto 0;
    width: 80%; } }

.logo-gallery .fl-mosaicflow-col {
  float: none; }
  @media only screen and (min-width: 1024px) {
    .logo-gallery .fl-mosaicflow-col {
      float: left; } }

.logo-gallery .fl-mosaicflow-item {
  margin-bottom: 35px; }
  @media only screen and (min-width: 1024px) {
    .logo-gallery .fl-mosaicflow-item {
      float: left;
      margin-left: 0;
      width: 50%; }
      .logo-gallery .fl-mosaicflow-item:nth-child(2n) {
        margin-top: 60px; }
      .logo-gallery .fl-mosaicflow-item:nth-child(2n-1) {
        margin-top: -20px; } }

.cp-testimonials-background {
  background-image: url(../../images/cp-memberpress-header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  height: calc(100% - 60px);
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 50px;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: 1; }
  @media only screen and (min-width: 1800px) {
    .cp-testimonials-background {
      background-size: cover; } }

@media only screen and (min-width: 768px) {
  .fl-module-cp-testimonials > .fl-module-content {
    margin: 0; } }

@media only screen and (min-width: 1400px) {
  .fl-module-cp-testimonials > .fl-module-content {
    margin: 0 -55px; } }

.cp-testimonials {
  margin: 60px 0 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .cp-testimonials {
      border-spacing: 20px;
      display: table;
      margin: 60px -20px 16px; } }
  @media only screen and (min-width: 768px) {
    .cp-testimonials:after {
      clear: both;
      content: '';
      display: table; } }
  .cp-testimonials h2 {
    color: #ffffff;
    font-size: 3.1rem;
    margin: 0 12px 25px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .cp-testimonials h2 {
        font-size: 3.5rem; } }
    .cp-testimonials h2 i {
      font-size: 4.2rem;
      vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .cp-testimonials .slider {
      margin: 0 -20px 0; } }
  .cp-testimonials .slick-dots {
    padding-left: 0;
    text-align: center; }
    .cp-testimonials .slick-dots li {
      background: rgba(0, 0, 0, 0.2);
      display: inline-block;
      height: 4px;
      list-style: none;
      margin-right: 6px;
      padding: 0 !important;
      width: 36px; }
      .cp-testimonials .slick-dots li:before {
        display: none; }
      .cp-testimonials .slick-dots li.slick-active {
        background: #ffffff; }
      .cp-testimonials .slick-dots li:last-child {
        margin-right: 0; }
    .cp-testimonials .slick-dots button {
      display: none; }
  .cp-testimonials .testimonial {
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 25px 18px 50px;
    position: relative;
    margin-bottom: 50px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .cp-testimonials .testimonial {
        display: table-cell;
        margin-right: 20px;
        width: 33.3%; } }
    @media only screen and (min-width: 1024px) {
      .cp-testimonials .testimonial {
        padding: 40px 18px 50px; } }
    .cp-testimonials .testimonial .content {
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) {
        .cp-testimonials .testimonial .content {
          margin-bottom: 80px; } }
      .cp-testimonials .testimonial .content p {
        color: #787c81;
        font-size: 1.9rem;
        line-height: 1.5; }
    .cp-testimonials .testimonial .title {
      color: #282c31;
      font-family: "filson-soft", sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.1rem;
      line-height: 1.5;
      margin-bottom: 14px;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .cp-testimonials .testimonial .title {
          bottom: 56px;
          left: 0;
          position: absolute;
          width: 100%; } }
      .cp-testimonials .testimonial .title .author {
        font-weight: 700; }
      .cp-testimonials .testimonial .title .company {
        font-weight: 400; }
    .cp-testimonials .testimonial .headshot img {
      border: 0.4rem solid #ffffff;
      bottom: -44px;
      border-radius: 50%;
      height: 88px;
      right: calc(50% - 44px);
      position: absolute;
      width: 88px; }

.fl-module-photo.border-radius .fl-photo-img {
  border-radius: 0.5rem; }

.fl-module-photo.box-shadow .fl-photo-img {
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1); }

.fl-module-photo .fl-photo-caption {
  color: #787c81;
  font-size: 1.2rem;
  font-style: italic;
  text-align: left;
  text-overflow: initial;
  white-space: initial; }
  @media only screen and (min-width: 768px) {
    .fl-module-photo .fl-photo-caption {
      background: #ffffff;
      padding: 4px 10px 0 0;
      position: absolute;
      bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .fl-module-photo .fl-photo-caption {
      bottom: -1px; } }

.fl-module-photo .fl-photo-img {
  width: 90% !important; }
  @media only screen and (min-width: 1024px) {
    .fl-module-photo .fl-photo-img {
      width: 80% !important; } }

.fl-module-photo.cp-full-width .fl-photo-content {
  width: 100%; }

.fl-module-photo.cp-full-width img {
  margin-left: -20px;
  max-width: none !important;
  width: 100vw !important; }
  @media only screen and (min-width: 768px) {
    .fl-module-photo.cp-full-width img {
      margin-left: 0;
      width: 100% !important; } }

.fl-module-photo.cp-full-width-no-overflow .fl-photo-content {
  margin-bottom: 60px;
  margin-top: 48px;
  width: 100%; }

.fl-module-photo.cp-full-width-no-overflow img {
  max-width: none !important;
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .fl-module-photo.cp-full-width-no-overflow img {
      margin-left: 0;
      width: 100% !important; } }

.wp-caption {
  background: transparent;
  border: none; }
  .wp-caption .wp-caption-text {
    color: #787c81;
    font-size: 1.2rem !important;
    font-style: italic;
    text-align: left; }

/**
 * Custom BB module for an image that displays video modal on click
 */
.cp-video-modal {
  margin-bottom: 60px;
  position: relative; }
  .cp-video-modal a:after {
    background-image: url(../../images/button-play.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 40px);
    position: absolute;
    width: 100px; }
    @media only screen and (min-width: 600px) {
      .cp-video-modal a:after {
        height: 110px;
        left: calc(50% - 55px);
        top: calc(50% - 40px);
        width: 110px; } }
    @media only screen and (min-width: 1024px) {
      .cp-video-modal a:after {
        height: 140px;
        left: calc(50% - 70px);
        top: calc(50% - 52px);
        width: 140px; } }
  .cp-video-modal img {
    display: block;
    height: auto;
    width: 100%; }

body.single-memberpressgroup .fl-page-nav-collapse #menu-item-533,
body.single-memberpressgroup .fl-page-nav-collapse #menu-item-13,
body.single-memberpressgroup .fl-page-nav-collapse #menu-item-535,
body.single-memberpressgroup .fl-page-nav-collapse #menu-item-1934,
body.single-memberpressgroup .fl-page-nav-collapse #menu-item-15629,
body.single-memberpressproduct .fl-page-nav-collapse #menu-item-533,
body.single-memberpressproduct .fl-page-nav-collapse #menu-item-13,
body.single-memberpressproduct .fl-page-nav-collapse #menu-item-535,
body.single-memberpressproduct .fl-page-nav-collapse #menu-item-1934,
body.single-memberpressproduct .fl-page-nav-collapse #menu-item-15629 {
  display: none !important; }

body.single-memberpressgroup .fl-page-header-logo a,
body.single-memberpressproduct .fl-page-header-logo a {
  pointer-events: none;
  cursor: default; }

@media only screen and (min-width: 768px) {
  .cp-pricing-table-row {
    margin: 60px auto; } }

@media only screen and (min-width: 768px) {
  .cp-pricing-table-row .fl-col-group > .fl-col > .fl-col-content {
    height: 100%; } }

@media only screen and (min-width: 768px) {
  .cp-pricing-table-row .fl-col-group > .fl-col > .fl-col-content > .fl-module-cp-price-table {
    height: 100%; } }

@media only screen and (min-width: 768px) {
  .cp-pricing-table-row .fl-col-group > .fl-col > .fl-col-content > .fl-module-cp-price-table > .fl-module-content {
    height: 100%;
    margin: 0 10px; } }

.fl-module-content .cp-pricing-table {
  border: 0.2rem solid #e6ecf5;
  border-radius: 0.8rem;
  margin-bottom: 4px; }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table {
      height: 100%;
      position: relative; } }
  .fl-module-content .cp-pricing-table .most-popular,
  .fl-module-content .cp-pricing-table h3,
  .fl-module-content .cp-pricing-table .quote,
  .fl-module-content .cp-pricing-table .feature-list,
  .fl-module-content .cp-pricing-table .feature-link {
    padding-left: 20px;
    padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.most-popular {
      height: calc(100% + 60px);
      margin-top: -30px; } }
  .fl-module-content .cp-pricing-table.most-popular .popular-heading {
    color: #0282c8;
    font-size: 1.5rem;
    margin: 26px 0 0;
    letter-spacing: 0.15rem;
    text-align: center;
    text-transform: uppercase; }
  .fl-module-content .cp-pricing-table.most-popular h3 {
    margin-top: 4px; }
  .fl-module-content .cp-pricing-table.most-popular .price {
    background: #06429e;
    padding: 12px 0; }
  .fl-module-content .cp-pricing-table h3 {
    color: #282c31;
    font-family: "filson-soft", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    margin: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .fl-module-content .cp-pricing-table h3 {
        font-size: 3.6rem;
        margin: 25px 0; } }
  .fl-module-content .cp-pricing-table .price {
    background: #046dba;
    padding: 8px 0;
    text-align: center; }
    .fl-module-content .cp-pricing-table .price h4 {
      color: #ffffff;
      font-family: "filson-soft", sans-serif;
      font-size: 6rem;
      font-weight: 300;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .fl-module-content .cp-pricing-table .price h4 {
          margin: 4px 0; } }
      .fl-module-content .cp-pricing-table .price h4 span {
        display: inline-block;
        vertical-align: middle; }
      .fl-module-content .cp-pricing-table .price h4 .currency {
        font-size: 2.5rem;
        margin-bottom: 20px;
        margin-right: -13px; }
      .fl-module-content .cp-pricing-table .price h4 .cents {
        font-size: 1.6rem;
        margin-top: -32px;
        margin-left: -15px; }
      .fl-module-content .cp-pricing-table .price h4 .length {
        font-size: 1.3rem;
        margin-bottom: 8px;
        margin-left: -40px;
        margin-top: 25px;
        color: #ababab; }
    .fl-module-content .cp-pricing-table .price .original-price-wrap {
      color: red;
      text-decoration: line-through;
      font-size: 2rem; }
    .fl-module-content .cp-pricing-table .price .original-price {
      color: white; }
    .fl-module-content .cp-pricing-table .price .price-savings {
      color: #fff;
      padding: 5px;
      width: 60%;
      margin: auto;
      font-size: 1.5rem;
      margin-bottom: 0;
      margin-top: 0; }
  .fl-module-content .cp-pricing-table .quote {
    color: #282c31;
    font-size: 1.5rem;
    font-style: italic;
    margin: 24px 0;
    text-align: center; }
  .fl-module-content .cp-pricing-table .action {
    border-bottom: 1px solid #e6ecf5;
    margin: 34px 20px 20px;
    padding-bottom: 30px;
    text-align: center; }
    .fl-module-content .cp-pricing-table .action .button {
      background: #ff9c00;
      border-bottom: none;
      border-radius: 2rem;
      color: #ffffff;
      display: inline-block;
      font-family: "filson-soft", sans-serif;
      font-size: 1.8rem;
      height: 40px;
      letter-spacing: 0.1rem;
      line-height: 1;
      padding: 10px 40px;
      text-transform: uppercase;
      transition: background 0.5s ease-in-out; }
      .fl-module-content .cp-pricing-table .action .button:hover, .fl-module-content .cp-pricing-table .action .button:focus {
        background: #E67700;
        text-decoration: none; }
      .fl-module-content .cp-pricing-table .action .button.disabled, .fl-module-content .cp-pricing-table .action .button.disabled:hover, .fl-module-content .cp-pricing-table .action .button.disabled:focus {
        background: #eee;
        color: #444; }
      @media only screen and (min-width: 768px) {
        .fl-module-content .cp-pricing-table .action .button {
          font-size: 1.6rem;
          line-height: 1.2;
          padding: 10px 30px; } }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table .feature-list {
      margin-bottom: 70px; } }
  .fl-module-content .cp-pricing-table .feature-list ul {
    margin-bottom: 30px;
    padding-left: 28px; }
    .fl-module-content .cp-pricing-table .feature-list ul li {
      padding: 4px 0;
      position: relative; }
      .fl-module-content .cp-pricing-table .feature-list ul li:before {
        background-image: url(../../images/icon-check-mark-filled.svg);
        background-size: 20px 20px;
        height: 20px;
        left: -28px;
        top: 8px;
        width: 20px; }
  .fl-module-content .cp-pricing-table .feature-list .additional {
    display: block; }
  .fl-module-content .cp-pricing-table .feature-link {
    border-bottom: none;
    display: block;
    font-family: "filson-soft", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase; }
    .fl-module-content .cp-pricing-table .feature-link:hover {
      color: #0fbab3; }
    @media only screen and (min-width: 768px) {
      .fl-module-content .cp-pricing-table .feature-link {
        bottom: -6px;
        position: absolute; } }
    .fl-module-content .cp-pricing-table .feature-link:after {
      background-image: url(../../images/icon-caret-right.svg);
      background-size: 10px 10px;
      content: '';
      height: 10px;
      margin-left: 5px;
      position: absolute;
      top: 5px;
      width: 10px; }

.cp-money-back {
  margin-bottom: -20px; }
  .cp-money-back .fl-module-photo .fl-module-content {
    margin: 0 auto;
    width: 65%; }
    @media only screen and (min-width: 768px) {
      .cp-money-back .fl-module-photo .fl-module-content {
        width: 85%; } }
    .cp-money-back .fl-module-photo .fl-module-content .fl-photo-content {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .cp-money-back .fl-module-photo .fl-module-content .fl-photo-content {
          text-align: left; } }
  .cp-money-back .fl-module-content h4 {
    font-size: 3rem;
    text-align: center !important; }
    @media only screen and (min-width: 768px) {
      .cp-money-back .fl-module-content h4 {
        text-align: left !important; } }

.cp-info-icon {
  background: url(../../images/icon-information.svg);
  background-size: 16px 16px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-bottom: -3px;
  width: 16px; }

.cp-info {
  background: #0282c8;
  border: 0.2rem solid #e6ecf5;
  border-radius: 0.8rem;
  bottom: 30px;
  color: #ffffff;
  display: none;
  padding: 12px;
  position: absolute;
  right: 0; }

table {
  font-family: "proxima-nova", sans-serif;
  margin: 16px 0; }
  table .clippy {
    display: none; }
  table thead th {
    border-right: 1px solid #ededed;
    text-align: center; }
  table.mosh-licenses-table th {
    border-right: none; }
  table th,
  table td {
    padding: 10px 12px !important; }

.modal {
  position: fixed;
  z-index: -1;
  left: -9999999999999px;
  opacity: 0;
  top: 0;
  transition: opacity .3s ease-in;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .modal.visible {
    opacity: 1;
    left: 0;
    z-index: 999; }
  .modal .modal-wrap {
    background-color: #fff;
    width: 90%;
    max-width: 800px; }
  .modal .close-modal {
    position: relative; }
    .modal .close-modal .close {
      position: absolute;
      right: 0;
      top: -15px;
      width: 20px;
      height: 20px;
      opacity: 0.3;
      content: " ";
      border: 1px solid #333;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .modal .close-modal .close:hover {
      opacity: 1; }
    .modal .close-modal .close:before, .modal .close-modal .close:after {
      position: absolute;
      left: 8px;
      content: ' ';
      height: 12px;
      width: 2px;
      background-color: #333; }
    .modal .close-modal .close:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .modal .close-modal .close:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .modal .modal-header {
    background-color: #f2f2f2;
    padding: 30px 10px;
    text-align: center;
    border-radius: 100%/0 0 80px 80px;
    box-shadow: 0px 6px 0px white; }
    .modal .modal-header .light-bold-heading {
      margin: 0;
      padding: 0;
      font-weight: 100;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .modal .modal-header .light-bold-heading .bold {
        font-weight: 900; }
      .modal .modal-header .light-bold-heading img {
        max-width: 30px;
        margin-right: 10px; }
  .modal .modal-body {
    padding: 20px;
    max-width: 600px;
    margin: 10px auto 20px;
    height: 470px;
    overflow-y: auto; }
  .modal .modal-processing {
    text-align: center;
    height: 470px;
    display: none;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .modal .modal-processing.visible {
      display: -ms-flexbox;
      display: flex; }
    .modal .modal-processing img {
      max-width: 100px; }
  .modal .return-link {
    margin-bottom: 20px; }
  .modal table {
    border: 1px solid #e5e5e5;
    width: 100%; }
    .modal table tr:nth-of-type(odd) {
      background-color: #f2f2f2; }
    .modal table .deactivate-col {
      text-align: right; }
      .modal table .deactivate-col .button {
        color: #fff;
        background-color: #06429e;
        padding: 3px 10px;
        border-radius: 100px;
        text-transform: uppercase;
        font-weight: 100; }
        .modal table .deactivate-col .button.disabled, .modal table .deactivate-col .fl-module-content .cp-pricing-table .action .button.disabled:hover, .fl-module-content .cp-pricing-table .action .modal table .deactivate-col .button.disabled:hover, .modal table .deactivate-col .fl-module-content .cp-pricing-table .action .button.disabled:focus, .fl-module-content .cp-pricing-table .action .modal table .deactivate-col .button.disabled:focus {
          background-color: #e5e5e5;
          pointer-events: none; }

.fl-page-nav-wrap {
  border: none; }

.fl-page-header {
  padding: 6px 0; }
  .fl-page-header a {
    border-bottom: none; }
  .fl-page-header .fl-page-header-container {
    max-width: 1600px; }
    @media only screen and (min-width: 1100px) {
      .fl-page-header .fl-page-header-container {
        width: 100%; } }
    @media only screen and (min-width: 1100px) {
      .fl-page-header .fl-page-header-container > .fl-page-header-row {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px); } }
  @media only screen and (min-width: 768px) {
    .fl-page-header {
      padding-bottom: 8px;
      padding-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .fl-page-header .fl-page-header-logo-col {
      width: 40%; } }
  @media only screen and (min-width: 1100px) {
    .fl-page-header .fl-page-header-logo-col {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) {
    .fl-page-header .fl-page-nav-col {
      width: 60%; } }
  .fl-page-header .fl-page-header-wrap {
    border: none; }
  @media only screen and (min-width: 768px) {
    .fl-page-header .fl-page-header-logo {
      padding: 0; } }
  .fl-page-header .fl-page-header-logo a {
    background: url(../../images/memberpress-logo-color.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 34px; }
    @media only screen and (min-width: 768px) {
      .fl-page-header .fl-page-header-logo a {
        height: 42px; } }
  .fl-page-header .fl-page-header-logo .fl-logo-text {
    display: none; }
  .fl-page-header .navbar-toggle {
    background: #1fd1cc !important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 36px;
    top: 20px !important;
    width: 36px !important; }
    .fl-page-header .navbar-toggle span {
      font-size: 3rem;
      line-height: 0; }
    .fl-page-header .navbar-toggle .fa-bars {
      color: #ffffff;
      font-size: 1.75rem;
      vertical-align: middle; }
  .fl-page-header .navbar-collapse {
    background: #0b1728;
    border: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9; }
    @media only screen and (min-width: 768px) {
      .fl-page-header .navbar-collapse {
        background: transparent;
        border: none;
        margin-left: 30%;
        padding-right: 20px;
        text-align: right;
        width: 70%; } }
    @media only screen and (min-width: 992px) {
      .fl-page-header .navbar-collapse {
        margin-top: -18px; } }
    .fl-page-header .navbar-collapse li {
      border-bottom: none !important;
      text-align: center; }
      .fl-page-header .navbar-collapse li.current-menu-item a {
        color: #1fd1cc !important; }
      @media only screen and (min-width: 768px) {
        .fl-page-header .navbar-collapse li.login {
          margin-left: 8px; } }
      @media only screen and (min-width: 768px) {
        .fl-page-header .navbar-collapse li.login a {
          background: #1fd1cc;
          border-radius: 1.9rem;
          color: #ffffff !important;
          margin-top: -0.2rem;
          padding: 9px 18px;
          transition: all 0.5s ease-in-out; }
          .fl-page-header .navbar-collapse li.login a:hover {
            background: #0fbab3;
            color: #ffffff !important; }
          .fl-page-header .navbar-collapse li.login a:focus {
            opacity: 0.8; } }
      .fl-page-header .navbar-collapse li a {
        font-family: "filson-soft", sans-serif;
        font-weight: 500;
        letter-spacing: 0.2rem; }
        @media only screen and (min-width: 768px) {
          .fl-page-header .navbar-collapse li a {
            color: #06429e !important;
            font-size: 1.3rem;
            padding: 14px 4px; } }
        @media only screen and (min-width: 992px) {
          .fl-page-header .navbar-collapse li a {
            padding: 8px 14px; } }
        .fl-page-header .navbar-collapse li a:hover, .fl-page-header .navbar-collapse li a:focus {
          color: #0fbab3 !important; }

.header-heading {
  color: #ffffff;
  margin-top: 0; }
  .header-heading h1.fl-heading {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
    @media only screen and (min-width: 768px) {
      .header-heading h1.fl-heading {
        margin: 40px auto 8px !important;
        width: 86%; } }

.memberpressgroup > .fl-post-header,
.fl-content > .fl-post-header,
.cp-header,
.fl-archive-header,
.page article.page .fl-post-header,
.cpmu-add-ons > .fl-post-header,
.single .fl-post .fl-post-header {
  background-image: url(../../images/cp-memberpress-header.jpg) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 600%;
  left: 50%;
  margin-bottom: 40px !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  position: relative;
  right: 50%;
  width: 100vw !important;
  z-index: -1; }
  .memberpressgroup > .fl-post-header h1.fl-heading,
  .memberpressgroup > .fl-post-header h1.fl-archive-title,
  .memberpressgroup > .fl-post-header h1,
  .fl-content > .fl-post-header h1.fl-heading,
  .fl-content > .fl-post-header h1.fl-archive-title,
  .fl-content > .fl-post-header h1,
  .cp-header h1.fl-heading,
  .cp-header h1.fl-archive-title,
  .cp-header h1,
  .fl-archive-header h1.fl-heading,
  .fl-archive-header h1.fl-archive-title,
  .fl-archive-header h1,
  .page article.page .fl-post-header h1.fl-heading,
  .page article.page .fl-post-header h1.fl-archive-title,
  .page article.page .fl-post-header h1,
  .cpmu-add-ons > .fl-post-header h1.fl-heading,
  .cpmu-add-ons > .fl-post-header h1.fl-archive-title,
  .cpmu-add-ons > .fl-post-header h1,
  .single .fl-post .fl-post-header h1.fl-heading,
  .single .fl-post .fl-post-header h1.fl-archive-title,
  .single .fl-post .fl-post-header h1 {
    margin: 0 0 2.5rem !important;
    max-width: 800px;
    padding-top: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .memberpressgroup > .fl-post-header h1.fl-heading,
      .memberpressgroup > .fl-post-header h1.fl-archive-title,
      .memberpressgroup > .fl-post-header h1,
      .fl-content > .fl-post-header h1.fl-heading,
      .fl-content > .fl-post-header h1.fl-archive-title,
      .fl-content > .fl-post-header h1,
      .cp-header h1.fl-heading,
      .cp-header h1.fl-archive-title,
      .cp-header h1,
      .fl-archive-header h1.fl-heading,
      .fl-archive-header h1.fl-archive-title,
      .fl-archive-header h1,
      .page article.page .fl-post-header h1.fl-heading,
      .page article.page .fl-post-header h1.fl-archive-title,
      .page article.page .fl-post-header h1,
      .cpmu-add-ons > .fl-post-header h1.fl-heading,
      .cpmu-add-ons > .fl-post-header h1.fl-archive-title,
      .cpmu-add-ons > .fl-post-header h1,
      .single .fl-post .fl-post-header h1.fl-heading,
      .single .fl-post .fl-post-header h1.fl-archive-title,
      .single .fl-post .fl-post-header h1 {
        margin: 0 auto 5rem !important;
        padding-top: 4rem; } }
  .memberpressgroup > .fl-post-header:after,
  .fl-content > .fl-post-header:after,
  .cp-header:after,
  .fl-archive-header:after,
  .page article.page .fl-post-header:after,
  .cpmu-add-ons > .fl-post-header:after,
  .single .fl-post .fl-post-header:after {
    background-image: url(../../images/mp-title-clip.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -6vw;
    content: "";
    height: 10vw;
    left: 0;
    position: absolute;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .memberpressgroup > .fl-post-header,
    .fl-content > .fl-post-header,
    .cp-header,
    .fl-archive-header,
    .page article.page .fl-post-header,
    .cpmu-add-ons > .fl-post-header,
    .single .fl-post .fl-post-header {
      background-position: center center;
      background-size: 120%; } }
  @media only screen and (min-width: 1400px) {
    .memberpressgroup > .fl-post-header,
    .fl-content > .fl-post-header,
    .cp-header,
    .fl-archive-header,
    .page article.page .fl-post-header,
    .cpmu-add-ons > .fl-post-header,
    .single .fl-post .fl-post-header {
      background-size: 100%; } }

.cp-header {
  z-index: 0; }

@media only screen and (min-width: 768px) {
  .memberpressgroup > .fl-post-header,
  .fl-content > .fl-post-header,
  .page > .fl-post-header {
    margin-top: 12px !important; } }

.memberpressproduct > .mp-checkout-header {
  color: #282c31 !important;
  font-size: 3.1rem !important;
  line-height: 4.1rem !important;
  font-weight: 700 !important;
  text-align: center !important; }

.header-paragraph {
  color: #ffffff; }
  .header-paragraph p {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px; }
    @media only screen and (min-width: 768px) {
      .header-paragraph p {
        margin: 0 auto 35px;
        width: 80%; } }

.cp-header {
  margin-bottom: 50px;
  padding-bottom: 50px; }
  .cp-header .fl-module-rich-text {
    margin-top: -20px; }
    @media only screen and (min-width: 768px) {
      .cp-header .fl-module-rich-text {
        margin-top: -40px; } }

.cp-laptop {
  bottom: -80px;
  margin-bottom: -30px;
  margin-top: -50px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 999; }
  @media only screen and (min-width: 600px) {
    .cp-laptop {
      bottom: -30px;
      margin: 0 auto -80px;
      width: 84%; } }
  @media only screen and (min-width: 768px) {
    .cp-laptop {
      bottom: -60px;
      margin-bottom: -80px;
      margin-top: 120px; } }
  @media only screen and (min-width: 1024px) {
    .cp-laptop {
      bottom: -80px;
      margin-bottom: -130px;
      width: 56%; } }
  .cp-laptop .laptop {
    z-index: 9; }
    @media only screen and (min-width: 768px) {
      .cp-laptop .laptop {
        margin-top: -150px; } }
    .cp-laptop .laptop:after {
      background: transparent;
      border-radius: 25%;
      box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.15);
      bottom: 0;
      content: "";
      height: 10px;
      left: 15%;
      position: absolute;
      width: 70%;
      z-index: 1; }
  .cp-laptop .inner-image img {
    height: auto;
    left: 11%;
    position: absolute;
    top: 5%;
    width: 77%; }
  .cp-laptop .inner-image a:after {
    background-image: url(../../images/button-play.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    position: absolute;
    width: 60px; }
    @media only screen and (min-width: 600px) {
      .cp-laptop .inner-image a:after {
        height: 110px;
        left: calc(50% - 55px);
        top: calc(50% - 55px);
        width: 110px; } }
  .cp-laptop.link .inner-image a:after, .cp-laptop.nothing .inner-image a:after {
    display: none; }
  .cp-laptop.nothing .inner-image a {
    cursor: default; }

.simple-layout .fl-page-header.mp-simple-header {
  background-color: #f0f0f0;
  padding: 0;
  min-height: 160px; }
  .simple-layout .fl-page-header.mp-simple-header .fl-page-header-logo a {
    background-position: center; }

.simple-layout .fl-content-full.container {
  width: 100% !important;
  max-width: 100%;
  position: relative;
  padding: 0; }
  .simple-layout .fl-content-full.container:before {
    background-image: url(../../images/mp-title-clip.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -6vw;
    content: "";
    height: 10vw;
    left: 0;
    top: calc(-5vw + 2px);
    position: absolute;
    width: 100%; }

.simple-layout.blue .fl-content-full.container:before {
  background-image: url(../../images/mp-title-clip-00479f.svg); }

.fl-page-footer-wrap {
  background: #0b1728;
  margin-top: 60px;
  padding-top: 24px;
  position: relative; }
  .fl-page-footer-wrap a {
    border-bottom: none; }
  .fl-page-footer-wrap:before {
    background-image: url(../../images/mp-footer-clip.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    height: 10vw;
    left: 0;
    position: absolute;
    top: -0.2rem;
    width: 100%;
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      .fl-page-footer-wrap:before {
        top: -1vw; } }
  .fl-page-footer-wrap .fl-page-footer {
    border-top: none; }
  .fl-page-footer-wrap .fl-page-footer-widgets {
    background: #0b1728;
    border-top: none;
    position: relative; }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-container {
      padding: 20px 20px 10px; }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row a {
      color: #ffffff;
      font-size: 1.3rem;
      transition: color 0.5s ease-in-out; }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row a:hover, .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row a:focus {
        color: #0282c8;
        text-decoration: none; }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row h4 {
      color: #06429e;
      font-size: 1.8rem; }
    @media only screen and (min-width: 768px) {
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child {
        width: 100%; } }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child aside {
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child aside {
          margin-bottom: 28px; } }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child .logo-area .logo {
      background: url(../../images/logo-memberpress-color-white.svg);
      background-position: center center;
      background-repeat: no-repeat;
      height: 80px;
      margin: 0 auto;
      width: 200px; }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child .logo-area p {
      color: #787c81;
      color: #36404e;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.12rem;
      font-weight: 700;
      letter-spacing: 0.38rem;
      margin-top: 20px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:first-child .logo-area p {
          margin-top: 18px; } }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) {
          width: 100%; } }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) aside {
        margin-bottom: 30px;
        width: 100% !important; }
        @media only screen and (min-width: 768px) {
          .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) aside {
            margin-bottom: 22px; } }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) a {
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        height: 36px;
        margin-right: 7px;
        width: 36px; }
        @media only screen and (min-width: 768px) {
          .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) a {
            text-align: center; } }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) a:last-child {
          margin-right: 0; }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) a:hover i {
          color: #0fbab3; }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) a i {
          color: #06429e;
          font-size: 1.8rem;
          line-height: 36px;
          transition: color 0.5s ease-in-out; }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(2) span {
        display: none; }
    .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) ul {
          margin-bottom: 0; } }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) li {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 2px;
        position: relative; }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) li a:hover, .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) li a:focus {
          color: #0fbab3; }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) li:after {
          background: #ffffff;
          content: '';
          height: 1rem;
          position: absolute;
          right: 0;
          top: 0.8rem;
          width: 1px; }
      .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside {
        margin: 0 auto 16px;
        max-width: 250px; }
        @media only screen and (min-width: 768px) {
          .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside {
            margin-bottom: 5px;
            max-width: none; } }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside li:last-child:after {
          display: none; }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside:first-child li:nth-child(3):after {
          display: none; }
          @media only screen and (min-width: 768px) {
            .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside:first-child li:nth-child(3):after {
              display: block; } }
        .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside:last-child li:nth-child(2):after {
          display: none; }
          @media only screen and (min-width: 768px) {
            .fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row > div:nth-child(3) aside:last-child li:nth-child(2):after {
              display: block; } }
  .fl-page-footer-wrap .fl-page-footer-container {
    padding-top: 0; }
    .fl-page-footer-wrap .fl-page-footer-container .fl-page-footer-text {
      font-family: "proxima-nova", sans-serif;
      padding-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .fl-page-footer-wrap .fl-page-footer-container .fl-page-footer-text {
          padding-bottom: 40px; } }
      .fl-page-footer-wrap .fl-page-footer-container .fl-page-footer-text span {
        color: #36404e;
        font-size: 1.1rem; }

.to-top {
  right: 7%;
  position: absolute;
  top: -17%;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .to-top {
      right: 5%;
      top: -25%; } }
  .to-top .arrow {
    background-color: #f5f8fb;
    background-image: url(../../images/icon-arrow-to-top.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: 0.6rem solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    height: 54px;
    width: 54px; }
  .to-top .text {
    height: 24px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase; }
    .to-top .text p {
      color: #06429e;
      font-size: 1.1rem;
      font-weight: 700; }

.blue .fl-page-footer-wrap {
  margin-top: 0; }
  .blue .fl-page-footer-wrap:before {
    background-image: url(../../images/mp-footer-clip-00479f.svg); }

.memberpressproduct-template-default .mp_wrapper,
.memberpressproduct-template-tmp-checkout .mp_wrapper {
  max-width: 500px !important;
  margin: auto; }
  @media only screen and (min-width: 580px) {
    .memberpressproduct-template-default .mp_wrapper,
    .memberpressproduct-template-tmp-checkout .mp_wrapper {
      width: 500px !important; } }

@media only screen and (min-width: 580px) {
  .memberpressproduct-template-default .mepr_mepr_invoice_phone,
  .memberpressproduct-template-tmp-checkout .mepr_mepr_invoice_phone {
    max-width: 235px;
    float: right; } }

@media only screen and (min-width: 580px) {
  .memberpressproduct-template-default.logged-in .mepr_mepr_invoice_phone,
  .memberpressproduct-template-tmp-checkout.logged-in .mepr_mepr_invoice_phone {
    float: none; } }

.memberpressproduct-template-default .mepr_mepr_invoice_phone .iti,
.memberpressproduct-template-tmp-checkout .mepr_mepr_invoice_phone .iti {
  width: 100%;
  margin-top: 10px; }

.memberpressproduct-template-default .mepr_mepr_invoice_phone .iti .iti__country-list .iti__country,
.memberpressproduct-template-tmp-checkout .mepr_mepr_invoice_phone .iti .iti__country-list .iti__country {
  padding: 5px; }

.memberpressproduct-template-default .mepr_mepr_invoice_phone input[type=tel],
.memberpressproduct-template-tmp-checkout .mepr_mepr_invoice_phone input[type=tel] {
  height: 52px;
  width: 100%;
  background-color: transparent; }

@media only screen and (min-width: 580px) {
  .memberpressproduct-template-default .mp-form-row.mepr_first_name,
  .memberpressproduct-template-default .mp-form-row.mepr_last_name,
  .memberpressproduct-template-default .mp-form-row.mepr_email,
  .memberpressproduct-template-default .mp-form-row.mepr_phone,
  .memberpressproduct-template-tmp-checkout .mp-form-row.mepr_first_name,
  .memberpressproduct-template-tmp-checkout .mp-form-row.mepr_last_name,
  .memberpressproduct-template-tmp-checkout .mp-form-row.mepr_email,
  .memberpressproduct-template-tmp-checkout .mp-form-row.mepr_phone {
    display: inline-block;
    max-width: 235px !important; } }

.memberpressproduct-template-default .mp-form-row.mepr_email,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_email {
  margin-left: 0; }

@media only screen and (min-width: 580px) {
  .memberpressproduct-template-default .mp-form-row.mepr_last_name,
  .memberpressproduct-template-tmp-checkout .mp-form-row.mepr_last_name {
    margin-left: 26px !important; } }

.memberpressproduct-template-default .mp_invoice .mp_price_str,
.memberpressproduct-template-default .mp-form-row.mepr_price,
.memberpressproduct-template-tmp-checkout .mp_invoice .mp_price_str,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_price {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
  font-weight: bold; }

.memberpressproduct-template-default .mp_invoice .mp_price_str strong,
.memberpressproduct-template-default .mp-form-row.mepr_price label,
.memberpressproduct-template-tmp-checkout .mp_invoice .mp_price_str strong,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_price label {
  display: none !important; }

.memberpressproduct-template-default .mp-form-row.mepr_price .mepr_crossed_out_price_wrap,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_price .mepr_crossed_out_price_wrap {
  color: #eb3223;
  text-decoration: line-through;
  display: block; }

.memberpressproduct-template-default .mp-form-row.mepr_price .mepr_crossed_out_price_wrap .mepr_crossed_out_price,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_price .mepr_crossed_out_price_wrap .mepr_crossed_out_price {
  color: #282c30;
  text-decoration: none; }

.memberpressproduct-template-default .mp-form-row.mepr_price .mepr_discount_price,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_price .mepr_discount_price {
  color: #282c30;
  display: block; }

.memberpressproduct-template-default .mepr-payment-method-desc-text p,
.memberpressproduct-template-tmp-checkout .mepr-payment-method-desc-text p {
  padding-bottom: none !important;
  margin: 0; }

.memberpressproduct-template-default .mepr-product-access-url,
.memberpressproduct-template-tmp-checkout .mepr-product-access-url {
  max-width: 500px;
  margin: auto;
  padding-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 580px) {
    .memberpressproduct-template-default .mepr-product-access-url,
    .memberpressproduct-template-tmp-checkout .mepr-product-access-url {
      width: 500px !important; } }

.memberpressproduct-template-default .mp-trust-symbols,
.memberpressproduct-template-tmp-checkout .mp-trust-symbols {
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  vertical-align: middle; }
  @media only screen and (min-width: 580px) {
    .memberpressproduct-template-default .mp-trust-symbols,
    .memberpressproduct-template-tmp-checkout .mp-trust-symbols {
      width: 500px !important; } }

.memberpressproduct-template-default .mp-trust-symbols img,
.memberpressproduct-template-tmp-checkout .mp-trust-symbols img {
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle; }

.memberpressproduct-template-default .cp-money-back,
.memberpressproduct-template-tmp-checkout .cp-money-back {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }
  .memberpressproduct-template-default .cp-money-back .fl-module-content h4,
  .memberpressproduct-template-tmp-checkout .cp-money-back .fl-module-content h4 {
    font-size: 2rem;
    font-weight: 800; }
  .memberpressproduct-template-default .cp-money-back .fl-photo-img,
  .memberpressproduct-template-tmp-checkout .cp-money-back .fl-photo-img {
    margin-top: 0;
    max-width: 150px; }
    @media only screen and (min-width: 768px) {
      .memberpressproduct-template-default .cp-money-back .fl-photo-img,
      .memberpressproduct-template-tmp-checkout .cp-money-back .fl-photo-img {
        margin-top: 25px; } }
    @media only screen and (min-width: 1024px) {
      .memberpressproduct-template-default .cp-money-back .fl-photo-img,
      .memberpressproduct-template-tmp-checkout .cp-money-back .fl-photo-img {
        width: 100% !important; } }

.memberpressproduct-template-default .mp-form-row.mepr_tos,
.memberpressproduct-template-tmp-checkout .mp-form-row.mepr_tos {
  text-align: center; }

.memberpressproduct-template-default img.mepr-loading-gif,
.memberpressproduct-template-tmp-checkout img.mepr-loading-gif {
  margin: auto;
  margin-top: 10px;
  display: block; }

.memberpressproduct-template-default .mp_wrapper .mepr-form-has-errors,
.memberpressproduct-template-tmp-checkout .mp_wrapper .mepr-form-has-errors {
  color: #eb1c26;
  margin: auto;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  background-color: #ecdfde;
  margin-top: 10px;
  display: block;
  display: none; }

.memberpressproduct-template-default .mp_wrapper .mepr-payment-method input.stripe-card-name,
.memberpressproduct-template-tmp-checkout .mp_wrapper .mepr-payment-method input.stripe-card-name {
  border-radius: 4px; }

.memberpressproduct-template-default form#mepr-signup-form h3,
.memberpressproduct-template-tmp-checkout form#mepr-signup-form h3 {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 25px; }

.memberpressproduct-template-default form#mepr-signup-form .stripe_element_input,
.memberpressproduct-template-tmp-checkout form#mepr-signup-form .stripe_element_input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 10px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px; }

.memberpressproduct-template-default .mp_wrapper .mepr-payment-methods-radios label,
.memberpressproduct-template-tmp-checkout .mp_wrapper .mepr-payment-methods-radios label {
  margin-top: 10px; }

.memberpressproduct-template-default .mpci-invoice-item-terms,
.memberpressproduct-template-tmp-checkout .mpci-invoice-item-terms {
  font-style: italic; }

.alert {
  padding: 20px;
  margin: 0 0 50px; }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert.success {
    background: #e5eeda;
    border: 1px solid #ccdeb7; }
    .alert.success p {
      color: #4e672f; }
  .alert.error {
    background: #efc1c1;
    border: 1px solid #e59898; }
    .alert.error p {
      color: #641a1a; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.fl-page {
  position: relative; }
  .fl-page .fl-module-heading {
    margin-top: 20px; }
  .fl-page .fl-page-content {
    background: transparent; }
  .fl-page .fl-content {
    margin: 20px 0; }
    @media only screen and (min-width: 992px) {
      .fl-page .fl-content {
        margin: 0; } }
    .fl-page .fl-content ul li {
      position: relative; }
    .fl-page .fl-content ul li,
    .fl-page .fl-content ol li {
      padding: 10px 0; }

.container > .row > .fl-content {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .container > .row > .fl-content {
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .container > .row > .fl-content {
      margin-top: 0; } }

.fl-module-content {
  margin-bottom: 10px;
  margin-top: 10px; }
  .fl-module-content .fl-rich-text > p {
    margin-bottom: 40px; }
    .fl-module-content .fl-rich-text > p:last-child {
      margin-bottom: 10px; }
  .fl-module-content .fl-rich-text > div + p {
    margin-bottom: -40px; }

.fl-builder-content {
  margin-top: 10px; }
  .fl-builder-content > .fl-row {
    background: #ffffff; }
    .fl-builder-content > .fl-row:first-child {
      background: transparent; }

@media only screen and (min-width: 768px) {
  .fl-post-content {
    margin-top: 16px; } }

@media only screen and (min-width: 992px) {
  .fl-post-content {
    margin-top: 0; } }

.fl-content > article:first-child .fl-post-header,
.fl-post-header.header {
  margin-bottom: 0;
  padding-bottom: 20px !important;
  padding-top: 10px !important; }
  @media only screen and (min-width: 992px) {
    .fl-content > article:first-child .fl-post-header,
    .fl-post-header.header {
      margin-top: 0 !important; } }
  .fl-content > article:first-child .fl-post-header .fl-post-title,
  .fl-content > article:first-child .fl-post-header .fl-post-title a,
  .fl-content > article:first-child .fl-post-header .fl-post-meta,
  .fl-content > article:first-child .fl-post-header .fl-post-meta a,
  .fl-post-header.header .fl-post-title,
  .fl-post-header.header .fl-post-title a,
  .fl-post-header.header .fl-post-meta,
  .fl-post-header.header .fl-post-meta a {
    color: #ffffff;
    text-align: center; }
  .fl-content > article:first-child .fl-post-header .fl-post-title a,
  .fl-content > article:first-child .fl-post-header .fl-post-meta a,
  .fl-post-header.header .fl-post-title a,
  .fl-post-header.header .fl-post-meta a {
    transition: color 0.5s ease-in-out; }
    .fl-content > article:first-child .fl-post-header .fl-post-title a:hover,
    .fl-content > article:first-child .fl-post-header .fl-post-meta a:hover,
    .fl-post-header.header .fl-post-title a:hover,
    .fl-post-header.header .fl-post-meta a:hover {
      color: #0282c8; }

body.page.parent-pageid-17527 ul {
  margin: 0; }

@media only screen and (min-width: 1100px) {
  .single-post .fl-page-content .container {
    width: 768px;
    padding-left: 0;
    padding-right: 0; } }

.single-post .fl-page-content .post-meta {
  font-style: italic;
  padding-bottom: 20px;
  padding-top: 15px; }

.single-post .fl-row .fl-row-content-wrap {
  padding-top: 0; }

@media only screen and (min-width: 1200px) {
  .single-post .fl-post-thumbnail {
    margin-left: -20px;
    max-width: none;
    width: calc(100% + 40px); } }

@media only screen and (min-width: 1300px) {
  .single-post .fl-post-thumbnail {
    margin-left: -40px;
    width: calc(100% + 80px); } }

@media only screen and (min-width: 1400px) {
  .single-post .fl-post-thumbnail {
    margin-top: 80px; } }

.single-post .prli-social-buttons {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .single-post .prli-social-buttons {
      margin-bottom: 30px !important; } }
  @media only screen and (min-width: 1400px) {
    .single-post .prli-social-buttons {
      margin-top: 37px !important;
      padding-top: 0 !important;
      position: absolute;
      left: -130px; } }
  @media only screen and (min-width: 1600px) {
    .single-post .prli-social-buttons {
      left: -150px; } }
  .single-post .prli-social-buttons li a {
    border-bottom: none;
    padding: 6px 8px !important; }
    @media only screen and (min-width: 768px) {
      .single-post .prli-social-buttons li a {
        padding: 10px 25px !important; } }
    @media only screen and (min-width: 1400px) {
      .single-post .prli-social-buttons li a {
        padding: 10px 32px !important; } }
    @media only screen and (min-width: 768px) {
      .single-post .prli-social-buttons li a i {
        font-size: 1.5rem !important; } }
    .single-post .prli-social-buttons li a:hover {
      border-bottom: none !important; }
    .single-post .prli-social-buttons li a.pl-social-email-button {
      background-color: #1fd1cc !important; }
  .single-post .prli-social-buttons li:before {
    display: none; }
  @media only screen and (min-width: 768px) {
    .single-post .prli-social-buttons li {
      margin-right: 8px !important; }
      .single-post .prli-social-buttons li:last-child {
        margin-right: 0 !important; } }
  @media only screen and (min-width: 1400px) {
    .single-post .prli-social-buttons li {
      display: block !important;
      margin-right: 0 !important;
      margin-bottom: 6px !important; } }

.single-post .post-meta {
  margin-bottom: 0px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .single-post .post-meta {
      margin-top: 16px; } }
  @media only screen and (min-width: 1024px) {
    .single-post .post-meta {
      margin-top: 22px; } }
  .single-post .post-meta .pipe {
    display: inline-block;
    margin: 0 8px; }
    @media only screen and (min-width: 768px) {
      .single-post .post-meta .pipe {
        margin: 0 16px; } }
  .single-post .post-meta.no-thumbnail {
    margin-bottom: 0; }
    @media only screen and (min-width: 1400px) {
      .single-post .post-meta.no-thumbnail {
        margin-top: 80px; } }

@media only screen and (min-width: 768px) {
  .single-post .gist-file {
    margin-left: 40px; } }

.single-post .categories-list {
  border-top: 0.1rem solid #a8acb1;
  font-size: 1.3rem;
  padding-top: 10px; }
  .single-post .categories-list a {
    border-bottom: none;
    color: #787c81; }
    .single-post .categories-list a:hover {
      color: #1fd1cc; }

.single-post .related-posts {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .single-post .related-posts {
      margin-bottom: 50px;
      margin-top: 60px; } }
  .single-post .related-posts h5 {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center; }
  .single-post .related-posts h6 {
    border-bottom: 0.1rem solid #a8acb1;
    margin: 0;
    padding: 8px 0; }
    .single-post .related-posts h6 a {
      border-bottom: none;
      color: #06429e; }
      .single-post .related-posts h6 a:hover {
        color: #1fd1cc; }
    .single-post .related-posts h6:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 768px) {
      .single-post .related-posts h6 {
        border-bottom: none;
        float: left;
        margin: 10px 0;
        padding: 0 40px 0 0;
        width: 33.33%; }
        .single-post .related-posts h6:first-child {
          padding-right: 40px; }
        .single-post .related-posts h6:nth-child(2) {
          padding-left: 40px;
          padding-right: 40px; }
        .single-post .related-posts h6:last-child {
          padding-left: 40px; }
        .single-post .related-posts h6:nth-child(n+2) {
          position: relative; }
          .single-post .related-posts h6:nth-child(n+2):before {
            background: #a8acb1;
            content: '';
            height: 50px;
            position: absolute;
            left: 0;
            top: -2px;
            width: 1px; } }
  .single-post .related-posts:after {
    clear: both;
    content: '';
    display: table; }

.single-post .about-author:after {
  clear: both;
  content: '';
  display: table; }

.single-post .about-author .avatar-outer .avatar {
  border-radius: 50%;
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px; }
  @media only screen and (min-width: 768px) {
    .single-post .about-author .avatar-outer .avatar {
      height: auto;
      margin-left: 0;
      width: 80%; } }

@media only screen and (min-width: 768px) {
  .single-post .about-author .avatar-outer {
    float: left;
    width: 28%; } }

@media only screen and (min-width: 900px) {
  .single-post .about-author .avatar-outer {
    width: 20%; } }

@media only screen and (min-width: 768px) {
  .single-post .about-author > h5,
  .single-post .about-author > p {
    float: right;
    width: 72%; } }

@media only screen and (min-width: 900px) {
  .single-post .about-author > h5,
  .single-post .about-author > p {
    float: right;
    width: 80%; } }

.single-post .fl-comments-list-title {
  margin: 40px 0 20px; }

.single-post .single-comment {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .single-post .single-comment {
      margin-left: 40px; } }
  .single-post .single-comment .name {
    color: #0282c8;
    font-size: 1.8rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .single-post .single-comment .name {
        margin-right: 10px; } }
  .single-post .single-comment .date {
    color: #787c81;
    font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .single-post .single-comment .name,
    .single-post .single-comment .date {
      display: inline-block; } }
  .single-post .single-comment .comment-content {
    border: none;
    padding: 0; }

@media only screen and (min-width: 768px) {
  .single-post .fl-comment-form .comment-field {
    float: left;
    margin-right: 20px;
    width: calc(33% - 13.33px); }
    .single-post .fl-comment-form .comment-field:nth-child(3) {
      margin-right: 0; } }

.single-post .fl-module-content {
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 768px) {
  .single-post .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0; } }

.home .fl-builder-content {
  margin-top: 0; }

.home .fl-post-header {
  display: none; }

@media only screen and (min-width: 768px) {
  .home .fl-row-content-wrap {
    padding-bottom: 50px;
    padding-top: 50px; } }

@media only screen and (min-width: 1024px) {
  .home .fl-row-content-wrap {
    padding-bottom: 90px;
    padding-top: 90px; } }

.home .cp-header {
  margin-bottom: 80px;
  padding-bottom: 50px !important; }
  @media only screen and (min-width: 768px) {
    .home .cp-header {
      margin-bottom: 100px !important; } }
  @media only screen and (min-width: 1024px) {
    .home .cp-header {
      margin-bottom: 80px !important; } }
  .home .cp-header .fl-row-content-wrap {
    padding-top: 20px; }
  .home .cp-header .fl-heading {
    margin-top: 20px !important; }
    @media only screen and (min-width: 1024px) {
      .home .cp-header .fl-heading {
        margin-top: 40px !important; } }
    .home .cp-header .fl-heading:after {
      display: none; }
  .home .cp-header .header-heading {
    margin-top: 0; }

@media only screen and (min-width: 768px) {
  .home .fl-module-cp-testimonials .cp-testimonials {
    margin-bottom: -14px;
    margin-top: 30px; } }

@media only screen and (min-width: 1024px) {
  .home .fl-module-cp-testimonials .cp-testimonials {
    margin-bottom: -54px;
    margin-top: -10px; } }

.cpmu-faq .fl-content {
  margin-top: 0; }

.cpmu-faq .faq-category {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .cpmu-faq .faq-category {
      margin-bottom: 60px; } }
  .cpmu-faq .faq-category:last-child {
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .cpmu-faq .faq-category:last-child {
        margin-bottom: 80px; } }
  .cpmu-faq .faq-category .faq-category-title {
    color: #282c31;
    letter-spacing: 0.15rem;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .cpmu-faq .faq-category .faq-single {
    border: 0.2rem solid #e6ecf5;
    border-radius: 0.8rem;
    margin-bottom: 10px;
    padding: 0px 14px;
    transition: box-shadow 0.2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .cpmu-faq .faq-category .faq-single {
        padding: 0px 18px; } }
    .cpmu-faq .faq-category .faq-single:hover {
      border-color: #dae3f1; }
    .cpmu-faq .faq-category .faq-single.open {
      border-color: #c1d0e7;
      padding-bottom: 8px; }
      .cpmu-faq .faq-category .faq-single.open .question:after {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .cpmu-faq .faq-category .faq-single .question {
      background-position: right 3px top 30px;
      background-repeat: no-repeat;
      background-size: 16px 10px;
      cursor: pointer;
      color: #06429e;
      font-size: 1.6rem;
      margin-bottom: 0;
      margin-top: 0;
      padding: 12px 30px 12px 0;
      position: relative; }
      .cpmu-faq .faq-category .faq-single .question:after {
        background-image: url(../../images/icon-arrow-faq.svg);
        background-repeat: no-repeat;
        content: '';
        height: 8px;
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        width: 16px; }
      @media only screen and (min-width: 768px) {
        .cpmu-faq .faq-category .faq-single .question {
          font-size: 1.7rem;
          padding: 16px 30px 16px 0; } }
    .cpmu-faq .faq-category .faq-single .answer {
      background: transparent;
      display: none;
      padding-bottom: 0; }

.cpmu-faq .faq-search {
  margin-bottom: 32px;
  margin-top: 40px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .cpmu-faq .faq-search {
      margin: 60px 0 60px; } }
  @media only screen and (min-width: 1024px) {
    .cpmu-faq .faq-search {
      margin-bottom: 50px;
      margin-left: 0;
      margin-right: 0; } }
  .cpmu-faq .faq-search input[type="text"] {
    border-color: #e6ecf5; }
    .cpmu-faq .faq-search input[type="text"]:focus {
      border-color: #1fd1cc; }
  .cpmu-faq .faq-search input[type="submit"] {
    background-color: transparent;
    background-image: url(../../images/icon-search.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: transparent;
    height: 100%;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }

.search-results .fl-content,
.search-no-results .fl-content {
  margin-top: 0; }

.search-results .fl-archive-header,
.search-no-results .fl-archive-header {
  height: 100%;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .search-results .fl-archive-header,
    .search-no-results .fl-archive-header {
      margin-bottom: 60px; } }
  .search-results .fl-archive-header h1,
  .search-no-results .fl-archive-header h1 {
    text-align: center; }

.search-results .fl-archive-title,
.search-no-results .fl-archive-title {
  border-bottom: none;
  color: #ffffff;
  font-size: 3rem; }

.blog .fl-content > .fl-post-header,
.category .fl-content > .fl-post-header,
.post-type-archive-cpmu-integrations .fl-content > .fl-post-header {
  margin-bottom: 60px !important; }

.blog .fl-content > article:first-child,
.category .fl-content > article:first-child,
.post-type-archive-cpmu-integrations .fl-content > article:first-child {
  margin-top: 40px; }

.blog .fl-post,
.category .fl-post,
.post-type-archive-cpmu-integrations .fl-post {
  border-bottom: 0;
  border-top: 0.4rem solid #1fd1cc;
  clear: both;
  margin-bottom: 10px;
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .blog .fl-post,
    .category .fl-post,
    .post-type-archive-cpmu-integrations .fl-post {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) {
    .blog .fl-post .fl-post-header,
    .blog .fl-post .fl-post-content,
    .category .fl-post .fl-post-header,
    .category .fl-post .fl-post-content,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-header,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-content {
      float: right;
      padding-left: 40px;
      width: 70%; } }
  @media only screen and (min-width: 1024px) {
    .blog .fl-post .fl-post-header,
    .blog .fl-post .fl-post-content,
    .category .fl-post .fl-post-header,
    .category .fl-post .fl-post-content,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-header,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-content {
      width: 75%; } }
  .blog .fl-post .fl-post-header,
  .category .fl-post .fl-post-header,
  .post-type-archive-cpmu-integrations .fl-post .fl-post-header {
    margin-bottom: 0; }
    .blog .fl-post .fl-post-header h4,
    .category .fl-post .fl-post-header h4,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-header h4 {
      margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .blog .fl-post .fl-post-content,
    .category .fl-post .fl-post-content,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-content {
      margin-bottom: 40px; } }
  .blog .fl-post .fl-post-thumb a,
  .category .fl-post .fl-post-thumb a,
  .post-type-archive-cpmu-integrations .fl-post .fl-post-thumb a {
    border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .blog .fl-post .fl-post-thumb,
    .category .fl-post .fl-post-thumb,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-thumb {
      float: left;
      margin-bottom: 60px;
      width: 30%; } }
  @media only screen and (min-width: 1024px) {
    .blog .fl-post .fl-post-thumb,
    .category .fl-post .fl-post-thumb,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-thumb {
      width: 25%; } }
  .blog .fl-post .fl-post-thumb.default,
  .category .fl-post .fl-post-thumb.default,
  .post-type-archive-cpmu-integrations .fl-post .fl-post-thumb.default {
    display: none; }
    @media only screen and (min-width: 768px) {
      .blog .fl-post .fl-post-thumb.default,
      .category .fl-post .fl-post-thumb.default,
      .post-type-archive-cpmu-integrations .fl-post .fl-post-thumb.default {
        display: block;
        padding-top: 4px; } }
  .blog .fl-post .fl-post-title,
  .category .fl-post .fl-post-title,
  .post-type-archive-cpmu-integrations .fl-post .fl-post-title {
    font-weight: 500; }
    .blog .fl-post .fl-post-title a,
    .category .fl-post .fl-post-title a,
    .post-type-archive-cpmu-integrations .fl-post .fl-post-title a {
      border-bottom: none; }
      .blog .fl-post .fl-post-title a:hover, .blog .fl-post .fl-post-title a:focus, .blog .fl-post .fl-post-title a:active,
      .category .fl-post .fl-post-title a:hover,
      .category .fl-post .fl-post-title a:focus,
      .category .fl-post .fl-post-title a:active,
      .post-type-archive-cpmu-integrations .fl-post .fl-post-title a:hover,
      .post-type-archive-cpmu-integrations .fl-post .fl-post-title a:focus,
      .post-type-archive-cpmu-integrations .fl-post .fl-post-title a:active {
        color: #1fd1cc;
        text-decoration: none; }

.blog .pagination,
.category .pagination,
.post-type-archive-cpmu-integrations .pagination {
  text-align: center;
  width: 100%; }
  .blog .pagination a,
  .blog .pagination .current,
  .category .pagination a,
  .category .pagination .current,
  .post-type-archive-cpmu-integrations .pagination a,
  .post-type-archive-cpmu-integrations .pagination .current {
    border: 0.2rem solid #1fd1cc;
    display: inline-block;
    height: 30px;
    margin: 0 1px;
    transition: all 0.5s ease-in-out;
    width: 30px; }
    @media only screen and (min-width: 500px) {
      .blog .pagination a,
      .blog .pagination .current,
      .category .pagination a,
      .category .pagination .current,
      .post-type-archive-cpmu-integrations .pagination a,
      .post-type-archive-cpmu-integrations .pagination .current {
        height: 34px;
        width: 34px; } }
    .blog .pagination a:hover, .blog .pagination a:focus,
    .blog .pagination .current:hover,
    .blog .pagination .current:focus,
    .category .pagination a:hover,
    .category .pagination a:focus,
    .category .pagination .current:hover,
    .category .pagination .current:focus,
    .post-type-archive-cpmu-integrations .pagination a:hover,
    .post-type-archive-cpmu-integrations .pagination a:focus,
    .post-type-archive-cpmu-integrations .pagination .current:hover,
    .post-type-archive-cpmu-integrations .pagination .current:focus {
      background: #1fd1cc;
      color: #ffffff;
      text-decoration: none; }
  .blog .pagination .page-numbers,
  .category .pagination .page-numbers,
  .post-type-archive-cpmu-integrations .pagination .page-numbers {
    color: #282c31;
    font-family: "filson-soft", sans-serif;
    padding-top: 2px; }
    @media only screen and (min-width: 500px) {
      .blog .pagination .page-numbers,
      .category .pagination .page-numbers,
      .post-type-archive-cpmu-integrations .pagination .page-numbers {
        padding-top: 5px; } }
  .blog .pagination .current,
  .category .pagination .current,
  .post-type-archive-cpmu-integrations .pagination .current {
    border-color: #c3e9ec;
    color: #a8acb1; }
    .blog .pagination .current:hover,
    .category .pagination .current:hover,
    .post-type-archive-cpmu-integrations .pagination .current:hover {
      background: transparent;
      color: #787c81; }
  .blog .pagination a:first-child,
  .blog .pagination a:last-child,
  .category .pagination a:first-child,
  .category .pagination a:last-child,
  .post-type-archive-cpmu-integrations .pagination a:first-child,
  .post-type-archive-cpmu-integrations .pagination a:last-child {
    font-size: 1.7rem; }
    @media only screen and (min-width: 500px) {
      .blog .pagination a:first-child,
      .blog .pagination a:last-child,
      .category .pagination a:first-child,
      .category .pagination a:last-child,
      .post-type-archive-cpmu-integrations .pagination a:first-child,
      .post-type-archive-cpmu-integrations .pagination a:last-child {
        font-size: 2rem; } }
    .blog .pagination a:first-child.disabled, .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover, .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:first-child:hover, .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:focus, .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:first-child:focus,
    .blog .pagination a:last-child.disabled,
    .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
    .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:last-child:hover,
    .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:focus,
    .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:last-child:focus,
    .category .pagination a:first-child.disabled,
    .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover,
    .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:first-child:hover,
    .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:focus,
    .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:first-child:focus,
    .category .pagination a:last-child.disabled,
    .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
    .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:last-child:hover,
    .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:focus,
    .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:last-child:focus,
    .post-type-archive-cpmu-integrations .pagination a:first-child.disabled,
    .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover,
    .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:first-child:hover,
    .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:focus,
    .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:first-child:focus,
    .post-type-archive-cpmu-integrations .pagination a:last-child.disabled,
    .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
    .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:last-child:hover,
    .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:focus,
    .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:last-child:focus {
      border-color: #c3e9ec; }
      .blog .pagination a:first-child.disabled:hover, .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover, .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:first-child:hover,
      .blog .pagination a:last-child.disabled:hover,
      .blog .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
      .fl-module-content .cp-pricing-table .action .blog .pagination a.button.disabled:last-child:hover,
      .category .pagination a:first-child.disabled:hover,
      .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover,
      .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:first-child:hover,
      .category .pagination a:last-child.disabled:hover,
      .category .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
      .fl-module-content .cp-pricing-table .action .category .pagination a.button.disabled:last-child:hover,
      .post-type-archive-cpmu-integrations .pagination a:first-child.disabled:hover,
      .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:first-child:hover,
      .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:first-child:hover,
      .post-type-archive-cpmu-integrations .pagination a:last-child.disabled:hover,
      .post-type-archive-cpmu-integrations .pagination .fl-module-content .cp-pricing-table .action a.button.disabled:last-child:hover,
      .fl-module-content .cp-pricing-table .action .post-type-archive-cpmu-integrations .pagination a.button.disabled:last-child:hover {
        background: transparent;
        cursor: text;
        color: #0282c8; }
  .blog .pagination a:first-child,
  .category .pagination a:first-child,
  .post-type-archive-cpmu-integrations .pagination a:first-child {
    margin-right: 10px; }
    @media only screen and (min-width: 500px) {
      .blog .pagination a:first-child,
      .category .pagination a:first-child,
      .post-type-archive-cpmu-integrations .pagination a:first-child {
        margin-right: 20px;
        padding-right: 2px; } }
  .blog .pagination a:last-child,
  .category .pagination a:last-child,
  .post-type-archive-cpmu-integrations .pagination a:last-child {
    margin-left: 10px; }
    @media only screen and (min-width: 500px) {
      .blog .pagination a:last-child,
      .category .pagination a:last-child,
      .post-type-archive-cpmu-integrations .pagination a:last-child {
        margin-left: 20px;
        padding-left: 2px; } }

.blog .post-meta span,
.category .post-meta span,
.post-type-archive-cpmu-integrations .post-meta span {
  color: #787c81;
  display: inline-block;
  font-family: "filson-soft", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }

.blog .post-meta .author,
.category .post-meta .author,
.post-type-archive-cpmu-integrations .post-meta .author {
  display: none; }
  @media only screen and (min-width: 768px) {
    .blog .post-meta .author,
    .category .post-meta .author,
    .post-type-archive-cpmu-integrations .post-meta .author {
      display: inline-block;
      margin: 0 20px; } }

.blog .post-meta .category,
.category .post-meta .category,
.post-type-archive-cpmu-integrations .post-meta .category {
  display: none; }
  @media only screen and (min-width: 768px) {
    .blog .post-meta .category,
    .category .post-meta .category,
    .post-type-archive-cpmu-integrations .post-meta .category {
      display: inline-block; } }
  .blog .post-meta .category a,
  .category .post-meta .category a,
  .post-type-archive-cpmu-integrations .post-meta .category a {
    border-bottom: none;
    color: #787c81;
    font-family: "filson-soft", sans-serif;
    font-weight: 500; }
    .blog .post-meta .category a:hover, .blog .post-meta .category a:focus,
    .category .post-meta .category a:hover,
    .category .post-meta .category a:focus,
    .post-type-archive-cpmu-integrations .post-meta .category a:hover,
    .post-type-archive-cpmu-integrations .post-meta .category a:focus {
      color: #1fd1cc;
      text-decoration: none; }

.single-cpmu-add-ons .fl-content.col-md-12 {
  margin-top: 0; }

.single-cpmu-add-ons .fl-post-header {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .single-cpmu-add-ons .fl-post-header {
      margin-top: 12px; } }

.single-cpmu-add-ons .fl-builder-content {
  margin-top: 20px; }
  @media only screen and (min-width: 1024px) {
    .single-cpmu-add-ons .fl-builder-content {
      margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:first-child {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:first-child {
    width: 66.67%; } }

@media only screen and (min-width: 1024px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:first-child .fl-module-content {
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child {
    display: table;
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child {
    display: block;
    width: 33.33%; } }

@media only screen and (min-width: 768px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child .fl-col-content {
    margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child .fl-col-content {
    margin-left: 40px; } }

@media only screen and (min-width: 1200px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child .fl-col-content {
    margin-left: 60px; } }

@media only screen and (min-width: 1600px) {
  .single-cpmu-add-ons .fl-col-group > .fl-col:last-child .fl-col-content {
    margin-left: 70px; } }

.single-cpmu-add-ons .add-on-sidebar {
  background: #def8f7;
  border-bottom: 1rem solid #c2f2f1;
  padding: 10px 20px; }
  @media only screen and (min-width: 768px) {
    .single-cpmu-add-ons .add-on-sidebar {
      border-bottom: 0;
      border-right: 1rem solid #c2f2f1;
      display: table-cell;
      padding-top: 8px;
      width: 33.33%; } }
  @media only screen and (min-width: 1024px) {
    .single-cpmu-add-ons .add-on-sidebar {
      border-bottom: 1rem solid #c2f2f1;
      border-right: 0;
      display: block;
      width: 100%; } }
  .single-cpmu-add-ons .add-on-sidebar:first-child {
    margin-top: 36px; }
    @media only screen and (min-width: 768px) {
      .single-cpmu-add-ons .add-on-sidebar:first-child {
        margin-top: 0; } }
  .single-cpmu-add-ons .add-on-sidebar:last-child {
    border-bottom: none;
    border-right: 0; }
  .single-cpmu-add-ons .add-on-sidebar h6 {
    color: #282c31; }
  .single-cpmu-add-ons .add-on-sidebar p {
    margin-bottom: 10px; }
  .single-cpmu-add-ons .add-on-sidebar p,
  .single-cpmu-add-ons .add-on-sidebar li {
    font-size: 1.24rem; }
  .single-cpmu-add-ons .add-on-sidebar ul {
    padding-left: 14px;
    list-style: disc; }
    .single-cpmu-add-ons .add-on-sidebar ul li {
      padding: 0; }
      .single-cpmu-add-ons .add-on-sidebar ul li:before {
        display: none; }
      .single-cpmu-add-ons .add-on-sidebar ul li a:hover {
        color: #0fbab3; }

.single-cpmu-add-ons .cp-video-modal {
  border: 0.2rem solid #1fd1cc; }

.single-cpmu-add-ons .cp-add-on-header {
  width: 100% !important;
  height: 340px !important;
  line-height: 340px !important;
  background-color: #0fbab3;
  text-align: center; }
  .single-cpmu-add-ons .cp-add-on-header h2 {
    font-size: 5.2rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: white; }

.page-template-tmp-archive-cpmu-add-ons .cp-featured {
  font-family: "proxima-nova", sans-serif;
  margin-top: 0;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  display: block;
  background-color: #1fd1cc;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: .1rem; }

.page-template-tmp-archive-cpmu-add-ons.fl-full-width .fl-content-full.container .fl-content {
  margin-top: 0; }

@media only screen and (min-width: 1300px) {
  .page-template-tmp-archive-cpmu-add-ons.fl-full-width .fl-content-full.container {
    width: 1180px; } }

.page-template-tmp-archive-cpmu-add-ons .page-excerpt {
  margin: 40px auto;
  max-width: 840px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-template-tmp-archive-cpmu-add-ons .page-excerpt {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1024px) {
    .page-template-tmp-archive-cpmu-add-ons .page-excerpt {
      margin-bottom: 85px; } }
  .page-template-tmp-archive-cpmu-add-ons .page-excerpt p {
    font-size: 1.8rem; }

.page-template-tmp-archive-cpmu-add-ons .add-on-category {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .page-template-tmp-archive-cpmu-add-ons .add-on-category {
      margin-bottom: 110px; } }
  @media only screen and (min-width: 1024px) {
    .page-template-tmp-archive-cpmu-add-ons .add-on-category:last-child {
      margin-bottom: 50px; } }
  .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-category-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-category-title {
        font-size: 3.2rem; } }
  .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-category-description {
    font-style: italic;
    margin-bottom: 50px;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-template-tmp-archive-cpmu-add-ons .add-on-category:after {
      clear: both;
      content: '';
      display: table; } }
  @media only screen and (min-width: 768px) {
    .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-cards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single {
    border: 0.4rem solid #b4f1f5;
    margin: 8px 0;
    padding: 34px 16px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single {
        float: left;
        margin-right: 16px;
        min-height: 392px;
        padding: 34px 20px;
        width: calc(50% - 8px); } }
    @media only screen and (min-width: 1024px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single {
        margin: 10px 0;
        margin-right: 20px;
        width: calc(33.33% - 13.33px); } }
    @media only screen and (min-width: 1300px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single {
        padding: 34px 25px; } }
    @media only screen and (min-width: 768px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 1024px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single:nth-child(2n) {
        margin-right: 20px; } }
    @media only screen and (min-width: 1024px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single:nth-child(3n) {
        margin-right: 0; } }
    .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper {
      width: 100%;
      height: 95px;
      line-height: 95px;
      border: 0.2rem solid #1fd1cc; }
      @media only screen and (min-width: 768px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper {
          height: 110px;
          line-height: 110px; } }
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper .thumbnail-image {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper .thumbnail-placeholder {
        text-align: center;
        background-color: white;
        line-height: 91px; }
        @media only screen and (min-width: 768px) {
          .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper .thumbnail-placeholder {
            line-height: 106px; } }
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .thumbnail-wrapper .thumbnail-placeholder h3 {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 2.6rem;
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          color: #0fbab3; }
    @media only screen and (min-width: 768px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1024px) {
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text {
        margin-bottom: 58px; } }
    .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .name {
      font-size: 2rem;
      margin-bottom: 16px;
      margin-top: 24px; }
      @media only screen and (min-width: 768px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .name {
          font-size: 2.2rem;
          margin-top: 16px; } }
      @media only screen and (min-width: 1024px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .name {
          margin-bottom: 14px;
          margin-top: 12px; } }
    .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .description {
      margin-bottom: 28px; }
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .description p {
        font-size: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .text .description p {
            font-size: 1.5rem; } }
    .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details {
      background: #1fd1cc;
      border-bottom: none;
      color: #ffffff;
      display: block;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      padding: 10px 0;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      transition: background 0.5s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details {
          bottom: 22px;
          margin-right: 40px;
          position: absolute;
          width: calc(100% - 40px); } }
      @media only screen and (min-width: 1024px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details {
          bottom: 30px; } }
      @media only screen and (min-width: 1300px) {
        .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details {
          width: calc(100% - 50px); } }
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details:hover, .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details:focus {
        background: #0fbab3;
        text-decoration: none; }
      .page-template-tmp-archive-cpmu-add-ons .add-on-category .add-on-single .details:after {
        background: url(../../images/icon-angle-right.svg);
        background-size: 20px 20px;
        content: '';
        height: 20px;
        position: absolute;
        top: 9px;
        width: 20px; }

.memberpressgroup-template-default .cp-features-headers-row,
.memberpressgroup-template-tmp-pricing .cp-features-headers-row {
  display: none; }

.memberpressgroup-template-default h1,
.memberpressgroup-template-tmp-pricing h1 {
  font-size: 3.1rem;
  line-height: 4.1rem; }

@media only screen and (min-width: 768px) {
  .memberpressgroup-template-default .cp-money-back,
  .memberpressgroup-template-tmp-pricing .cp-money-back {
    margin-bottom: 40px; } }

.memberpressgroup-template-default .cpmu-faq,
.memberpressgroup-template-tmp-pricing .cpmu-faq {
  margin-top: 0; }
  .memberpressgroup-template-default .cpmu-faq .faq-category,
  .memberpressgroup-template-tmp-pricing .cpmu-faq .faq-category {
    margin-bottom: 40px; }

.memberpressgroup-template-default .cpmu-faq,
.memberpressgroup-template-default .cp-intro-paragraph,
.memberpressgroup-template-default .cp-money-back,
.memberpressgroup-template-default .fl-module-rich-text,
.memberpressgroup-template-tmp-pricing .cpmu-faq,
.memberpressgroup-template-tmp-pricing .cp-intro-paragraph,
.memberpressgroup-template-tmp-pricing .cp-money-back,
.memberpressgroup-template-tmp-pricing .fl-module-rich-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px; }

.memberpressgroup-template-default .reminder,
.memberpressgroup-template-tmp-pricing .reminder {
  margin: 0 30px;
  border: 1px solid #e5e2b6;
  padding: 10px 25px 25px 25px;
  background-color: #fffccb;
  border-radius: 5px;
  font-size: 18px; }

.memberpressgroup-template-default .reminder .reminder_icon,
.memberpressgroup-template-tmp-pricing .reminder .reminder_icon {
  font-size: 75px;
  float: right;
  color: #B33A3A; }

.memberpressgroup-template-default.fl-builder-edit .cp-features-headers-row,
.memberpressgroup-template-tmp-pricing.fl-builder-edit .cp-features-headers-row {
  display: block; }

.page-id-14842 .cpmu-faq,
.page-id-14842 .cp-intro-paragraph,
.page-id-14842 .cp-money-back,
.page-id-14842 .fl-module-rich-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px; }

@media only screen and (min-width: 1024px) {
  .cp-money-back {
    margin-bottom: 80px; } }

.cp-features-headers-row {
  max-width: 1200px; }
  @media only screen and (min-width: 768px) {
    .cp-features-headers-row {
      margin-bottom: 60px;
      margin-top: 60px; } }
  .cp-features-headers-row .fl-row-content .fl-module-content,
  .cp-features-headers-row .fl-row-content .fl-module-heading {
    margin: 0; }
  .cp-features-headers-row .fl-row-content > .fl-col-group:first-child {
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child {
        margin-bottom: 2px; } }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:first-child {
        width: 28%; } }
    @media only screen and (min-width: 1400px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:first-child {
        width: 37%; } }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:nth-child(n+2) {
        width: 24%; } }
    @media only screen and (min-width: 1400px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:nth-child(n+2) {
        width: 21%; } }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:nth-child(3) .cp-pricing-table {
        margin-left: -0.2rem; } }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row .fl-row-content > .fl-col-group:first-child > .fl-col:nth-child(4) .cp-pricing-table {
        margin-left: -0.2rem; } }
  .cp-features-headers-row h5.fl-heading {
    background: #1fd1cc;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    line-height: 1;
    margin: 16px 0 8px !important;
    padding: 26px 0 !important;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .cp-features-headers-row h5.fl-heading {
        margin: 2px 0 !important; } }

.fl-module-content .cp-pricing-table.features {
  margin: 0 20px 20px; }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.features {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      margin: 0; } }
  .fl-module-content .cp-pricing-table.features .action {
    border-bottom: none;
    margin: 30px 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .fl-module-content .cp-pricing-table.features .action a {
        font-size: 1.5rem;
        letter-spacing: 0.05rem;
        padding: 10px 20px; } }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.features h3 {
      font-size: 3rem; } }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.features h4 .length {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .fl-module-content .cp-pricing-table.features h4 .length {
      display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.features.most-popular {
      background: #fcfdfe;
      margin-top: -31px; } }
  @media only screen and (min-width: 768px) {
    .fl-module-content .cp-pricing-table.features.most-popular .action {
      margin: 26px 0 30px; } }

.cp-features-row {
  border: 0.2rem solid #e6ecf5;
  border-radius: 0.8rem;
  margin: 4px 20px; }
  @media only screen and (min-width: 768px) {
    .cp-features-row {
      border-radius: 0;
      height: 100%;
      margin: 2px 0;
      overflow: hidden;
      position: relative;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .cp-features-row:after {
      clear: both;
      content: '';
      display: table; } }
  .cp-features-row.hide-mobile {
    display: none; }
    @media only screen and (min-width: 768px) {
      .cp-features-row.hide-mobile {
        display: block; } }
  .cp-features-row .column {
    border-bottom: 0.2rem solid #e6ecf5;
    padding: 16px 20px; }
    @media only screen and (min-width: 768px) {
      .cp-features-row .column {
        border-bottom: none;
        border-right: 0.2rem solid #e6ecf5;
        float: left;
        padding: 16px;
        margin-bottom: -500px;
        padding-bottom: 520px;
        width: 24%; } }
    @media only screen and (min-width: 1400px) {
      .cp-features-row .column {
        width: 21%; } }
    @media only screen and (min-width: 768px) {
      .cp-features-row .column p {
        font-size: 1.4rem; } }
    .cp-features-row .column:after {
      clear: both;
      content: '';
      display: table; }
    .cp-features-row .column:last-child {
      border-bottom: none; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column:last-child {
          border-right: none; } }
    @media only screen and (min-width: 768px) {
      .cp-features-row .column.popular {
        background: #fcfdfe; } }
    .cp-features-row .column.header {
      position: relative; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column.header {
          margin-bottom: 0;
          padding-bottom: 20px;
          width: 28%; } }
      @media only screen and (min-width: 1400px) {
        .cp-features-row .column.header {
          width: 37%; } }
      .cp-features-row .column.header .cp-info-icon {
        margin-left: 4px; }
      .cp-features-row .column.header .cp-info {
        bottom: 50px; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column.header strong {
          font-weight: 400; } }
    .cp-features-row .column .no-icon p {
      float: left;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column .no-icon p:first-child {
          display: none; } }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column .no-icon p {
          text-align: center;
          width: 100%; } }
    @media only screen and (min-width: 768px) {
      .cp-features-row .column .with-icon {
        height: 100%; } }
    .cp-features-row .column .with-icon p {
      float: left;
      margin-left: 16px; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column .with-icon p {
          display: none;
          margin-left: 0; } }
    .cp-features-row .column .with-icon .icon {
      float: left;
      height: 30px;
      width: 30px; }
      @media only screen and (min-width: 768px) {
        .cp-features-row .column .with-icon .icon {
          margin-left: -17px;
          position: absolute;
          top: calc(50% - 15px);
          vertical-align: middle;
          width: 24%; } }
      @media only screen and (min-width: 1400px) {
        .cp-features-row .column .with-icon .icon {
          margin-left: -32px; } }
      .cp-features-row .column .with-icon .icon.checked {
        background: url(../../images/icon-check-mark-outline.svg) no-repeat center center; }
      .cp-features-row .column .with-icon .icon.x {
        background: url(../../images/icon-no-feature.svg) no-repeat center center; }
  .cp-features-row p {
    margin: 0; }

.single-cpmu-integrations .integration-logo {
  margin: 0 0 40px;
  text-align: center; }

.single-cpmu-integrations .integration-website {
  margin-top: 40px;
  text-align: center; }

.cancel-flow #mepr-account-nav {
  display: none; }

.cancel-flow .precancel {
  max-width: 850px;
  margin: 0 auto; }
  .cancel-flow .precancel .content-side .content {
    width: 65% !important; }

.cancel-flow .questionnaire,
.cancel-flow .partners {
  max-width: 950px;
  margin: 0 auto; }

.cancel-flow .cancel-flow-content .cancel-flow-intro {
  text-align: center;
  margin-bottom: 50px; }
  .cancel-flow .cancel-flow-content .cancel-flow-intro h2 {
    margin: 0;
    padding: 0; }
  .cancel-flow .cancel-flow-content .cancel-flow-intro p:first-of-type {
    color: #a8acb1;
    font-size: 20px; }

.cancel-flow .cancel-flow-content .cancellation-reasons {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  padding: 0;
  margin-bottom: 20px; }
  .cancel-flow .cancel-flow-content .cancellation-reasons li {
    margin: 0 !important;
    padding: 20px;
    border: 2px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    color: #282c31; }
    .cancel-flow .cancel-flow-content .cancellation-reasons li:hover {
      cursor: pointer; }
    .cancel-flow .cancel-flow-content .cancellation-reasons li:last-of-type {
      margin-right: 0; }
    .cancel-flow .cancel-flow-content .cancellation-reasons li.selected {
      border-color: #06429e;
      color: #06429e;
      position: relative; }
      .cancel-flow .cancel-flow-content .cancellation-reasons li.selected::before {
        content: " ";
        background-image: url(../../../assets/images/thankyou-selected.svg);
        background-position: center center;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9999; }

.cancel-flow .cancel-flow-content .reason-content {
  position: absolute;
  left: -9999999999999999999px;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s ease-in; }
  .cancel-flow .cancel-flow-content .reason-content.active {
    position: static;
    opacity: 1;
    z-index: 9; }
  .cancel-flow .cancel-flow-content .reason-content textarea {
    border: 1px solid #06429e; }

.cancel-flow .cancel-flow-content .cancellation-losses {
  max-width: 300px;
  margin: 0 auto;
  padding-left: 30px; }
  .cancel-flow .cancel-flow-content .cancellation-losses .loss {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    margin: 10px auto 0;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 1fr;
        grid-template-columns: 20px 1fr;
    grid-column-gap: 15px;
    -ms-flex-align: start;
        align-items: start; }
    .cancel-flow .cancel-flow-content .cancellation-losses .loss .loss-icon {
      margin-top: 6px; }

.cancel-flow .cancel-flow-content .current-features {
  text-align: left; }
  .cancel-flow .cancel-flow-content .current-features .loss {
    color: #80868d;
    margin-bottom: 5px;
    padding: 0; }

.cancel-flow .cancel-flow-content .content-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .cancel-flow .cancel-flow-content .content-side .content {
    width: 65%;
    position: relative; }
  .cancel-flow .cancel-flow-content .content-side .cancellation-warning {
    width: 35%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    box-shadow: 0 0 3px #ccc; }
    .cancel-flow .cancel-flow-content .content-side .cancellation-warning__header {
      background-color: #f5f5f5;
      padding: 20px; }
      .cancel-flow .cancel-flow-content .content-side .cancellation-warning__header svg {
        width: 40px; }
      .cancel-flow .cancel-flow-content .content-side .cancellation-warning__header h3 {
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 2rem;
        padding: 0; }
      .cancel-flow .cancel-flow-content .content-side .cancellation-warning__header p {
        color: #787c81;
        font-size: 2rem;
        line-height: 1.2; }
    .cancel-flow .cancel-flow-content .content-side .cancellation-warning__content {
      padding: 10px 10px 20px; }
      .cancel-flow .cancel-flow-content .content-side .cancellation-warning__content .cancellation-losses .loss {
        font-size: 1.5rem;
        color: #333; }
  .cancel-flow .cancel-flow-content .content-side.half-half .content {
    width: 45%;
    margin-right: 10%;
    max-width: 100%; }
  .cancel-flow .cancel-flow-content .content-side.half-half .cancellation-warning {
    width: 45%; }
  .cancel-flow .cancel-flow-content .content-side .cancellation-losses {
    max-width: 100%;
    padding-left: 10px; }

.cancel-flow .cancel-flow-content .cancellation-feedback .cancel-options {
  margin-top: 50px;
  text-align: left;
  max-width: 100%; }
  .cancel-flow .cancel-flow-content .cancellation-feedback .cancel-options .button-description .desc {
    display: inline-block;
    margin-left: 5px; }

.cancel-flow .cancel-flow-content .cancel-options {
  max-width: 400px;
  margin: 50px auto 0;
  text-align: center; }
  .cancel-flow .cancel-flow-content .cancel-options a {
    color: #a8acb1; }
  .cancel-flow .cancel-flow-content .cancel-options .button {
    border-radius: 2rem;
    padding: 10px 40px;
    background-color: #f0f0f0;
    border: 1px solid #a8acb1;
    font-family: "filson-soft", sans-serif; }
  .cancel-flow .cancel-flow-content .cancel-options .button-description .button {
    background-color: #ff9c00;
    border: none;
    color: #fff;
    letter-spacing: 0.1rem;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 400px;
    display: inline-block; }
  .cancel-flow .cancel-flow-content .cancel-options .button-description .desc {
    display: block;
    margin-top: 20px;
    font-style: italic; }

.cancel-flow .cancel-flow-content .cancellation-form .cancellation-keep-license {
  background-color: #ff9c00;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1rem;
  padding: 10px 40px; }

.cancel-flow .contact-support-button, .cancel-flow .offers .offer.best-offer .offer-button a {
  background-color: #0b1728;
  color: #fff;
  border-radius: 2rem;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 0.1rem;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: bold; }

.cancel-flow .or {
  color: #a8acb1;
  margin-left: 10px !important;
  margin-right: 5px !important;
  display: inline-block;
  font-style: italic; }

.cancel-flow .cancellation-continue {
  padding: 0 !important;
  background-color: transparent !important;
  color: #a8acb1 !important;
  font-style: italic;
  text-decoration: underline !important; }

.cancel-flow .partner {
  border: 1px solid #a8acb1;
  border-radius: 5px;
  margin-bottom: 20px; }
  .cancel-flow .partner:hover {
    cursor: pointer; }
  .cancel-flow .partner.selected {
    background: #f7f7f7;
    border-color: #06429e; }
    .cancel-flow .partner.selected .select {
      background-color: #06429e;
      border-color: #06429e !important;
      color: #fff; }
    .cancel-flow .partner.selected .content .headline {
      color: #06429e; }
  .cancel-flow .partner .partner-content {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 2rem;
    position: relative; }
    .cancel-flow .partner .partner-content .select {
      position: absolute;
      top: 10px;
      right: 10px;
      border: 1px solid #a8acb1;
      border-radius: 300px;
      padding: 2px 15px;
      text-align: center;
      font-size: 1rem;
      font-weight: bold; }
    .cancel-flow .partner .partner-content .logo {
      width: 25%; }
    .cancel-flow .partner .partner-content .content {
      width: 70%;
      margin-left: auto; }
      .cancel-flow .partner .partner-content .content .headline {
        font-weight: bold; }
      .cancel-flow .partner .partner-content .content ul {
        margin: 0;
        padding: 0; }
        .cancel-flow .partner .partner-content .content ul li {
          margin: 0;
          padding: 0;
          margin-left: 20px; }

.cancel-flow .offers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px; }
  .cancel-flow .offers.two-column {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .cancel-flow .offers .offer {
    box-shadow: 0 0 3px #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    position: relative; }
    .cancel-flow .offers .offer.best-offer {
      position: relative; }
      .cancel-flow .offers .offer.best-offer .header {
        background-image: url(../../../assets/images/3Months_BG3.jpg); }
      .cancel-flow .offers .offer.best-offer .offer-button a {
        background-color: #ff9c00 !important; }
      .cancel-flow .offers .offer.best-offer .best-offer-banner {
        position: absolute;
        top: 120px;
        left: -20px;
        background-color: #06429e;
        color: #fff;
        z-index: 99;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        min-width: 150px;
        -ms-flex-pack: center;
            justify-content: center;
        text-transform: uppercase;
        letter-spacing: .1rem;
        font-weight: bold; }
        .cancel-flow .offers .offer.best-offer .best-offer-banner:after {
          content: " ";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 15px 0;
          border-color: transparent #0b1728 transparent transparent;
          position: absolute;
          top: 30px;
          left: 0; }
    .cancel-flow .offers .offer .header {
      background-image: url(../../../assets/images/Background1.jpg);
      background-position: top left;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 0 20px;
      min-height: 130px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cancel-flow .offers .offer .header img {
        max-width: 100px; }
    .cancel-flow .offers .offer:nth-of-type(2) .header {
      background-position: center center;
      background-image: url(../../../assets/images/Background1_Gray.jpg); }
    .cancel-flow .offers .offer:last-of-type .header {
      background-image: url(../../../assets/images/Background2_Gray.jpg); }
    .cancel-flow .offers .offer .title {
      font-size: 2rem;
      font-weight: bold;
      color: #282c31; }
    .cancel-flow .offers .offer .title,
    .cancel-flow .offers .offer .content {
      padding: 20px; }
    .cancel-flow .offers .offer .title {
      margin-top: 60px; }
    .cancel-flow .offers .offer .content {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .cancel-flow .offers .offer .content h3 {
        padding: 0;
        margin: 0; }
    .cancel-flow .offers .offer .offer-button {
      justify-self: flex-end;
      margin-bottom: 50px; }
      .cancel-flow .offers .offer .offer-button .contact-support-button, .cancel-flow .offers .offer.best-offer .offer-button a {
        background-color: #787c81; }

.cancel-flow .select-plan-dropdown {
  background-color: #eee;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  max-width: 300px;
  margin: 10px auto;
  text-align: left;
  color: #a8acb1;
  font-style: italic;
  position: relative; }
  .cancel-flow .select-plan-dropdown:hover {
    cursor: pointer; }
  .cancel-flow .select-plan-dropdown:after {
    content: " ";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #787c81;
    border-bottom: 2px solid #787c81;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    right: 12px;
    top: 12px;
    transition: transform .3s ease-in-out; }
  .cancel-flow .select-plan-dropdown.open:after {
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    top: 18px; }

.cancel-flow .plans-dropdown {
  position: absolute;
  left: 20px;
  background-color: #eee;
  opacity: 0;
  left: -999999999999vw;
  min-width: 160px;
  width: calc( 100% - 40px);
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: opacity .3s ease-in; }
  .cancel-flow .plans-dropdown.open {
    opacity: 1;
    z-index: 9;
    left: 20px; }
  .cancel-flow .plans-dropdown a {
    color: #282c31;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
    .cancel-flow .plans-dropdown a:hover {
      background-color: #ddd; }

.cancel-flow .cancel-confirm {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: -999999999999vw;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: .3s opacity ease-in; }
  .cancel-flow .cancel-confirm.open {
    opacity: 1;
    z-index: 99999;
    left: 0; }
  .cancel-flow .cancel-confirm__modal {
    background-color: #fff;
    width: 90%;
    max-width: 700px;
    position: relative; }
  .cancel-flow .cancel-confirm .cancel-options {
    margin-top: 20px; }
  .cancel-flow .cancel-confirm .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    opacity: 0.6;
    border: 1px solid #787c81;
    border-radius: 50%; }
    .cancel-flow .cancel-confirm .close-modal:hover {
      opacity: 1;
      cursor: pointer; }
    .cancel-flow .cancel-confirm .close-modal:before, .cancel-flow .cancel-confirm .close-modal:after {
      position: absolute;
      left: 9px;
      top: 5px;
      content: ' ';
      height: 10px;
      width: 2px;
      background-color: #333; }
    .cancel-flow .cancel-confirm .close-modal:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .cancel-flow .cancel-confirm .close-modal:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .cancel-flow .cancel-confirm .title {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .cancel-flow .cancel-confirm .title h2 {
      font-weight: lighter;
      margin: 0 10px 0; }
    .cancel-flow .cancel-confirm .title svg {
      width: 50px; }
  .cancel-flow .cancel-confirm .content {
    padding: 10px 20px 20px;
    text-align: center; }
    .cancel-flow .cancel-confirm .content #finishCancelWrap {
      position: relative;
      opacity: 0;
      z-index: -9;
      transition: opacity .3s ease-in; }
      .cancel-flow .cancel-confirm .content #finishCancelWrap.show {
        opacity: 1;
        z-index: 9; }
      .cancel-flow .cancel-confirm .content #finishCancelWrap a.disabled {
        pointer-events: none;
        opacity: 0.3; }
    .cancel-flow .cancel-confirm .content .cancel-flow-intro {
      margin-bottom: 0; }
    .cancel-flow .cancel-confirm .content .acknowledgements {
      list-style-type: none;
      max-width: 500px;
      margin: 0 auto;
      text-align: left; }
      .cancel-flow .cancel-confirm .content .acknowledgements li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        font-size: 1.3rem;
        font-weight: bold; }
        .cancel-flow .cancel-confirm .content .acknowledgements li label {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start;
          position: relative;
          padding-left: 35px;
          margin: 0;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          width: 0; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label .checkmark {
            position: absolute;
            left: 0;
            top: 5px;
            height: 15px;
            width: 15px;
            background-color: #fff;
            border: 1px solid #787c81; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label:hover input ~ .checkmark {
            background-color: #f9f9f9; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label input:checked ~ .checkmark {
            background-color: #fff; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label input:checked ~ .checkmark:after {
            display: block; }
          .cancel-flow .cancel-confirm .content .acknowledgements li label .checkmark:after {
            left: 4px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #282c31;
            border-width: 0 1px 1px 0;
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .cancel-flow .cancel-confirm .content .acknowledgements svg {
        width: 25px !important;
        margin-right: 10px; }
      .cancel-flow .cancel-confirm .content .acknowledgements .acknowledgement-check {
        margin-right: 20px; }

.cancel-flow .cancel-complete {
  background-color: #06429e;
  color: #fff;
  padding: 10px;
  text-align: center; }
  .cancel-flow .cancel-complete .check {
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center; }

.cancel-flow .free-plugins {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin-top: 30px;
  padding: 0 5px; }
  .cancel-flow .free-plugins .free-plugin {
    background-color: #f5f5f5;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 20px 20px 25px; }
  .cancel-flow .free-plugins .plugin-icon {
    max-width: 200px;
    height: 40px;
    margin: 0 auto 20px; }
    .cancel-flow .free-plugins .plugin-icon img {
      display: block;
      margin: 0 auto; }
  .cancel-flow .free-plugins .lite-version {
    color: #a8acb1;
    text-align: center;
    margin-top: 0; }
  .cancel-flow .free-plugins .description {
    text-align: center;
    margin-bottom: 10px; }
  .cancel-flow .free-plugins .download {
    text-align: center; }
  .cancel-flow .free-plugins .button {
    background-color: #ff9c00;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
    border-radius: 300px;
    font-weight: bold; }

@media screen and (max-width: 1012px) {
  .content-side {
    -ms-flex-direction: column;
        flex-direction: column; }
  .offers {
    display: block !important; }
    .offers .offer {
      width: 100% !important;
      margin-bottom: 30px; }
  .side, .content {
    width: 100% !important; }
  .content {
    -ms-flex-order: 2;
        order: 2; }
  .cancellation-warning {
    width: 100% !important;
    max-width: 100% !important; }
  .side {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 30px; }
  .cancel-confirm__modal .button-description .button {
    padding: 10px !important;
    font-size: 1.5rem !important; }
  .cancellation-losses {
    max-width: 100% !important;
    padding-left: 0 !important; }
  .free-plugins {
    display: block; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

/* Footer fix */
/*.fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row>div:first-child aside {
  text-align: center;
}
.fl-page-footer-widgets a, .fl-page-footer-widgets a *, .fl-page-footer-widgets a.fas, .fl-page-footer-widgets a.fab {
  margin-right: 4px;
}
.fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-row>div:nth-child(2) a {
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
}
.fl-page-footer-wrap .fl-page-footer-widgets .fl-page-footer-widgets-container {
  position: relative;
  z-index: 2;    
}
.fl-page-footer-widget-col-2 .fl-widget ul li {
  display: inline-block;
}
.fl-page-footer-widget-col-2 .fl-widget ul li:after {
  position: relative;
  right: -8px;
  top: 1px;
  color: #fff;
  content: '|';
  margin-right: 14px;
}
.fl-page-footer-widget-col-2 .fl-widget ul li:last-child {
  margin-right:0;
}
.fl-page-footer-widget-col-2 .fl-widget ul li:last-child:after {
  display: none;
}
*/