* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.framed {
  padding: 2px;
  border: 1px solid #eee;
}

.hero {
  border-bottom: 2px solid #0b4b8d;
}

img {
  max-width: 100%;
}

a {
  color: #0b4c8d;
  font-weight: bold;
}

a p {
  font-weight: normal;
}

section {
  padding: 3em 0;
  border-bottom: 2px solid #f8f8f8;
}
section:last-of-type {
  border: none;
}

h1 {
  font-size: 38.5px;
  line-height: 1.5;
  font-weight: 300;
  color: #0b4b8d;
}

h2 {
  font-size: 24.5px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h2.landing {
  margin: 2em 0;
  color: #1c1c1c;
  line-height: 1.25;
}

.center h1,
.center h2,
h1.center,
h2.center {
  text-align: center;
}

header h1 {
  margin: 10px 0;
}

header h2 {
  margin-top: 0;
}
header h2 p {
  margin: 0;
}

h3 {
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-size: 24.5px;
}

h3.landing {
  font-size: 17.5px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 20px;
}

h4 {
  font-size: 17.5px;
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
}

p {
  line-height: 1.75;
}

.btn {
  text-decoration: none;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: normal;
}

.btn-success {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.btn-large {
  font-size: 1.25em;
  padding: 10px 14px;
}

.btn-success:hover {
  background-color: #4bb34d;
  background-image: none;
}

.flex.center-vertically ul {
  display: flex;
  align-items: center;
}

.container {
  max-width: 940px;
  margin: auto;
}

.flex {
  display: flex;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.spread {
  justify-content: /* the */ space-between /* 🎶 */;
}

.flex.center {
  justify-content: center;
}

.flex.center-vertically {
  align-items: center;
}

.flex-1 {
  flex: 1;
  padding-right: 2em;
}
.flex-2 {
  flex: 2;
  padding-right: 2em;
}
.reverse .flex-1 {
  flex: 1;
  padding-right: 2em;
}
.flex-1:last-child {
  padding-right: 0;
}
.reverse .flex-1:first-child {
  padding-right: 0;
}
.reverse .flex-1:last-child {
  padding-right: 1em;
}

.p0 {
  padding: 0;
}

.p1 {
  padding: 1em;
}

.p2 {
  padding: 2em;
}

.m1 {
  margin: 1em;
}

nav.sw19b-old-header {
  background: #04498f;
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  z-index: 502;
}

nav.sw19b-old-header ul li:hover ul {
  display: block !important;
}

nav.sw19b-old-header ul ul.sub-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  width: 240px;
  height: auto;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 25%);
  border-bottom: 2px solid #04498f;
  z-index: 11;
}

nav.sw19b-old-header ul ul.sub-menu li a {
  color: #333333 !important;
  margin: 0;
  padding: 8px 14px;
  text-align: left !important;
}

nav.sw19b-old-header ul ul.sub-menu li:last-child a {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}

nav.sw19b-old-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.sw19b-old-header .flex {
  height: 100%;
}

nav.sw19b-old-header .grow {
  height: 100%;
}

nav.sw19b-old-header ul,
nav.sw19b-old-header ul li,
nav.sw19b-old-header .menu-item-has-children,
nav.sw19b-old-header .menu {
  height: 100%;
}

nav.sw19b-old-header ul,
nav.sw19b-old-header ul li {
  height: auto;
}

nav.sw19b-old-header ul li {
  display: flex;
  align-items: center;
  position: relative;
}

nav.sw19b-old-header ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  flex-grow: 1;
  font-weight: normal;
  padding: 0 18px;
}

nav.sw19b-old-header {
  font-family: "Helvetica";
  font-size: 15px;
}

nav.sw19b-old-header ul li a:hover {
  text-decoration: underline;
}

nav.sw19b-old-header .btn {
  border: 0;
  padding: 0 0;
  margin: 0 18px;
}

nav.sw19b-old-header .btn a {
  padding: 4px 18px;
}

nav.sw19b-old-header .btn a:hover {
  text-decoration: none;
}

nav.sw19b-old-header .btn-blue {
  background: #093e75;
}

nav.sw19b-old-header .btn-blue:hover {
  background-color: #07325e;
}

@media screen and (max-width: 1024px) {
  nav.sw19b-old-header .hide-medium {
    display: none !important;
  }
}

nav.sw19b-old-header ul ul a {
  color: #000;
}

nav.sw19b-old-header img {
  width: 260px;
}

.sw19b-old-header-spacer {
  height: 65px;
}

.problem_module {
  background: #f8f8f8;
}
.problem_module .container > :first-child {
  margin-top: 0;
}

.problem_list_item {
  padding: 8px;
}
.problem_list_item:hover {
  background: #fff;
}
.problem_list_item a {
  text-decoration: none;
  color: #848484;
}
.problem_list_item strong {
  display: block;
  color: #202020;
  font-weight: 600;
}

.list-style-custom {
  padding-left: 0;
}

.list-style-checkmark {
  position: relative;
  list-style: none;
  padding-left: 48px;
  margin: 0;
}

.list-style-checkmark:before {
  content: "\2713";
  background: #0b4b8d;
  color: #fff;
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 4px;
}

.list-style-grey {
  padding-left: 1.5em;
  list-style: none;
  position: relative;
}

.list-style-grey:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #777;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

h3.list-style-checkmark {
  padding: 0.5em 0 0.5em 2.5rem;
}
h3.list-style-checkmark:before {
  left: 0;
}

.borderless {
  border: none;
}

.bg-grey {
  background: #f8f8f8;
}

.bg-grey .center {
  text-align: center;
}

dl {
  background: #f8f8f8;
  color: #6b6b6b;
  padding: 2em;
}
dl dd,
dl dt {
  font-weight: normal;
  padding: 0 1em;
  margin: 0;
}
dl dt {
  font-size: 1rem;
  border-right: 1px solid #e3e3e3;
  text-align: left;
}
dl dd {
  font-weight: normal;
  padding: 0 1em;
}
.mod-links {
  background: #fff;
  padding: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
}
.mod-links .flex.bond {
  justify-content: space-around;
}
.mod-links a {
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  color: #0088cc;
}

.mod-links a:hover {
  color: #005580;
  text-decoration: underline;
}

.hero h1 {
  margin-bottom: 0.75em;
}
.hero p {
  line-height: 2;
  margin: 4em 0;
  font-size: 1.2em;
}
.landing-pages-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em auto 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-pages-links ul li {
  width: 25%;
  padding: 1em;
  background: #0b4c8d;
  border: 8px solid #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
}
.landing-pages-links ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.landing-pages-links ul li a:hover {
  text-decoration: underline;
}

.capabilities.center {
  text-align: center;
}

.capabilities img.capimg {
  width: 425px;
  margin-bottom: 20px;
}

.capabilities .points-callout {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.points-callout > ul {
  margin-top: 0px;
  margin-bottom: 20px;
}

.points-callout > ul > li {
  font-weight: bold;
  font-size: 18px;
}

.points-callout ul ul {
  font-weight: normal;
  margin: 5px 0;
  color: #111111;
  font-size: 14px;
}

.points-callout li {
  list-style: none;
}

.points-callout > ul > li::before {
  content: "\2713";
  background: #0b4b8d;
  color: #fff;
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
}

.points-callout .btn {
  font-size: 25px;
  padding: 13px 16px;
  margin-left: 150px;
}

.testimonials.center {
  text-align: center;
}

.testimonials h3 {
  font-weight: 300;
  font-size: 40px;
}

.testimonials .testimonial {
  position: relative;
  display: inline-block;
  max-width: 290px;
  width: 100%;
  margin: 0px 10px;
}

.testimonials .quote {
  padding: 15px;
  background: rgba(11, 75, 141, 0.9);
  border-radius: 3px;
  box-shadow: 0 5px 5px #ddd;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  min-height: 175px;
}

.testimonials .cite {
  letter-spacing: 2px;
  color: #839bb4;
  text-transform: uppercase;
  text-align: right;
}

.testimonials .quote::before {
  content: "“";
  font-size: 200px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: rgba(131, 155, 180, 0.15);
  position: absolute;
  bottom: -170px;
  left: 0px;
}

.reset {
  margin: 0;
  padding: 0;
}

@media all and (max-width: 50em) {
  nav.sw19b-old-header {
    position: static;
    height: auto;
    padding-top: 5px;
  }
  nav.sw19b-old-header .flex,
  nav ul {
    flex-wrap: wrap;
  }
  nav.sw19b-old-header ul {
    font-size: 0.8rem;
    padding: 0.5em;
    justify-content: center;
  }
  .sw19b-old-header-spacer {
    height: 0px;
  }
  .flex,
  .flex.reverse {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-1 {
    width: 100%;
    padding: inherit;
    flex: auto;
  }
  .btn {
    font-size: inherit;
  }
  section {
    padding: 2em;
  }
  h1 {
    font-size: 2rem;
  }
  .landing-pages-links ul li {
    width: auto;
  }
}

/* Plan/Pricing pages */

.pt-pricing-intro {
  background: #000 url(assets/images/loglines-bg.png);
  margin-bottom: 25px;
  min-height: 75px;
}

.pt-pricing-page h1 {
  text-align: center;
  font-size: 34px;
  color: #222;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 20px;
  background-image: linear-gradient(#eee, #fff);
}

.pt-pricing-page {
  padding-top: 0;
  max-width: 940px;
  margin: -75px auto 0 auto;
  background-color: #fff;
  font-size: 15px;
}

.pt-pricing-page a {
  color: #08c;
  text-decoration: none;
  font-weight: 400;
}

.pt-pricing-page a:hover {
  color: #005580;
  text-decoration: underline;
}

.pt-pricing-page .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}

.pt-pricing-page .btn-info:hover {
  color: #ffffff;
  background-color: #2f96b4;
  text-decoration: none;
  background-position: 0 -15px;
}

.pt-pricing-page ul.pt-three-column {
  column-count: 3;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #ddd;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 33px 0 30px 30px;
}

.pt-pricing-page ul.pt-three-column > li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin: 0;
}

.pt-pricing-page ul.pt-three-column > li::before {
  content: "\2713";
  background: #0b4b8d;
  color: #fff;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 1rem;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 4px;
}

.pt-pricing-page ul.pt-two-column {
  column-count: 2;
  column-gap: 40px;
  padding-top: 100px;
  margin: 0 20px;
}

.pt-pricing-page ul.pt-two-column strong {
  font-weight: 400;
}

.pt-pricing-page ul.pt-two-column > li {
  break-inside: avoid-column;
  min-height: 150px;
  font-size: 18px;
  line-height: 20px;
}

.pt-pricing-page ul.pt-two-column ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}

.pt-pricing-page ul.pt-two-column ul > li {
  font-size: 15px;
}

.footer {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .pt-pricing-page ul.plans {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .pt-pricing-page ul.plans li {
    width: 100% !important;
  }
  .pt-pricing-page h1 {
    font-size: 26px !important;
    line-height: 1.2em !important;
  }
  .pt-pricing-page h4 {
    font-size: 18px;
  }
  .pt-pricing-page .pt-pricing-action {
    padding: 30px 25px !important;
    text-align: center;
  }
  .pt-pricing-page ul.pt-three-column {
    column-count: 1 !important;
  }
  .pt-pricing-page ul.pt-two-column {
    column-count: 1 !important;
    padding-top: 50px !important;
    margin: unset !important;
  }
  .pt-pricing-page ul.pt-two-column > li {
    padding-bottom: 20px;
    min-height: unset !important;
  }
  .pt-pricing-page ul.pt-three-column li {
    display: block;
  }
  .pt-pricing-page .signup-free {
    height: unset !important;
    padding-left: unset !important;
  }
  .pt-pricing-page .signup-free .plan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .pt-pricing-page .signup-free .cell {
    float: unset !important;
    margin-right: 0 !important;
  }
  .pt-pricing-page .signup-free .perks {
    padding: 25px 10px;
  }
  .pt-pricing-page .signup-free .perks p {
    text-align: center !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .pt-pricing-page ul.plans {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .pt-pricing-page ul.plans li {
    width: 100% !important;
  }
  .pt-pricing-page h1 {
    font-size: 26px !important;
    line-height: 1.2em !important;
  }
  .pt-pricing-page h4 {
    font-size: 18px;
  }
  .pt-pricing-page .pt-pricing-action {
    padding: 30px 25px !important;
    text-align: center;
  }
  .pt-pricing-page ul.pt-three-column {
    column-count: 1 !important;
  }
  .pt-pricing-page ul.pt-two-column {
    column-count: 1 !important;
    padding-top: 50px !important;
    margin: unset !important;
  }
  .pt-pricing-page ul.pt-two-column > li {
    padding-bottom: 20px;
    min-height: unset !important;
  }
  .pt-pricing-page ul.pt-three-column li {
    display: inline-block;
    width: 47%;
    padding-right: 25px;
  }
  .pt-pricing-page .signup-free {
    height: unset !important;
    padding-left: unset !important;
  }
  .pt-pricing-page .signup-free .plan {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    left: 25%;
  }
  .pt-pricing-page .pt-pricing-action .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
  .pt-pricing-page .pt-pricing-action .wp-block-column:nth-child(2n) {
    flex-basis: unset !important;
    flex-grow: 1 !important;
    margin-left: 0 !important;
  }
  .pt-pricing-page .signup-free .cell {
    float: unset !important;
    margin-right: 0 !important;
  }
  .pt-pricing-page .planSignupButton {
    display: inline-block;
  }
  .pt-pricing-page .signup-free .perks {
    padding: 25px 0;
  }
  .pt-pricing-page .signup-free .perks p {
    text-align: center !important;
  }
  .pt-pricing-page .pt-pricing-action p {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pt-pricing-page ul.plans {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .pt-pricing-page ul.pt-three-column li {
    position: relative;
    display: block;
    padding-right: 15px;
  }
  .pt-pricing-page ul.plans li {
    width: 100% !important;
  }
  .pt-pricing-page .signup-free {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .pt-pricing-page .signup-free .plan {
    width: 100% !important;
  }
  .pt-pricing-page .planSecondBlock .planSignupButton {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .pt-pricing-page .planSecondBlock .planSignupButton .cell {
    margin-right: 15px !important;
  }
  .pt-pricing-page .signup-free .planSecondBlock .perks {
    padding: 0 15px !important;
  }
  .pt-pricing-page .signup-free .planSecondBlock .perks p {
    text-align: left !important;
  }
  .pt-pricing-page .signup-free .plan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .pt-pricing-page .signup-free .plan p {
    line-height: 1.5;
  }
  .pt-pricing-page .signup-free #signup_free {
    width: 100%;
    margin: 0 !important;
  }
  .pt-pricing-page .pt-pricing-action {
    padding: 30px 0 !important;
    text-align: center;
    padding: 30px 35px !important;
  }
  .pt-pricing-page .pt-pricing-action .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
  .pt-pricing-page .pt-pricing-action .wp-block-column:nth-child(2n) {
    flex-basis: unset !important;
    flex-grow: 1 !important;
    margin-left: 0 !important;
  }
  .pt-pricing-page
    .pt-pricing-action
    .wp-block-column:nth-child(2n)
    .wp-block-button {
    text-align: center;
  }
}
.site-header--simple {
  width: 100%;
  position: relative;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 8px -4px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0px 3px 8px -4px rgba(17, 17, 17, 0.3);
  box-shadow: 0px 3px 8px -4px rgba(17, 17, 17, 0.3);
}
.site-header--simple .header-bar--light {
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: block;
}
.site-header--simple .header-bar--light .header-bar__inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.site-header--simple .header-bar--light .header-bar__inner .site-logo {
  display: inline-block;
  width: 160px;
  height: 28px;
  margin-right: 40px;
  float: left;
  vertical-align: middle;
}

/* Sign up form css corrections */
.sw19s-corp-form {
  .sw19s-corp-field.invalid input {
    border-bottom: 2px solid #e20a38;
  }
}
